Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Tableau Hyper #49

Merged
merged 19 commits into from
Sep 4, 2024
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ authors = [
# TODO: add other contributors
{ name = "Danny Meijer", email = "[email protected]" },
{ name = "Mikita Sakalouski", email = "[email protected]" },
{ name = "Maxim Mityutko", email = "[email protected]" },
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -63,6 +64,12 @@ se = ["spark-expectations>=2.1.0"]
sftp = ["paramiko>=2.6.0"]
delta = ["delta-spark>=2.2"]
excel = ["openpyxl>=3.0.0"]
# Tableau dependencies
tableau = [
#"tableauhyperapi>=0.0.19484",
"tableauserverclient>=0.25",
"pantab",
]
dev = ["black", "isort", "ruff", "mypy", "pylint", "colorama", "types-PyYAML"]
test = [
"chispa",
Expand Down Expand Up @@ -179,6 +186,7 @@ features = [
"excel",
"se",
"box",
"tableau",
"dev",
]

Expand Down Expand Up @@ -243,6 +251,7 @@ features = [
"sftp",
"delta",
"excel",
"tableau",
"dev",
"test",
]
Expand Down Expand Up @@ -398,6 +407,7 @@ features = [
"sftp",
"delta",
"excel",
"tableau",
"dev",
"test",
"docs",
Expand Down
Empty file.
Loading