We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
td-client-java does not support updateExpire.
td-client-python and td-client-ruby support update_expire. https://github.com/treasure-data/td-client-ruby/blob/fa8f082c523be493d2e0171bb16afcd70dfb6c1e/lib/td/client/api/table.rb#L85-L87 https://github.com/treasure-data/td-client-python/blob/8da50c3c938a46fa37f81510bb1e28c24d4fb439/tdclient/table_api.py#L88-L96
update_expire
It's better to support same as both 2 clients.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
td-client-java does not support updateExpire.
td-client-python and td-client-ruby support
update_expire
.https://github.com/treasure-data/td-client-ruby/blob/fa8f082c523be493d2e0171bb16afcd70dfb6c1e/lib/td/client/api/table.rb#L85-L87
https://github.com/treasure-data/td-client-python/blob/8da50c3c938a46fa37f81510bb1e28c24d4fb439/tdclient/table_api.py#L88-L96
It's better to support same as both 2 clients.
The text was updated successfully, but these errors were encountered: