Ingestion of multiple sling assets in parallel #25498
Unanswered
cody-scott
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @cody-scott , There is a limitation with the way the Sling integration has been implemented, in that one step and command runs for all of the assets in the So to accomplish what you need, you will have to separate them into their own configurations. You may find how we are using Sling internally in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Looking for some feedback on the approach of loading multiple sling assets in parallel. Right now we are targeting the entire set of assets for a given database and ingesting that in one job.
What we see on the backend is that only one table is running at a time when loading.
One thought we had was to split the larger tables into their own jobs to run in parallel, but is there a cleaner approach in dagster to accomplish this right off a
sling_asset
?The tables, unfortunately, cannot be incremental in this case.
Beta Was this translation helpful? Give feedback.
All reactions