How to load seeds from a YAML file on startup #319
Unanswered
augustobreno
asked this question in
Q&A
Replies: 2 comments 1 reply
-
You can run the binary with the Here's an example seed file and invocation |
Beta Was this translation helpful? Give feedback.
0 replies
-
We're using bigquery-emulator through testcontainers (
https://java.testcontainers.org/modules/gcloud). Any chance you have a tip
on how to achieve that using testcontainers in a Spring Boot application?
Regards,
Augusto Lima
…On Wed, May 29, 2024, 14:02 Dan Hansen ***@***.***> wrote:
You can run the binary with the --data-from-yaml flag. If you're using
Docker, you'll need to bind a volume mount to provide the YAML file to the
container.
Here's an example seed file
<https://github.com/goccy/bigquery-emulator/blob/main/server/testdata/data.yaml>
and invocation
<https://github.com/goccy/bigquery-emulator/blob/316038b8dd3f6534a87948f28ac54c41dc6afc21/_examples/python/docker-compose.yml#L12>
—
Reply to this email directly, view it on GitHub
<#319 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEMM3RDZWZFLWX2ISGKRF3ZEYCY7AVCNFSM6AAAAABIPHXQAWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKOJWGM2TM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature list contains: You can load seeds from a YAML file on startup
How to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions