[Feature Request]: BigQueryIO.TypedRead should have setLabel function to set labels for BigQuery commands #26545
Closed
2 of 15 tasks
Labels
Milestone
What would you like to happen?
BigQuery provides the functionality of labelling queries. It is beneficial when it comes to distinguishing two similar queries and distinguishing their costs. (of course when it is impossible to do it any other way)
Unfortunately, it is impossible to set these labels right now for queries that read the data with the BigQueryIO class:
It would be perfect to be able to do something like this:
As far as I know, this functionality is available in the Python version of this IO connector. I hope it will be doable for the Java connector as well.
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: