tree: 6ff6a6c8997873ee756427e01d7d68615b1bb531 [path history] [tgz]
  1. README.md
  2. update_example_dags_paths.py
dev/example_dags/README.md

Run this script in a docs-archive folder of checked out airflow-site repo to refresh links to example dags to the right versions.

Instructions:

git clone https://github.com/apache/airflow-site.git airflow-site
cd airflow-site
export AIRFLOW_SITE_DIRECTORY="$(pwd)"

cd -
cp update_example_dags_paths.py $AIRFLOW_SITE_DIRECTORY/docs-archive
cd $AIRFLOW_SITE_DIRECTORY/docs-archive
python update_example_dags_paths.py