Skip to content

Commit

Permalink
fix main schema so doesn't conflict with imdb
Browse files Browse the repository at this point in the history
  • Loading branch information
jbandoro committed Nov 13, 2023
1 parent 117cb77 commit dfe264b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/dags/dbt/simple/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ simple:
database: 'database'
schema: 'main'
schemas_and_paths:
main: "{{ env_var('DBT_SQLITE_PATH') }}/imdb.db"
main: "{{ env_var('DBT_SQLITE_PATH') }}/main.db"
schema_directory: "{{ env_var('DBT_SQLITE_PATH') }}"

0 comments on commit dfe264b

Please sign in to comment.