Skip to content

Commit fd2ed85

Browse files
committed
Report the connection name for labels reported to bigquery.
1 parent a0fe7c1 commit fd2ed85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dqops/src/main/java/com/dqops/connectors/bigquery/BigQueryInternalConnection.java

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public class BigQueryInternalConnection {
3434
* @param quotaProjectId GCP quota project id.
3535
*/
3636
public BigQueryInternalConnection(String connectionName, BigQuery bigQueryClient, String billingProjectId, String quotaProjectId) {
37+
this.connectionName = connectionName;
3738
this.bigQueryClient = bigQueryClient;
3839
this.billingProjectId = billingProjectId;
3940
this.quotaProjectId = quotaProjectId;

0 commit comments

Comments
 (0)