Skip to content

Commit

Permalink
fix: enable bq storage api
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitaich1998 authored May 27, 2024
1 parent 40fbc09 commit 0e3a72c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ private Configuration setDefaultValues(Configuration inputConf) {
configMap.put("SCHEMA_REGISTRY_STENCIL_FETCH_HEADERS", "");
configMap.put("SINK_METRICS_APPLICATION_PREFIX", "dagger_");
configMap.put("SINK_BIGQUERY_ROW_INSERT_ID_ENABLE", "false");
configMap.put("SINK_BIGQUERY_STORAGE_API_ENABLE", "true");
return new Configuration(ParameterTool.fromMap(configMap));
}

Expand Down

0 comments on commit 0e3a72c

Please sign in to comment.