Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Please understand that issues with the use of this code will not be answered or
## Core Contribution team
* Lead Developer: [Will Girten](https://www.linkedin.com/in/willgirten/), Lead SSA @Databricks
* Puru Shrestha, Sr. BI Developer
* Dustin Vannoy, Sr. SSA @Databricks

## Project Support
Please note that all projects in the /databrickslabs github account are provided for your exploration only,
Expand Down
Binary file modified dist/hyperleaup-0.1.2-py3-none-any.whl
Binary file not shown.
Binary file modified dist/hyperleaup-0.1.2.tar.gz
Binary file not shown.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name = "hyperleaup"
version = "0.1.2"
authors = [
{ name="Will Girten", email="will.girten@databricks.com" },
{ name="Dustin Vannoy", email="dustin.vannoy@databricks.com" },
]
description = "Create and publish Tableau Hyper files from Apache Spark DataFrames and Spark SQL."
readme = "README.md"
Expand All @@ -22,7 +23,8 @@ dependencies = [
"tableauhyperapi",
"requests",
"tableauserverclient",
"urllib3"
"urllib3",
"databricks-sdk"
]

[project.urls]
Expand Down