-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Description
What do you see as an issue?
The transfer operators from and to Google Cloud BigQuery seem to be currently missing in the documentation.
Current documentation on Google Cloud transfer operators: https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/transfer/index.html
List of the possible missing operators in the documentation: BigQueryToBigQueryOperator, BigQueryToGCSOperator, BigQueryToMsSqlOperator, BigQueryToMySqlOperator, GCSToBigQueryOperator
List of available GCP transfer operators: https://github.com/apache/airflow/tree/main/airflow/providers/google/cloud/transfers
Could someone please confirm if the operators are indeed missing in the documentation? I wasn't able to find them elsewhere, and it seems like they should at least be referenced there.
Solving the problem
I would gladly submit a PR to help document the five missing operators. If the documentation is indeed missing, is it okay to use a single PR for all five operators, or should we separate them?
Anything else
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct