Lara Schmidt created BEAM-14182:
-----------------------------------
Summary: Bigquery import/export should transfer dataflow labels to
load job
Key: BEAM-14182
URL: https://issues.apache.org/jira/browse/BEAM-14182
Project: Beam
Issue Type: Bug
Components: io-java-gcp
Reporter: Lara SchmidtWe add labels to the load / export job but right now it's just a beam-related label and no others. If the user has labels with the dataflow job it would be good to forward these to the load job so that the resources can be looked up properly. I noticed this in java. I imagine it's an issue in python/go but would be good to check. Relevant code links: [1] [https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOMetadata.java#L59|https://www.google.com/url?q=https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOMetadata.java%23L59&sa=D&source=buganizer&usg=AOvVaw3UgctcBiabSj5dS2_2mX3D] [2] [https://github.com/apache/beam/blob/11aad9160d3a12e19d593d5819bca9505ded9a3b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java#L232|https://www.google.com/url?q=https://github.com/apache/beam/blob/11aad9160d3a12e19d593d5819bca9505ded9a3b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java%23L232&sa=D&source=buganizer&usg=AOvVaw1sgWpvheNmbXax8m2wkVgf] -- This message was sent by Atlassian Jira (v8.20.1#820001)
