Skip to main content

We have a really complex query that was built out to extract data in flat files, but want to pivot to a direct connection. The query pulls from multiple databases, and we would like to avoid reverse engineering the logic as a large data job. Can we pull from multiple databases in one extraction, so that we can run the query we have built?

You need separate connections per database, and extractions for those dbs run differently. You can join all the data in global jobs


Reply