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

KCL Client should not require createTable permissions #347

Closed
kjohnstoncbt opened this issue Jun 22, 2018 · 2 comments
Closed

KCL Client should not require createTable permissions #347

kjohnstoncbt opened this issue Jun 22, 2018 · 2 comments

Comments

@kjohnstoncbt
Copy link

If I pre-create the table for the KCL client, it should not require CreateTable permissions.

What appears to happen is that the KCL client calls createTable even if the table exists, and that method fails if the caller does not have CreateTable permission.

@kjohnstoncbt
Copy link
Author

Closing - seems like it should be working if the table is there - tableStatus should cause it to return.

@kjohnstoncbt
Copy link
Author

I was using an older KCL client - newer version fixed this: #67

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