Replies: 2 comments
-
|
The DAG Processor is still needed even for static DAGs — but you can make it nearly invisible. Here's why, and the right config to use: Why you still need itAirflow's scheduler does not read DAG Python files directly — it reads from serialized DAGs stored in the metastore. The DAG Processor's job is to:
Without it, the scheduler has no DAG definitions to work with (even if your DAGs never change). Can you set
|
Beta Was this translation helpful? Give feedback.
-
|
Are you validating those answers @Urus1201 ? Are you sure this entirely AI-generated answer is correct? I think there are some factual things missing or wrong - but I will let you look it up and ask your agent to find out them and correct. Looking forward to those answers actually validated by human. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello we have in our setup an helmchart with our custom docker image that has the
dagsstatically defined. as such they will never change. Only when we eventually do a new release the week after.For such a case does it make sense:
Beta Was this translation helpful? Give feedback.
All reactions