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
Our DAGs require parameters and it looks like Google Cloud Composer does not support them with its interface. We'll have to investigate possible ways to send parameters to our DAG (CKAN resource ID, input csv, output JSON)
Our DAGs require parameters and it looks like Google Cloud Composer does not support them with its interface. We'll have to investigate possible ways to send parameters to our DAG (CKAN resource ID, input csv, output JSON)
Acceptance
Tasks
Replace params with kwargs as suggested in https://guptakumartanuj.wordpress.com/2018/01/21/passing-and-accessing-run-time-arguments-to-dag-airflow-through-cli/
Bug with double quotes when calling a Jinja template - Fixed on [fix][s] Fixing syntax for Jinja templates on params #36
Change .cfg file to override params
Docs with commands explaining how to trigger a DAG on Composer - See Re-organizing the docs + Google Cloud Composer #38
The text was updated successfully, but these errors were encountered: