[AIRFLOW-XXXX] Update BigQuery View section URL to ViewDefinition (#5981)

This commit is contained in:
Ryan Yuan 2019-09-02 17:17:10 +10:00 коммит произвёл Kamil Breguła
Родитель 7ee2b99229
Коммит 1158f57375
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -265,7 +265,7 @@ class BigQueryBaseCursor(LoggingMixin):
:type cluster_fields: list
:param view: [Optional] A dictionary containing definition for the view.
If set, it will create a view instead of a table:
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#view
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ViewDefinition
:type view: dict
**Example**: ::
@ -592,7 +592,7 @@ class BigQueryBaseCursor(LoggingMixin):
:type time_partitioning: dict
:param view: [Optional] A dictionary containing definition for the view.
If set, it will patch a view instead of a table:
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#view
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ViewDefinition
**Example**: ::
view = {