Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does dag-factory support TriggerDagOperator ? #142

Open
mohamedaminch opened this issue Oct 12, 2022 · 1 comment
Open

Does dag-factory support TriggerDagOperator ? #142

mohamedaminch opened this issue Oct 12, 2022 · 1 comment

Comments

@mohamedaminch
Copy link

does df support triggerdagoperator like that :

trigger_keymaps:
operator: airflow.operators.trigger_dagrun.TriggerDagRunOperator
trigger_dag_id: keymaps

how should I add a conf dict to that ?

@vanducng
Copy link

Like this, i believe:

operator: airflow.operators.trigger_dagrun.TriggerDagRunOperator
trigger_dag_id: 
  - key1: value1
  - key2: value2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants