BigQuery
Currently, BigQuery is supported through the tbls integration. While direct BigQuery support is not yet implemented, you can use tbls as a workaround to generate schema documentation for your BigQuery datasets.
Using tbls with BigQuery
-
First, install tbls by following the installation instructions
-
Set up Google Cloud authentication:
- Create a service account and download the JSON key file
- Set the environment variable:
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/key.json"
-
Use tbls to generate a schema.json file from your BigQuery dataset:
Replace the following with your BigQuery details:
project-id
: Your Google Cloud project IDdataset-id
: Your BigQuery dataset ID
- Use the generated schema.json with Liam:
For more details about using tbls format, see the tbls documentation.
Direct BigQuery Support
Direct BigQuery support is planned but not yet implemented. If you're interested in this feature, please follow or contribute to the discussion on GitHub.