Skip to content

Commit

Permalink
trying different spec
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Nov 20, 2024
1 parent a967719 commit 7ab541d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def _get_plugin_version() -> str:
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
include_package_data=True,
install_requires=[
"git+https://github.com/dbt-labs/dbt-adapters.git@main",
"git+https://github.com/dbt-labs/dbt-core.git@main#subdirectory=core",
"git+https://github.com/dbt-labs/dbt-common.git@main",
"git+https://github.com/dbt-labs/dbt-spark.git@main",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@main",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@main#subdirectory=core",
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git@main",
"dbt-spark @ git+https://github.com/dbt-labs/dbt-spark.git@main",
"databricks-sql-connector>=3.5.0, <4.0.0",
"databricks-sdk==0.17.0",
"keyring>=23.13.0",
Expand Down

0 comments on commit 7ab541d

Please sign in to comment.