Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bigquery] Support bigquery emulator #336

Merged
merged 3 commits into from
Dec 30, 2024
Merged

Conversation

yoshidan
Copy link
Owner

@yoshidan yoshidan commented Dec 29, 2024

#331

How to use

// see https://github.com/goccy/bigquery-emulator
let config = ClientConfig::new_with_emulator("localhost:9060", "http://localhost:9050");
let client = Client::new(config).await.unwrap();     

Checked API

  • Create table -> OK
  • Insert table data by http API -> OK
  • Insert table data by streaming write API -> OK
  • Read table data by http API -> OK
  • Read table data by streaming read API -> NG ( need to fix )

@yoshidan yoshidan added the safe to test safe to test label Dec 30, 2024
@yoshidan yoshidan merged commit 94880c5 into main Dec 30, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test safe to test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant