Option 1:
Open the repository in github code spaces by clicking on the "Code" button on the github repository page and selecting the "Codespaces" tab. It uses the devcontainer.json file in this repo to build a
container with the Dataform tools extension and dependencies such as gcloud and dataform cli preconfigured. Note that it takes approximately 5 mins for the container to build, so grab a cup of coffe while its getting spun up !
Option 2:
Open the repository in a VSCode Dev Container and run the following
gcloud init
gloud auth application-default login
gcloud config set project drawingfire-b72a8 # replace with your gcp project id- Create another dataset in BigQuery and connect to it in the pipeline
Create a new Dataform project
dataform init --default-database drawingfire-b72a8 --default-location europe-west2