Skip to content

Commit

Permalink
[AIRFLOW-XXX] Add BigQueryGetDataOperator to Integration Docs (#4063)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Dec 2, 2018
1 parent 439e626 commit 4a17bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ BigQuery Operators
- :ref:`BigQueryCheckOperator` : Performs checks against a SQL query that will return a single row with different values.
- :ref:`BigQueryValueCheckOperator` : Performs a simple value check using SQL code.
- :ref:`BigQueryIntervalCheckOperator` : Checks that the values of metrics given as SQL expressions are within a certain tolerance of the ones from days_back before.
- :ref:`BigQueryGetDataOperator` : Fetches the data from a BigQuery table and returns data in a python list
- :ref:`BigQueryCreateEmptyTableOperator` : Creates a new, empty table in the specified BigQuery dataset optionally with schema.
- :ref:`BigQueryCreateExternalTableOperator` : Creates a new, external table in the dataset with the data in Google Cloud Storage.
- :ref:`BigQueryDeleteDatasetOperator` : Deletes an existing BigQuery dataset.
Expand Down

0 comments on commit 4a17bed

Please sign in to comment.