Skip to content

Comments

Remove usage of deprecated operators from check_operators.py in Airflow code#11070

Closed
ephraimbuddy wants to merge 1 commit intoapache:masterfrom
ephraimbuddy:remove-dep-op
Closed

Remove usage of deprecated operators from check_operators.py in Airflow code#11070
ephraimbuddy wants to merge 1 commit intoapache:masterfrom
ephraimbuddy:remove-dep-op

Conversation

@ephraimbuddy
Copy link
Contributor

This change seeks to remove usages of CheckOperator, ValueCheckOperator, and IntervalCheckOperator from Airflow code(since they are deprecated) and replace it with their equivalents: SQLCheckOperator, SQLValueCheckOperator, and SQLIntervalCheckOperator from airflow.operators.sql.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, 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 UPDATING.md.

@boring-cyborg boring-cyborg bot added provider:Apache provider:google Google (including GCP) related issues labels Sep 21, 2020
@kaxil
Copy link
Member

kaxil commented Sep 22, 2020

I did try this: #9844

@ephraimbuddy
Copy link
Contributor Author

Ah, should have checked. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants