Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 1023 Bytes

File metadata and controls

25 lines (17 loc) · 1023 Bytes

dbt BigFrames Integration

This repository provides simple examples of using dbt Python models with BigQuery in BigFrames mode.

It includes basic configurations and sample models to help you get started quickly in a typical dbt project.

Highlights

  • profiles.yml: configures your connection to BigQuery.
  • dbt_project.yml: configures your dbt project - dbt_sample_project.
  • dbt_bigframes_code_sample_1.py: An example to read BigQuery data and perform basic transformation.
  • dbt_bigframes_code_sample_2.py: An example to build an incremental model that leverages BigFrames UDF capabilities.

Requirements

Before using this project, ensure you have:

For more, see: