Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

[setup] move script to console script and __main__.py #13

Merged
merged 4 commits into from
Sep 16, 2022
Merged

[setup] move script to console script and __main__.py #13

merged 4 commits into from
Sep 16, 2022

Conversation

cpcloud
Copy link
Collaborator

@cpcloud cpcloud commented Sep 16, 2022

No description provided.

setattr(vd, f"open_{ext}", vd.open_vdsql)

for entry_point in ibis.util.backend_entry_points():
setattr(vd, f"openurl_{entry_point.name}", vd.open_vdsql)
Copy link
Owner

Choose a reason for hiding this comment

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

This means we won't be able to override these for special cases like snowflake. Let's check with hasattr first?

@saulpw saulpw merged commit e2733c3 into saulpw:develop Sep 16, 2022
@cpcloud cpcloud deleted the cleanup-bin branch September 16, 2022 17:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants