-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Add documentation for BigQuery transfer operators #27156
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
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
b2f2051 to
52f7016
Compare
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.
Migrate the GCSToBigQueryOperator to its own page to maintain the established pattern for transfer operators.
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.
Use example in the docstring as BigQueryToMySqlOperator doesn't have its own system test, and creating one may not be necessary.
|
@turbaszek @mik-laj Ready for review at your earliest convenience. |
|
Let's see if CI passes. |
|
Some static checks are failing - you need to solve and rebase. |
Add individual documentation for the GCSToBigQueryOperator in accordance with the estabilished pattern, and remove the previous reference to it in the general GCS documentation
5e91cfc to
2266ff7
Compare
|
Thanks for the review. All points have been addressed. |
|
docs are failing. |
|
? |
|
@nivaldoh can you please address the doc test failures? |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
|
@eladkal Please assign me |
You can just take the PR and start working on yours (and make reference to this PR). There is no need to assign it. |
|
resolved in #29466 |
closes: #27093
Adds documentation for the following Google Cloud transfer operators: BigQueryToBigQueryOperator, BigQueryToGCSOperator, BigQueryToMsSqlOperator, BigQueryToMySqlOperator, GCSToBigQueryOperator
^ 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.rstor{issue_number}.significant.rst, in newsfragments.