Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Aug 24, 2023
1 parent 5c7e685 commit df26a27
Show file tree
Hide file tree
Showing 7 changed files with 2,619 additions and 130 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

30 changes: 0 additions & 30 deletions dev-requirements.txt

This file was deleted.

2,572 changes: 2,572 additions & 0 deletions poetry.lock

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[tool.poetry]
name = "dbt-databricks"
version = "1.6.1"
description = "The Databricks adapter plugin for dbt"
authors = ["Databricks <feedback@databricks.com>"]
license = "Apache-2.0"
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
readme = "README.md"
packages = [{include = "dbt"}]

[tool.poetry.dependencies]
python = "^3.8.1"
databricks-sql-connector = "^2.9.2"
dbt-spark = "1.6.0"
databricks-sdk = "0.1.7"
keyring = "23.13.0"

[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
flake8 = "^6.1.0"
flaky = "^3.7.0"
freezegun = "^1.2.2"
ipdb = "^0.13.13"
mock = "^5.1.0"
mypy = "^1.5.1"
pytest-csv = "^3.0.0"
pytest-dotenv = "^0.5.2"
pytest-xdist = "^3.3.1"
pytz = "^2023.3"
tox = "^4.10.0"
types-requests = "^2.31.0.2"
types-mock = "^5.1.0.1"
dbt-tests-adapter = "1.6.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/build-dist.sh

This file was deleted.

75 changes: 0 additions & 75 deletions setup.py

This file was deleted.

0 comments on commit df26a27

Please sign in to comment.