Should I use jobs or AutomationConditions? #32308
Unanswered
marcinsiewiera
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I played with dagster and dbt integration for a while and I got stuck.
Basically I need 4 types of batches
Apart from this there are 2 additional requirements
I've managed to load all the dbt assets and integrate it with data imports.
I could run entire E2E batch using job definition.
However, then came challanges:
I tried playing with AutoMaterization and then AutomationCondition, but I did not got far.
I was able to:
I failed with:
Can you please point me in the right direction? Are there any code samples that would help with above use cases?
Regards,
Marcin
Beta Was this translation helpful? Give feedback.
All reactions