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

Standardize AWS Redshift naming #20374

Merged
merged 3 commits into from
Jan 6, 2022
Merged

Conversation

ferruzzi
Copy link
Contributor

Part of #20296

Also changed poke(None) to poke({}) because IDE type hinting warnings (expected dict, received NoneType)


^ 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.

@github-actions
Copy link

The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions bot added the okay to merge It's ok to merge this PR as it does not require more tests label Dec 17, 2021
@@ -58,3 +58,19 @@ def get_hook(self) -> RedshiftHook:

self.hook = RedshiftHook(aws_conn_id=self.aws_conn_id)
return self.hook


class AwsRedshiftClusterSensor(RedshiftClusterSensor):
Copy link
Contributor

@eladkal eladkal Dec 17, 2021

Choose a reason for hiding this comment

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

We dont need deprecation here.
This is a new class added recently in https://github.com/apache/airflow/pull/20276/files
This was never released to users so we can avoid this deprecation.

There is no point in releasing a class which is already deprecated :)

We should redirect from
https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/sensors/redshift.py

directly to the RedshiftClusterSensor

@ferruzzi
Copy link
Contributor Author

ferruzzi commented Jan 4, 2022

rebased and I think I covered #20374 (comment)

@ferruzzi
Copy link
Contributor Author

ferruzzi commented Jan 5, 2022

This one is throwing the Protocol inheritance error that I mentioned in the other PR: https://github.com/apache/airflow/runs/4708697673?check_suite_focus=true#step:8:8489

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
@uranusjr any further comments?

@github-actions
Copy link

github-actions bot commented Jan 6, 2022

The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions bot added the full tests needed We need to run full set of tests for this PR to merge label Jan 6, 2022
@eladkal eladkal removed the full tests needed We need to run full set of tests for this PR to merge label Jan 6, 2022
@eladkal
Copy link
Contributor

eladkal commented Jan 6, 2022

Merging for now as it's pretty much the same to all other strandrization PRs
If there will be additional comments we'll address them in a follow up PR.

@eladkal eladkal merged commit 88ea157 into apache:main Jan 6, 2022
@ferruzzi ferruzzi deleted the rename-redshift branch January 24, 2022 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers okay to merge It's ok to merge this PR as it does not require more tests provider:amazon-aws AWS/Amazon - related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants