Forum Discussion
Merged Queries not working in Dataflow and Datamart
- Anonymous3 years ago
Solution - Get your data into the workspace storage first. Just get the data, no transformations. I label these stageTablename.
Make a reference to the stage tables, these will appear with a lightning bolt icon and are called Computed Tables. Dataflows will stage all of your data before doing anything with Computed Tables.
Do all of your tranformations in the Computed Tables. Perform merged queries with Computed Tables only.
Dataflows are an ETL tool. Extract your data, transform it, then load it.
Solution - Get your data into the workspace storage first. Just get the data, no transformations. I label these stageTablename.
Make a reference to the stage tables, these will appear with a lightning bolt icon and are called Computed Tables. Dataflows will stage all of your data before doing anything with Computed Tables.
Do all of your tranformations in the Computed Tables. Perform merged queries with Computed Tables only.
Dataflows are an ETL tool. Extract your data, transform it, then load it.