versioning my sql code on bigquery using github

Je veux savoir comment versionner notre code sql sur bigquery en utilisant github ?Quelqu'un peut-il me donner les étapes à suivre. Je démarre un projet sur bigquery et j'ai besoin de partager mon développement quotidien <avec l'équipe et je me demande s'il existe un moyen de connecter bigquery à github ?

0 2 1,913
2 REPLIES 2

You can see this document[1] on how to version control your bigquery views.

The Other way that you can create a versioning is using Saved queries[2], If you set the visibility to project anyone in your project can see the query.

The other way is to copy the full query and save it in a file and have that file in a folder that you will need to link it to github(as if you have it as a local file).

[1]https://robertsahlin.com/automatic-builds-and-version-control-of-your-bigquery-views/
[2]https://cloud.google.com/bigquery/docs/saving-sharing-queries

The Source Repositories cloud service would not work?