We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96b9ab commit 816d190Copy full SHA for 816d190
dbt-snowflake/hatch.toml
@@ -11,8 +11,8 @@ pre-install-commands = [
11
"pip install -e ../dbt-tests-adapter",
12
]
13
dependencies = [
14
- "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git@upgradeProtoBuf",
15
- "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@upgradeProtoBuf#subdirectory=core",
+ "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git@main",
+ "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@main#subdirectory=core",
16
"ddtrace==2.3.0",
17
"ipdb~=0.13.13",
18
"pre-commit~=3.7.0",
0 commit comments