bigquery-emulator icon indicating copy to clipboard operation
bigquery-emulator copied to clipboard

Support copy configurations in insert handler

Open pgcamus opened this issue 8 months ago • 0 comments

  • Read rows from the source tables and construct load jobs to pull them into the destination table.

This is supports the Python SDK's Client.copy_table() API, which https://github.com/goccy/bigquery-emulator/pull/386 does not quite support. I'm guessing that we'd probably want to combine functionality from these two PRs at some point.

pgcamus avatar Apr 23 '25 15:04 pgcamus