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

[DO NOT MERGE]:Update RCs to test new deps #761

Closed
wants to merge 1 commit into from

Conversation

pankajkoti
Copy link
Collaborator

Update RCs for new version of Providers created on November 15, 2022.
Not adding apache-airflow-providers-cncf-kubernetes==5.0.0rc3, due to the issue here:
apache/airflow#27674 (comment)

@bdsoha
Copy link

bdsoha commented Nov 16, 2022

@pankajkoti You need to swap the inherited operator as SnowflakeOperator is deprecated.

from airflow.providers.snowflake.operators.snowflake import SnowflakeOperator

- from airflow.providers.snowflake.operators.snowflake import SnowflakeOperator
+ from airflow.providers.common.sql.operators.sql import SQLExecuteQueryOperator
- class SnowflakeOperatorAsync(SnowflakeOperator):
+ class SnowflakeOperatorAsync(SQLExecuteQueryOperator):

@phanikumv
Copy link
Collaborator

@bharanidharan14 please look into these failures on priority

@phanikumv phanikumv force-pushed the rc-test-2022-11-16T11-58-41IST branch from befcaf2 to 5b645be Compare November 17, 2022 11:48
@phanikumv phanikumv changed the title Update RCs to test new deps [DO NOT MERGE}:Update RCs to test new deps Nov 17, 2022
@phanikumv phanikumv changed the title [DO NOT MERGE}:Update RCs to test new deps [DO NOT MERGE]:Update RCs to test new deps Nov 17, 2022
@phanikumv phanikumv closed this Nov 17, 2022
@Lee-W Lee-W deleted the rc-test-2022-11-16T11-58-41IST branch June 12, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants