Skip to content

Commit

Permalink
Comment out seeds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aalan3 committed May 29, 2024
1 parent 9f20df9 commit b256f5d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions daily_spellbook/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ tests:
# Full documentation: https://docs.getdbt.com/reference/seed-configs
# For configuring individual seeds (e.g. overriding column types) we recommend a yml file nested in the same folder as the seed
# example: seeds/cryptopunks/schema.yml
seeds:
daily_spellbook:
+schema: test_data

# TODO: Uncomment when seeds actually exist
#seeds:
# daily_spellbook:
# +schema: test_data

# defining search order of macro invokation
dispatch:
Expand Down

0 comments on commit b256f5d

Please sign in to comment.