Skip to content

Commit d8a3257

Browse files
authored
fix bigquery_to_gcs documentation (#40219)
Currently the documentation states Importing files and also suggest that the file would be imported from GCS to BigQuery instead of what the operator actually does which is exporting single BigQuery table to GCS
1 parent e2b8f68 commit d8a3257

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/apache-airflow-providers-google/operators/transfer/bigquery_to_gcs.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Prerequisite Tasks
3737
Operator
3838
^^^^^^^^
3939

40-
File transfer from GCS to BigQuery is performed with the
40+
Table export from BigQuery to GCS is performed with the
4141
:class:`~airflow.providers.google.cloud.transfers.bigquery_to_gcs.BigQueryToGCSOperator` operator.
4242

4343
Use :ref:`Jinja templating <concepts:jinja-templating>` with
@@ -48,10 +48,10 @@ You may define multiple destination URIs, as well as other settings such as ``co
4848
``export_format``. For more information, please refer to the links above.
4949

5050

51-
Importing files
52-
---------------
51+
Exporting tables
52+
----------------
5353

54-
The following Operator imports one or more files from GCS into a BigQuery table.
54+
The following Operator exports BigQuery table into a GCS.
5555

5656
.. exampleinclude:: /../../tests/system/providers/google/cloud/bigquery/example_bigquery_to_gcs.py
5757
:language: python

0 commit comments

Comments
 (0)