BigQuery Insert #9043
Answered
by
adas98012
jralduaveuthey
asked this question in
Question
BigQuery Insert
#9043
-
It looks like inserting data in a BigQuery table is not possible at the moment (see here ) |
Beta Was this translation helpful? Give feedback.
Answered by
adas98012
Oct 4, 2022
Replies: 2 comments 2 replies
-
You are right, Hasura doesn't support mutations on BigQuery database tables. Here is the info page on Hasura's current BigQuery support : You may look at other APIs to write into BigQuery database. Here is a source of reference: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adas98012
-
Thanks for the info!
Regarding our stack, we have an app developed in Adalo and our DB is now on
BQ. With Hasura we just would like to create personal Endpoints to be used
in Adalo
Viele Grüße / Best regards,
Jaime Raldua
…On Tue, 4 Oct 2022 at 20:19, dsandip ***@***.***> wrote:
@jralduaveuthey <https://github.com/jralduaveuthey> Like @adas98012
<https://github.com/adas98012> said, you can look at other APIs and can
also choose to expose any integrations or the APIs themselves as Actions.
Would also love to have your feedback on the following:
1. Why write to bigquery via the GraphQL api? Would love to know the
complete data lifecycle (generation, storage, consumption specifically).
2. What does your stack look like end to end?
—
Reply to this email directly, view it on GitHub
<#9043 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4VG57FGBITWQEMG5KVVKLWBRYJVANCNFSM6AAAAAAQZ3ES54>
.
You are receiving this because you were mentioned.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
You are right, Hasura doesn't support mutations on BigQuery database tables. Here is the info page on Hasura's current BigQuery support :
https://hasura.io/docs/latest/databases/bigquery/index/
You may look at other APIs to write into BigQuery database. Here is a source of reference:
https://cloud.google.com/bigquery/docs/write-api