kaxil commented on a change in pull request #3894: WIP: [AIRFLOW-3055] Add
BigQueryDatasetCheckExist and BigQueryDatasetsList…
URL: https://github.com/apache/incubator-airflow/pull/3894#discussion_r217889969
##########
File path: airflow/contrib/operators/bigquery_operator.py
##########
@@ -569,3 +570,125 @@ def execute(self, context):
project_id=self.project_id,
dataset_id=self.dataset_id
)
+
+
+class BigQueryDatasetCheckExistOperator(BaseOperator):
+ """"
+ This operator is used to check what a dataset exist in Big Query.
+ https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/get
Review comment:
Can you use a `seealso` Sphinx block for all the links you use in any PR?
This will make the docs more clean :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services