-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Installed code via python callable string (#221)
i want to be able to define a path to a custom function that i am installing into my airflow environment. This will allow me to test my dag locally without having to define a path and simply refer to the package path instead. Example ```yaml branch_by_bq_load_status: operator: airflow.operators.python.BranchPythonOperator python_callable: custom.path.to.func ``` ---------
- Loading branch information
1 parent
e474a3a
commit bf9272c
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters