johnjcasey

Results 41 comments of johnjcasey

This has been updated in Beam 2.39, please update to that version or higher

Has updating the expansion service resolved the issue?

@egalpin @nishantjain91 are either of you planning to work on these test cases?

Np, that timeline is fine. I'll assign this to you, and we can remove awaiting triage from this

This LGTM. Have you retried the original failing custom dynamic destinations?

I am not able to replicate this exception with the code you provided. I suspect the issue is that your dynamicDestinations expects a String argument to the getTable method, but...

Can you update your replication code to make this reproducible?

I'm running into a separate issue com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request POST https://bigquery.googleapis.com/bigquery/v2/projects/google.com:clouddfe/jobs?prettyPrint=false { "code" : 400, "errors" : [ { "domain" : "global", "message" : "Invalid path: /Users/johnjcasey/vc/beam-java/sdks/java/io/google-cloud-platform/null/bq_it_temp/BigQueryWriteTemp/beam_bq_job_LOAD_testpipelinejohnjcasey0804135744c736b253_9d89ed77264a49a3a5d5d94dca3004c4/b7a2b0b3-859e-4869-957f-a41375fb5d96", "reason" :...

I'm replicating your issue now and the issue is what I'm seeing is what I thought. The destination that is being passed in is already a TableDestination, which causing the...