nivaldoh commented on code in PR #27156: URL: https://github.com/apache/airflow/pull/27156#discussion_r1002555561
########## docs/apache-airflow-providers-google/operators/cloud/gcs.rst: ########## @@ -32,22 +32,6 @@ Prerequisite Tasks Operators ^^^^^^^^^ -.. _howto/operator:GCSToBigQueryOperator: - -GCSToBigQueryOperator ---------------------- - -Use the -:class:`~airflow.providers.google.cloud.transfers.gcs_to_bigquery.GCSToBigQueryOperator` -to execute a BigQuery load job. - -.. exampleinclude:: /../../tests/system/providers/google/cloud/gcs/example_gcs_to_bigquery.py - :language: python - :dedent: 4 - :start-after: [START howto_operator_gcs_to_bigquery] - :end-before: [END howto_operator_gcs_to_bigquery] - - Review Comment: Migrate the GCSToBigQueryOperator to its own page to maintain the established pattern for transfer operators. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
