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

Remove runtime dependency on tableauhyperapi #336

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WillAyd
Copy link
Collaborator

@WillAyd WillAyd commented Sep 20, 2024

closes #267

assert set(result.keys()) == set((table_name, TableName("public", "table2")))
assert set(result.keys()) == set(
(
".".join(table_name._unescaped_components),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to future self during review - is this OK to do? I think this will technically break users that want a roundtrip of the TableName, which overloads equality semantics.

How important that is...I don't know.

@WillAyd WillAyd mentioned this pull request Sep 20, 2024
"pandas>=2.0.0",
"polars~=1.2.0",
"narwhals",
"tableauhyperapi",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might also want to come up with a way to monkeypatch the tableau installation not existing, and making sure the pantab runtime works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Dependency on tableauhyperapi
1 participant