Forum Discussion
H_insight
Helper V
4 years agoComposite Model Incremental Refresh Error "DM_GWPipeline_Gateway_MashupDataAccessError"
Hi All, I am getting an error and wonder if anyone else came across the same issue and managed to solve it. Here is a snippet of the current composite model that I have. Data sources: Exce...
- 4 years ago
Save yourself some grief and move your ETL from the dataset to dataflows. Create dataflows by source and avoid mixing sources that don't need the gateway with sources that do. Also, that way it's easy to manage dataflows with different refresh schedules (or no refreshes at all because they're a historical partition).
otravers
Community Champion
4 years agoSave yourself some grief and move your ETL from the dataset to dataflows. Create dataflows by source and avoid mixing sources that don't need the gateway with sources that do. Also, that way it's easy to manage dataflows with different refresh schedules (or no refreshes at all because they're a historical partition).
- H_insight4 years ago
Helper V
Thanks for the swift response. I had a feeling I would be going in that direction.