Skip to content

Commit

Permalink
ci: fix hardcoded values in circleci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gsaiz committed Jul 14, 2023
1 parent f34f263 commit 69d94c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration_tests/tests/test_generate_source_all_args.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ version: 2
sources:
- name: {{ raw_schema | trim | lower }}
description: ""
database: analytics
schema: codegen_integration_tests_snowflake_raw_data
database: {{ target.database }}
schema: {{ target.schema }}
tables:
- name: data__a_relation
description: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2

sources:
- name: {{ raw_schema | trim | lower }}
database: analytics
database: {{ target.database }}
tables:
- name: data__a_relation
- name: data__b_relation
Expand Down

0 comments on commit 69d94c2

Please sign in to comment.