getindata / kedro-airflow-k8s

Kedro Plugin to support running pipelines on Kubernetes using Airflow.
https://kedro-airflow-k8s.readthedocs.io
Apache License 2.0
29 stars 11 forks source link

Fix typo in docs/03_getting_started/01_quickstart.md #117

Closed jacobweiss2305 closed 3 years ago

jacobweiss2305 commented 3 years ago

Line 154 says

kedor airflow-k8s init --with-github-actions --output ${AIRFLOW_DAG_FOLDER} https://airflow.url

It should say:

kedro airflow-k8s init --with-github-actions --output ${AIRFLOW_DAG_FOLDER} https://airflow.url
em-pe commented 3 years ago

Good catch, thanks @jacobweiss2305