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

dump-tables and load-tables --tables flag does not work #590

Open
vjeeva opened this issue Oct 18, 2024 · 1 comment
Open

dump-tables and load-tables --tables flag does not work #590

vjeeva opened this issue Oct 18, 2024 · 1 comment

Comments

@vjeeva
Copy link
Contributor

vjeeva commented Oct 18, 2024

When running either of those commands with the --tables flag, the tables get passed into the function as a list of strings (as per the function signature), but the code was previously written with the tables being passed as a comma separated list.

Please update those functions to support the list of strings when --tables is specified at the command-line.

@vjeeva
Copy link
Contributor Author

vjeeva commented Oct 18, 2024

Also test if those commands even work... If not, get rid of them. If yes, include them in our integration testing.

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

No branches or pull requests

1 participant