Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move TriggerDagRunOperator to standard provider #44053

Merged

Conversation

hardeybisey
Copy link
Contributor

Moving trigger_dagrun operator to standard provider.

airflow/operators/trigger_dagrun.py >> providers/src/airflow/providers/standard/operators/trigger_dagrun.py

related: #43641


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@hardeybisey hardeybisey force-pushed the move-trigger-dagrun-to-standard-provider branch 2 times, most recently from 4a8146c to aeb6fa2 Compare November 16, 2024 17:47
@eladkal eladkal requested a review from romsharon98 November 16, 2024 17:49
Copy link
Contributor

@eladkal eladkal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hardeybisey hardeybisey force-pushed the move-trigger-dagrun-to-standard-provider branch from aeb6fa2 to c5f77d6 Compare November 17, 2024 10:52
@eladkal eladkal changed the title Move trigger dagrun to standard provider Move TriggerDagRunOperator to standard provider Nov 20, 2024
@eladkal eladkal merged commit f05ce08 into apache:main Nov 20, 2024
63 checks passed
Copy link

boring-cyborg bot commented Nov 20, 2024

Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions.

LefterisXefteris pushed a commit to LefterisXefteris/airflow that referenced this pull request Jan 5, 2025
* Moved trigger_dagrun operator to standard provider

* Changed all imports for dagrun_operator from operators to standard provider.

* Changed all imports for dagrun_operator from operators to standard provider.

* Update trigger_dagrun doc reference

* Revert Changes

* Add trigger_dagrun to standard provider.yaml file.

* Change BaseOperator[Link] import path.
@Lee-W Lee-W added the airflow3.0:breaking Candidates for Airflow 3.0 that contain breaking changes label Jan 17, 2025
got686-yandex pushed a commit to got686-yandex/airflow that referenced this pull request Jan 30, 2025
* Moved trigger_dagrun operator to standard provider

* Changed all imports for dagrun_operator from operators to standard provider.

* Changed all imports for dagrun_operator from operators to standard provider.

* Update trigger_dagrun doc reference

* Revert Changes

* Add trigger_dagrun to standard provider.yaml file.

* Change BaseOperator[Link] import path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airflow3.0:breaking Candidates for Airflow 3.0 that contain breaking changes area:core-operators Operators, Sensors and hooks within Core Airflow area:providers area:serialization area:system-tests kind:documentation provider:standard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants