/dbt_bigquery_sample

GNU Lesser General Public License v2.1LGPL-2.1

Welcome to your new dbt project!

Using the starter project

Try running the following commands:

  • dbt run
  • dbt test

Resources:

  • Learn more about dbt in the docs
  • Check out Discourse for commonly asked questions and answers
  • Join the chat on Slack for live discussions and support
  • Find dbt events near you
  • Check out the blog for the latest news on dbt's development and best practices

Generate Models

Generate Sources: dbt run-operation generate_source --args '{"schema_name": "public", "database_name": "data-plane-unit-test", "table_names":["category", "customer"]}'