Forgive me, I'm fairly new and I don't have all of the lingo down.
I'm not sure what the best way to do this... but there is a table in a different schema that I need duplicated into my schema. I don't need every attribute, but I do need some. The table from the different schema updates automatically and I will need mine to sync with it as well.
I have a created a table with all attributes I want from the other schema. I thought maybe I would import a CSV with references to the other schema. I'm running into some issues with the references.
Is there a better way to do this?