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

list-tables operation via roundtrip #3

Merged
merged 3 commits into from
Oct 26, 2023
Merged

list-tables operation via roundtrip #3

merged 3 commits into from
Oct 26, 2023

Conversation

DeaconDesperado
Copy link
Owner

@DeaconDesperado DeaconDesperado commented Oct 23, 2023

  • implements a list tables operation by roundtripping the get_tables -> get_table_objects_by_name thrift methods
    • gives a UX that provides glob-based table search in a database:
# list all tables in default database
nektar list-tables default

# list all tables in default namespace starting with foo
nektar list-tables default -s 'foo*'

@DeaconDesperado DeaconDesperado merged commit 84420c9 into main Oct 26, 2023
2 checks passed
@DeaconDesperado DeaconDesperado deleted the list-tables branch October 26, 2023 18:49
@DeaconDesperado DeaconDesperado added the feature New feature or request label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant