-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
[AIRFLOW-4964] Add BigQuery Data Transfer Hook and Operator #5769
[AIRFLOW-4964] Add BigQuery Data Transfer Hook and Operator #5769
Conversation
# In the case of Airflow, the customer needs to create a transfer | ||
# config with the automatic scheduling disabled and then trigger | ||
# a transfer run using a specialized Airflow operator | ||
schedule_options = {"disable_auto_scheduling": True} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this option turned off by default? We are talking about such feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's done in hook's method _disable_auto_scheduling
.
071e68f
to
498a7d9
Compare
Depends on #5791. |
498a7d9
to
ee0a6de
Compare
35d9a4c
to
a53b0cc
Compare
LGTM |
a53b0cc
to
7db44cc
Compare
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation
Code Quality
flake8