Skip to content

Commit

Permalink
downgrade tsc library
Browse files Browse the repository at this point in the history
  • Loading branch information
rymarczy committed Dec 1, 2023
1 parent cb8ac1e commit 5cf6a81
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
31 changes: 15 additions & 16 deletions python_src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python_src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ schedule = "^1.1.0"
alembic = "^1.10.2"
types-pytz = "^2023.3.0.1"
tableauhyperapi = "^0.0.17971"
tableauserverclient = "^0.28"
tableauserverclient = "0.25"

[tool.poetry.dev-dependencies]
black = "^23.1.0"
Expand Down
1 change: 1 addition & 0 deletions python_src/src/lamp_py/tableau/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def overwrite_datasource(
project = project_from_name(project_name)
if project is None:
raise KeyError(f"{project_name} project not found on Tableau server.")
assert project.id is not None

datasource = TSC.DatasourceItem(project_id=project.id)

Expand Down

0 comments on commit 5cf6a81

Please sign in to comment.