-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Implement CloudDataTransferServiceRunJobOperator
#39154
Merged
josh-fell
merged 12 commits into
apache:main
from
boraberke:feat/google/run-storage-transfer-job-op
May 28, 2024
Merged
Implement CloudDataTransferServiceRunJobOperator
#39154
josh-fell
merged 12 commits into
apache:main
from
boraberke:feat/google/run-storage-transfer-job-op
May 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eladkal
reviewed
Apr 21, 2024
2 tasks
e7ea9a4
to
2adf264
Compare
Hi @eladkal, would appreciate your comments on this again, let me know if there is anything else I need to fix! |
Taragolis
approved these changes
May 4, 2024
josh-fell
reviewed
May 5, 2024
airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py
Show resolved
Hide resolved
josh-fell
reviewed
May 8, 2024
airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py
Outdated
Show resolved
Hide resolved
josh-fell
reviewed
May 16, 2024
airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Josh Fell <48934154+josh-fell@users.noreply.github.com>
josh-fell
approved these changes
May 28, 2024
fdemiane
pushed a commit
to fdemiane/airflow
that referenced
this pull request
Jun 6, 2024
* Implement CloudDataTransferServiceRunJobOperator * Add references from storage-transfer docs * Add unit test for `run_transfer_job` * Add docs and example dag usage for `CloudDataTransferServiceRunJobOperator` * Fix doctest errors * Validate inputs inside execute function * Remove validation check in the constructor * Fix failing test * Fix ruff linter issues * Ensure consistent `project_id` usage Co-authored-by: Josh Fell <48934154+josh-fell@users.noreply.github.com> --------- Co-authored-by: Josh Fell <48934154+josh-fell@users.noreply.github.com>
96 tasks
romsharon98
pushed a commit
to romsharon98/airflow
that referenced
this pull request
Jul 26, 2024
* Implement CloudDataTransferServiceRunJobOperator * Add references from storage-transfer docs * Add unit test for `run_transfer_job` * Add docs and example dag usage for `CloudDataTransferServiceRunJobOperator` * Fix doctest errors * Validate inputs inside execute function * Remove validation check in the constructor * Fix failing test * Fix ruff linter issues * Ensure consistent `project_id` usage Co-authored-by: Josh Fell <48934154+josh-fell@users.noreply.github.com> --------- Co-authored-by: Josh Fell <48934154+josh-fell@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds
CloudDataTransferServiceRunJobOperator
which runs a pre-configured storage data transfer service using it'sjob_name
.Closes: #22016