You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/19 17:25:40 UTC

[GitHub] [airflow] pierrejeambrun opened a new pull request, #26495: Fix example_datasets dag names docstring.

pierrejeambrun opened a new pull request, #26495:
URL: https://github.com/apache/airflow/pull/26495

   When we updated the dag names in the `example_datasets` file to have more explicit name, we forgot to accordingly update the docstring, which produces an inaccurate documentation:
   
   https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/example_dags/example_datasets/index.html?highlight=dataset#module-airflow.example_dags.example_datasets
   
   (example_dataset_dag1, example_dataset_dag3_req_dag1 etc. do not exist anymore in our example)
   
   Fixed:
   ![image](https://user-images.githubusercontent.com/14861206/191076849-6fba253e-98e3-4512-8b27-d9f0aea7754f.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk merged pull request #26495: Fix example_datasets dag names docstring.

Posted by GitBox <gi...@apache.org>.
potiuk merged PR #26495:
URL: https://github.com/apache/airflow/pull/26495


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org