From 12621587717e92d4597aaaff8ee381ff5b7ad72e Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Thu, 29 Feb 2024 11:59:16 -0300 Subject: [PATCH] format --- .github/workflows/ci-dbt.yaml | 2 -- dbt_project.yml | 3 --- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/ci-dbt.yaml b/.github/workflows/ci-dbt.yaml index a439bf54..e9f086d2 100644 --- a/.github/workflows/ci-dbt.yaml +++ b/.github/workflows/ci-dbt.yaml @@ -1,8 +1,6 @@ --- name: CI dbt on: - push: - branches: [ main ] pull_request: paths: ['**.sql', '**.yaml', '**.yml'] jobs: diff --git a/dbt_project.yml b/dbt_project.yml index 0c66d389..b5501402 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -8,14 +8,12 @@ config-version: 2 # This setting configures which "profile" dbt uses for this project. profile: default - # Options to disable elementary models vars: disable_run_results: false disable_tests_results: false disable_dbt_artifacts_autoupload: false disable_dbt_invocation_autoupload: false - # These configurations specify where dbt should look for different types of files. # The `source-paths` config, for example, states that models in this project can be # found in the "models/" directory. You probably won't need to change these! @@ -29,7 +27,6 @@ target-path: target # directory which will store compiled SQL files clean-targets: # directories to be removed by `dbt clean` - target - dbt_modules - # Grant acess # bq data control: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-control-language # dbt grant statements use https://discourse.getdbt.com/t/the-exact-grant-statements-we-use-in-a-dbt-project/430