You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2019/01/12 14:04:00 UTC

[jira] [Updated] (AIRFLOW-3114) Add feature to create External BigQuery Table for querying Cloud Bigtable data

     [ https://issues.apache.org/jira/browse/AIRFLOW-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik updated AIRFLOW-3114:
--------------------------------
    Fix Version/s:     (was: 1.10.2)

> Add feature to create External BigQuery Table for querying Cloud Bigtable data
> ------------------------------------------------------------------------------
>
>                 Key: AIRFLOW-3114
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3114
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: contrib, gcp, hooks
>    Affects Versions: 1.10.0, 2.0.0
>            Reporter: Akshar Dave
>            Priority: Minor
>
> Currently using the BigQuery operator and the bq hook we can create an external BQ table but there is no way to create a permanent external table on Cloud Bigtable data.
>  * For [externalDataConfiguration.sourceUris|https://cloud.google.com/bigquery/docs/reference/v2/tables#externalDataConfiguration.sourceUris], you can specify exactly one [Cloud Bigtable URI|https://cloud.google.com/bigquery/external-data-bigtable#bigtable-uri], and it must be a fully specified, valid HTTPS URL.
>  * Specify the data format properties by setting the [externalDataConfiguration.sourceFormat|https://cloud.google.com/bigquery/docs/reference/v2/tables#externalDataConfiguration.sourceFormat] property. For Google Cloud Bigtable, specify {{"BIGTABLE"}}.
> Below are the links to Doc, Python Api and the JSON Rest API that can be helpful:
> [https://cloud.google.com/bigquery/external-data-bigtable]
> [https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#externalDataConfiguration.sourceFormat]
> [https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#externalDataConfiguration.sourceUris]
> [https://github.com/GoogleCloudPlatform/google-cloud-python/blob/38080c8920d20b01f06c1eaef79eb527525de552/bigquery/google/cloud/bigquery/external_config.py]
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)