Skip to content

Conversation

@simi
Copy link

@simi simi commented Oct 27, 2025

building on top of #187 with added tests

Fixes #183 #180 #187 where destinationTable field wasn't being returned when queries run without explicit destination tables. This affects Ruby, Java, Scala, and Go BigQuery clients.

Changes:

  • Add 'ds_' prefix to dataset ID to avoid conflicts when dataset and table names are the same
  • Populate job.Configuration.Query.DestinationTable with proper references

(added tests)

Fixes goccy#183 where destinationTable field wasn't being returned when queries
run without explicit destination tables. This affects Ruby, Java, Scala,
and Go BigQuery clients.

Changes:
- Add 'ds_' prefix to dataset ID to avoid conflicts when dataset and table
  names are the same
- Populate job.Configuration.Query.DestinationTable with proper references

Co-authored-by: Josef Šimánek <[email protected]> (added tests)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DestinationTable is not being returned when creating a query job without tableDestination

2 participants