This is a collection of tools for dataform transforms
To set up the Dataform repository and enable the tool through the Google Cloud Platform API, follow these steps:
- Navigate to BigQuery > Dataform in the Google Cloud Platform Console.
- Create a Dataform repository. If you are located in the EU, choose the EU
data region (e.g.,
europe-west1
). - Connect the created repository with your Git repository.
To create a development workspace for your Dataform project, perform the following steps:
- Initialize the workspace.
- After completing the initialization, Dataform will automatically generate
two files in the
definitions
directory. You can delete these files as they are not required.
To install the npm
package and add it to your Dataform workspace, follow
these steps:
- Check the latest package version
- Go to your Dataform workspace.
- Add your package full name to your
package.json
dependencies with the current version of the package - Click "Install Packages" button in the dataform interface
The package.json
"dependencies"
section should include your package, like
this:
{
"dependencies": {
"@optimics/dataform-utm-source-filter": "^0.6"
}
}
Once you have made the necessary changes to the repository, commit the changes and push them to the branch.