-
Hi there, Thanks for the great tooling! For my test setup, I'm looking for a way to setup Ibis to leverage the BigQuery emulator. I've used the TableDatset from this blogpost. From what I can tell, there seems to be no direct way to customize Any ideas? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
gforsyth
May 28, 2024
Replies: 1 comment
-
Hi @lvijnck -- there may be waaay more involved to get this working, but you can pass an existing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cpcloud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @lvijnck -- there may be waaay more involved to get this working, but you can pass an existing
bigquery.Client
object toibis.bigquery.connect(client=...)
-- and Ibis will use the existing client (if it exists) instead of creating one.