You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.IllegalArgumentException: A project ID is required for this service but could not be determined from the builder or the environment. Please set a project ID using the builder.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:143)
at com.google.cloud.ServiceOptions.<init>(ServiceOptions.java:340)
at com.google.cloud.bigquery.BigQueryOptions.<init>(BigQueryOptions.java:94)
at com.google.cloud.bigquery.BigQueryOptions.<init>(BigQueryOptions.java:31)
at com.google.cloud.bigquery.BigQueryOptions$Builder.build(BigQueryOptions.java:89)
at com.google.cloud.flink.bigquery.services.BigQueryServicesImpl$QueryDataClientImpl.<init>(BigQueryServicesImpl.java:248)
at com.google.cloud.flink.bigquery.services.BigQueryServicesImpl.createQueryDataClient(BigQueryServicesImpl.java:89)
at com.google.cloud.flink.bigquery.services.BigQueryServicesFactory.queryClient(BigQueryServicesFactory.java:94)
at com.google.cloud.flink.bigquery.sink.serializer.BigQuerySchemaProviderImpl.getTableSchemaFromOptions(BigQuerySchemaProviderImpl.java:153)
at com.google.cloud.flink.bigquery.sink.serializer.BigQuerySchemaProviderImpl.<init>(BigQuerySchemaProviderImpl.java:60)
happens even though it is clearly defined here
Core Issue seems to be at
The builder
doesn't have projectID context, unless passed through ENV, which I can't do in my flink project.
Thanks!
The text was updated successfully, but these errors were encountered: