Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a one data warehouse with two tables: Customers and Policies. Then I need to create a workflow to load the data into the warehouse. my workflow is looks like
If I get an error with the Customers table, the workflow stops, which also causes the other tables to stop loading. How can I skip the errored table and continue loading the other tables?