Skip to content

Commit

Permalink
chore: Unpin dbt utilities' dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 18, 2024
1 parent 748a5a9 commit fd1bcb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/meltano/utilities/dbt-bigquery/dbt-labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ next_steps: |-
# create a starter dbt_project.yml file, a profiles.yml file, and models directory
meltano invoke dbt-bigquery:initialize
```
pip_url: dbt-core~=1.7.0 dbt-bigquery~=1.7.0 git+https://github.com/meltano/dbt-ext.git@main
pip_url: dbt-core dbt-bigquery git+https://github.com/meltano/dbt-ext.git@main
repo: https://github.com/dbt-labs/dbt-bigquery
settings:
- description: |
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/utilities/dbt-duckdb/jwills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ next_steps: |
# create a starter dbt_project.yml file, a profiles.yml file, and models directory
meltano invoke dbt-duckdb:initialize
```
pip_url: dbt-core~=1.7.0 dbt-duckdb~=1.7.0 git+https://github.com/meltano/dbt-ext.git@main
pip_url: dbt-core dbt-duckdb git+https://github.com/meltano/dbt-ext.git@main
repo: https://github.com/jwills/dbt-duckdb
settings:
- description: The path on your local filesystem where you would like the DuckDB database
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/utilities/dbt-postgres/dbt-labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ next_steps: |-
# create a starter dbt_project.yml file, a profiles.yml file, and models directory
meltano invoke dbt-postgres:initialize
```
pip_url: dbt-core~=1.7.0 dbt-postgres~=1.7.0 git+https://github.com/meltano/dbt-ext.git@main
pip_url: dbt-core dbt-postgres git+https://github.com/meltano/dbt-ext.git@main
repo: https://github.com/dbt-labs/dbt-core
settings:
- aliases:
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/utilities/dbt-redshift/dbt-labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ next_steps: |-
# create a starter dbt_project.yml file, a profiles.yml file, and models directory
meltano invoke dbt-redshift:initialize
```
pip_url: dbt-core~=1.7.0 dbt-redshift~=1.7.0 git+https://github.com/meltano/dbt-ext.git@main
pip_url: dbt-core dbt-redshift git+https://github.com/meltano/dbt-ext.git@main
repo: https://github.com/dbt-labs/dbt-redshift
settings:
- description: |
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/utilities/dbt-snowflake/dbt-labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ next_steps: |-
# create a starter dbt_project.yml file, a profiles.yml file, and models directory
meltano invoke dbt-snowflake:initialize
```
pip_url: dbt-core~=1.7.0 dbt-snowflake~=1.7.0 git+https://github.com/meltano/dbt-ext.git@main
pip_url: dbt-core dbt-snowflake git+https://github.com/meltano/dbt-ext.git@main
repo: https://github.com/dbt-labs/dbt-snowflake
settings:
- description: The snowflake account to connect to.
Expand Down

0 comments on commit fd1bcb9

Please sign in to comment.