You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow passing jinja syntax in task_config parameters of DatabricksTaskOperator that gets rendered at execution time.
Use case/motivation
I should be able to make full use of Airflow context variables in a Databricks Job Run to ensure idempotency of my DAG such as logical_date or other params in case of occasional manual runs.
Related issues
It is linked with #42438 but this issue was never finished as the changes were not merged #45066
Description
Allow passing jinja syntax in task_config parameters of DatabricksTaskOperator that gets rendered at execution time.
Use case/motivation
I should be able to make full use of Airflow context variables in a Databricks Job Run to ensure idempotency of my DAG such as
logical_date
or otherparams
in case of occasional manual runs.Related issues
It is linked with #42438 but this issue was never finished as the changes were not merged #45066
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: