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
@DimedS: "This change would be quite useful to deploy Kedro to some cloud Airflow because it's sometimes impossible to put configuration in the working directory" (paraphrasing)
Description
Add
--conf-source
flag tokedro airflow create
which will pass this on to the Jinja template used to generate the DAGsairflow_dag_template.j2
Context
To run a Kedro project as a DAG on airflow currently -
Additionally,
KedroSession.create()
now allows passingconf_source
pathkedro package
creates a.whl
file for the project pipelines etc and a.tar.gz
file for theconf/
folder of the project which can be saved elsewherePossible Implementation
--conf-source
to the CLI command which passes this info the Jinja templateairflow_dag_template.j2
Possible Alternatives
(Optional) Describe any alternative solutions or features you've considered.
The text was updated successfully, but these errors were encountered: