Add Google BigQuery support#72
Conversation
|
Could we use this container ghcr.io/goccy/bigquery-emulator:0.4.3 to write tests? Based on the sub process bug report, I am currently updating the shmig_test repo. But in any case, yes I am interested in merging this. |
|
Great link, thank you! But it won't work for shmig until goccy/bigquery-emulator#48 is resolved. We could of course pretend there is information_schema in the test code 😄 |
|
more incompatibilities of bigquery-emulator after faking INFORMATION_SCHEMA.TABLES view with a manually created table: (ok we can get rid of default values and manually insert migrated_at) it doesn't know what INT is? At this point I consider the emulator unusable for this case. BigQuery would be absolutely free for running these test cases, and too easy to set up instead of fiddling around the emulator for a theoretical simplicity of not having to get an account and provide credentials for testing. |
I know this is untested for now, and it would be relatively tricky to set up a test case.
Sending this to test the waters on feasibility of merging upstream.