Skip to content

Commit

Permalink
trigger tokens CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin committed Jul 23, 2024
1 parent c55b5a8 commit d54bf60
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tokens/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,20 @@ vars:
# These configurations specify where dbt should look for different types of files.
# You don't need to change these!
model-paths: ["models", "../sources"]
# analysis-paths: ["analyses"]
# test-paths: ["tests"]
# seed-paths: ["seeds"]
macro-paths: ["../macros"]
# snapshot-paths: ["snapshots"]

target-path: "target" # directory which will store compiled SQL files
clean-targets: # directories to be removed by `dbt clean`
- "target"
- "dbt_packages"

# defining search order of macro invokation
# defining search order of macro invokation
dispatch:
- macro_namespace: dbt_utils
search_order: ['trino_utils', 'dbt_utils']

# Configuring models
# Full documentation: https://docs.getdbt.com/docs/configuring-models
models:
Expand All @@ -54,10 +52,10 @@ models:
+materialized: view
+schema: no_schema # this should be overriden in model specific configs
+view_security: invoker

aave:
+schema: aave

tokens:
+schema: tokens
+materialized: table
Expand Down Expand Up @@ -115,4 +113,4 @@ models:
the_granary:
+schema: the_granary
optimism:
+schema: the_granary_optimism
+schema: the_granary_optimism

0 comments on commit d54bf60

Please sign in to comment.