-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Add two operators in AWS Providers: RedshiftResumeClusterOperator and RedshiftPauseClusterOperator #19665
Add two operators in AWS Providers: RedshiftResumeClusterOperator and RedshiftPauseClusterOperator #19665
Commits on Nov 17, 2021
-
This commit adds new features to the airflow aws redshift module. Sim…
…ilar to the aws ec2 hook, this commit implements a wait_for_state function in the redshift hook module. Additionally we are implementing two new Operators: RedshiftResumeClusterOperator and RedshiftPauseClusterOperator. These operators will let developers leverage Airflow to resume and pause Redshift clusters before/after loading data to optimize for costs.
dbarrundia3 committedNov 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 580dd93 - Browse repository at this point
Copy the full SHA 580dd93View commit details
Commits on Nov 18, 2021
-
Add missing requirements for Static checks. Add license to all python…
… files, run isort, and add new operators to the amazon provider.yaml
dbarrundia3 committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 7a921c5 - Browse repository at this point
Copy the full SHA 7a921c5View commit details -
Adding changes for pre-commit success
dbarrundia3 committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 0edb98d - Browse repository at this point
Copy the full SHA 0edb98dView commit details
Commits on Nov 20, 2021
-
Adding
ClusterStates
Enum to redshift hook to avoid having magic st……rings and remove `wait_for_state` method in favor of the sensor at `airflow/providers/amazon/aws/sensors/redshift.py`
dbarrundia3 committedNov 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 9911c72 - Browse repository at this point
Copy the full SHA 9911c72View commit details
Commits on Nov 22, 2021
-
Adding documentation to existing AWS operator docs
dbarrundia3 committedNov 22, 2021 Configuration menu - View commit details
-
Copy full SHA for a68cbbf - Browse repository at this point
Copy the full SHA a68cbbfView commit details -
Moving the cast to
ClusterStates
Enum to inside the `cluster_status……` method instead of doing the cast in all Operators that use the function.
dbarrundia3 committedNov 22, 2021 Configuration menu - View commit details
-
Copy full SHA for b20a38e - Browse repository at this point
Copy the full SHA b20a38eView commit details -
Fixed logging to redshift sensor to show the actual value of the ENUM…
… and change type of `target_status`
dbarrundia3 committedNov 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 81f2f75 - Browse repository at this point
Copy the full SHA 81f2f75View commit details
Commits on Nov 29, 2021
-
Fixed logging to redshift sensor to show the actual value of the ENUM…
… and change type of `target_status`
dbarrundia3 committedNov 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 61b2935 - Browse repository at this point
Copy the full SHA 61b2935View commit details
Commits on Nov 30, 2021
-
Adding
seealso
to Operator documentationdbarrundia3 committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 3b3f1e0 - Browse repository at this point
Copy the full SHA 3b3f1e0View commit details -
Update airflow/providers/amazon/aws/operators/redshift_resume_cluster.py
Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b151337 - Browse repository at this point
Copy the full SHA b151337View commit details -
Update airflow/providers/amazon/aws/operators/redshift_pause_cluster.py
Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec92273 - Browse repository at this point
Copy the full SHA ec92273View commit details -
Removing unused
check_interval
from operatordbarrundia3 committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 3ce29da - Browse repository at this point
Copy the full SHA 3ce29daView commit details -
Merge remote-tracking branch 'origin/redshift-resume-pause-cluster-op…
…erators' into redshift-resume-pause-cluster-operators
dbarrundia3 committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 456cb73 - Browse repository at this point
Copy the full SHA 456cb73View commit details -
Update airflow/providers/amazon/aws/sensors/redshift.py
Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4d6e402 - Browse repository at this point
Copy the full SHA 4d6e402View commit details -
Update docs/apache-airflow-providers-amazon/operators/redshift.rst
Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 57c4c35 - Browse repository at this point
Copy the full SHA 57c4c35View commit details -
Update docs/apache-airflow-providers-amazon/operators/redshift.rst
Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e03031f - Browse repository at this point
Copy the full SHA e03031fView commit details -
Update tests/providers/amazon/aws/sensors/test_redshift.py
Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 92cfcf2 - Browse repository at this point
Copy the full SHA 92cfcf2View commit details
Commits on Dec 7, 2021
-
Rolling back changes to not use enum and move all Operators into one …
…unified file.
dbarrundia3 committedDec 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 06a7e3d - Browse repository at this point
Copy the full SHA 06a7e3dView commit details -
Merge remote-tracking branch 'origin/redshift-resume-pause-cluster-op…
…erators' into redshift-resume-pause-cluster-operators # Conflicts: # airflow/providers/amazon/aws/sensors/redshift.py # docs/apache-airflow-providers-amazon/operators/redshift.rst
dbarrundia3 committedDec 7, 2021 Configuration menu - View commit details
-
Copy full SHA for d20662a - Browse repository at this point
Copy the full SHA d20662aView commit details -
Rolling back changes to not use enum and move all Operators into one …
…unified file.
dbarrundia3 committedDec 7, 2021 Configuration menu - View commit details
-
Copy full SHA for e72bec0 - Browse repository at this point
Copy the full SHA e72bec0View commit details -
Rolling back changes to not use enum and move all Operators into one …
…unified file.
dbarrundia3 committedDec 7, 2021 Configuration menu - View commit details
-
Copy full SHA for e659253 - Browse repository at this point
Copy the full SHA e659253View commit details -
Rolling back changes to not use enum and move all Operators into one …
…unified file.
dbarrundia3 committedDec 7, 2021 Configuration menu - View commit details
-
Copy full SHA for b303dc7 - Browse repository at this point
Copy the full SHA b303dc7View commit details -
Update airflow/providers/amazon/aws/operators/redshift.py
Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6c63fed - Browse repository at this point
Copy the full SHA 6c63fedView commit details -
Update airflow/providers/amazon/aws/operators/redshift.py
Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ac8f33 - Browse repository at this point
Copy the full SHA 3ac8f33View commit details -
Removing no longer required subclass
dbarrundia3 committedDec 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 50becc6 - Browse repository at this point
Copy the full SHA 50becc6View commit details -
Merge remote-tracking branch 'origin/redshift-resume-pause-cluster-op…
…erators' into redshift-resume-pause-cluster-operators
dbarrundia3 committedDec 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 653d6b2 - Browse repository at this point
Copy the full SHA 653d6b2View commit details
Commits on Dec 9, 2021
-
Add unittests for TestPauseClusterOperator and TestResumeClusterOperator
dbarrundia3 committedDec 9, 2021 Configuration menu - View commit details
-
Copy full SHA for f012c29 - Browse repository at this point
Copy the full SHA f012c29View commit details -
Clean unittest for redshift Operators
dbarrundia3 committedDec 9, 2021 Configuration menu - View commit details
-
Copy full SHA for a7ff6ca - Browse repository at this point
Copy the full SHA a7ff6caView commit details -
dbarrundia3 committed
Dec 9, 2021 Configuration menu - View commit details
-
Copy full SHA for f4ac7a4 - Browse repository at this point
Copy the full SHA f4ac7a4View commit details