[
https://issues.apache.org/jira/browse/AIRFLOW-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028014#comment-17028014
]
ASF GitHub Bot commented on AIRFLOW-5682:
-----------------------------------------
stale[bot] commented on pull request #6351: [AIRFLOW-5682] Allow labels in
gcs_to_bq operator
URL: https://github.com/apache/airflow/pull/6351
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add support for labels in gcs_to_bq operator
> --------------------------------------------
>
> Key: AIRFLOW-5682
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5682
> Project: Apache Airflow
> Issue Type: Improvement
> Components: gcp
> Affects Versions: 1.10.5
> Reporter: Lyall Cooper
> Assignee: Lyall Cooper
> Priority: Minor
>
> Other BigQuery related operators, such as {{bigquery_to_gcs}} and
> {{bigquery_to_bigquery}} support BigQuery's "labels" feature, which allows
> callers to attach arbitrary key-value tags onto the jobs/queries. However,
> the {{gcs_to_bq}} operator does not currently support this functionality,
> which would be nice to have.
>
> Currently a workaround is to use the underlying {{BigQueryHook}} to create a
> load job from GCS to BQ, but that's not ideal.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)