Skip to content

Commit

Permalink
add newliens
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Aug 23, 2024
1 parent 9c30b6c commit b0976eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ env*/
!*/.env/

# But explicitly ignore test.env files
test.env
test.env
2 changes: 1 addition & 1 deletion integration_tests/.env/bigquery.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BIGQUERY_KEYFILE_JSON=
BIGQUERY_PROJECT=
BIGQUERY_SCHEMA=dbt_utils_integration_tests_bigquery
BIGQUERY_SCHEMA=dbt_utils_integration_tests_bigquery
2 changes: 1 addition & 1 deletion integration_tests/.env/redshift.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ REDSHIFT_USER=
DBT_ENV_SECRET_REDSHIFT_PASS=
REDSHIFT_DATABASE=
REDSHIFT_PORT=
REDSHIFT_SCHEMA=dbt_utils_integration_tests_redshift
REDSHIFT_SCHEMA=dbt_utils_integration_tests_redshift
2 changes: 1 addition & 1 deletion integration_tests/.env/snowflake.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ DBT_ENV_SECRET_SNOWFLAKE_PASS=
SNOWFLAKE_ROLE=
SNOWFLAKE_DATABASE=
SNOWFLAKE_WAREHOUSE=
SNOWFLAKE_SCHEMA=dbt_utils_integration_tests_snowflake
SNOWFLAKE_SCHEMA=dbt_utils_integration_tests_snowflake
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ commands =
dbt --version
dbt debug --target redshift
dbt deps --target redshift
dbt build --target redshift --full-refresh
dbt build --target redshift --full-refresh

0 comments on commit b0976eb

Please sign in to comment.