bigquery-emulator
bigquery-emulator copied to clipboard
Support copy configurations in insert handler
- 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.