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

Add stop start functionality to dataproc operators #6

Closed

Conversation

molcay
Copy link
Collaborator

@molcay molcay commented Jan 19, 2024

Implement DataprocStartClusterOperator and DataprocStopClusterOperator
Also, Add the following logic to DataprocCreateClusterOperator:

  • if the cluster already exists, and it is in stopped state, then start the cluster.

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

Add base class for start-stop cluster operators to fix failed test

Fix typing
@molcay molcay force-pushed the add-stop-start-functionality-to-dataproc-operators branch from 180a8ee to 14d6565 Compare January 23, 2024 13:50
Add base class for start-stop cluster operators to fix failed test

Fix typing
…dataproc-operators' into add-stop-start-functionality-to-dataproc-operators
@molcay molcay closed this Jan 24, 2024
@molcay molcay deleted the add-stop-start-functionality-to-dataproc-operators branch January 24, 2024 11:20
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.

2 participants