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

[fix] "dy ls" doesn't work when cache exists and table name is not specified #34

Merged
merged 1 commit into from Nov 24, 2021
Merged

[fix] "dy ls" doesn't work when cache exists and table name is not specified #34

merged 1 commit into from Nov 24, 2021

Conversation

ghost
Copy link

@ghost ghost commented Nov 17, 2021

Issue #18, if available:
dy list doesn't work under the condition where ~/.dynein/cache.yml contains at least one cached table and table name is not specified in both ~/.dynein/config.yml and --table option.

Description of changes:
cached_using_table_schema() (only used in list_tables()) returns None when table name is not specified in both ~/.dynein/config.yml and --table option.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ghost ghost requested a review from kzym-w November 18, 2021 00:31
@ghost ghost added the bug Something isn't working label Nov 18, 2021
@ghost ghost linked an issue Nov 18, 2021 that may be closed by this pull request
Copy link
Contributor

@kzym-w kzym-w left a comment

Choose a reason for hiding this comment

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

I checked this PR and it looks OK.

@kzym-w kzym-w merged commit c09daee into awslabs:main Nov 24, 2021
@ghost ghost deleted the fix_issue_18 branch November 29, 2021 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

list tables does not work for local region
2 participants