You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bob De Schutter (JIRA)" <ji...@apache.org> on 2017/01/04 09:07:58 UTC

[jira] [Created] (AIRFLOW-728) Google Bigquery table exists sensor

Bob De Schutter created AIRFLOW-728:
---------------------------------------

             Summary: Google Bigquery table exists sensor
                 Key: AIRFLOW-728
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-728
             Project: Apache Airflow
          Issue Type: New Feature
          Components: gcp
            Reporter: Bob De Schutter
            Assignee: Bob De Schutter


Design a sensor that checks whether a certain table is present in bigquery. The sensor will accept the google cloud project id, bigquery dataset id and bigquery table id to check as parameters.

Internally, it will use the bigquery hook to check for the existence of the table. Therefore a 'table_exists' method will be added to the existing Bigquery hook.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)