Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Feb 29, 2024
1 parent a847e5f commit 1262158
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-dbt.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
name: CI dbt
on:
push:
branches: [ main ]
pull_request:
paths: ['**.sql', '**.yaml', '**.yml']
jobs:
Expand Down
3 changes: 0 additions & 3 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -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
Expand Down

0 comments on commit 1262158

Please sign in to comment.