-
Notifications
You must be signed in to change notification settings - Fork 185
Support Cloud contract too #525
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
Comments
Hi @dg-nvm, thanks for using our client. We don't want to add whole Cloud contract to the client, but the Regards |
We have to clearly promote in docs which APIs are only supported by InfluxDB Cloud. For more info see #527 (comment) |
@bednar for this moment I don't recognize other APIs, to be fair I did know that there is a diff between versions (like the inability to get a health check from the cloud version) but I didn't know that SDKs are also different. |
Hi @dg-nvm, I have prepared a fixed version within #528. If you would like to use this fixed version before regular release, please install client via:
The following example shows how to use Explicit schema API: https://github.com/influxdata/influxdb-client-python/blob/master/examples/bucket_schemas.py Regards |
thank you |
Proposal:
Add cloud.json contract client so we can use all APIs
Current behavior:
Bucket Schemas api is not available
Desired behavior:
I can
from influxdb_client import InfluxDBClientCloud as InfluxDBClient
to activate all needed apis.Alternatives considered:
pip install requests
Use case:
We are working in Vonage over feature that involves Explicit Bucket Schemas. We want to automate their management and we are using python influxdb client. Currently only oss.json contract is parsed and added so we have to use plain requests to maintain this and it's cumbersome.
The text was updated successfully, but these errors were encountered: