-
Can I schedule a date flow to run at a specified time?
I created a data flow (thanks to answers from the Community!) which seems to take quite a long time to run manually. I've submitted it to run twice manually and cancelled it after 30 minutes. I haven't run it successfully yet, so I don't even know if it works. If it fails, at least I'll get to find my errors. I'd like to…
-
Is there a way to view the underlying query?
Is there a way to view the underlying query in an ETL? I have an error in ETL and need to re-create it. But in order to see the columns I've selected and which fields are used in the joins I need to open each action individually and jot down what I've done, then make the corrections. Seems tedious. Is there a way to view…
-
Can I do multiple joins in an ETL?
I need to do a join of 4 separate tables to extract results. How do I accomplish this? Can this be done in a single ETL?
-
How can I configure an ETL action if the preview only returns the first 10K rows?
I'm trying to create my first ETL, and join two tables. However since the preview only returns the first 10k rows, it does not return any results. That prevents me from continuing to define the subsequent ETL actions, since there is no data on which to execute those actions. How do I proceed?