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_r217893598
##########
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:
No worries @xnuinside . I really appreciate any time and effort towards
making Airflow better :-)
I am still not stripping out the possibility of these operators if there are
other users who would have a use-case for this :)
----------------------------------------------------------------
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