Dataset Upload Architecture
We have our Data Warehouse(Postgres) and out of it we have Datasets which we define(d). We are uploading them to Domo via Using the CLI. This data is in tables in our Data Warehouse. What is the best architectural approach to do that? Would it make sense to have table returning functions in the Database System, which we…