Uh oh!
There was an error while loading. Please reload this page.
Remove stale dag_ parameter from create_test_pipeline docstring - #68787
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
|
c23dc11 to
bd22d2cCompareUh oh!
There was an error while loading. Please reload this page.
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Hi maintainer, this PR was merged without a milestone set.
|
Backport successfully created: v3-3-testNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
|
…ocstring (apache#68787) (cherry picked from commit 473e332) Co-authored-by: Kenan Adel <kenanadel153@gmail.com>
…ocstring (apache#68787) (cherry picked from commit 473e332) Co-authored-by: Kenan Adel <kenanadel153@gmail.com>
Description
Remove a stale
:param DAG dag_:docstring entry from thecreate_test_pipelinefunction inexample_skip_dag.py.The parameter is not present in the function signature and is not used anywhere in the code or call sites.
This change aligns the documentation with the actual implementation.
No functional changes are introduced.
Change Type
Was generative AI tooling used to co-author this PR? No