-
Notifications
You must be signed in to change notification settings - Fork 184
Closed as not planned
Labels
questionFurther information is requestedFurther information is requested
Milestone
Description
Dear Developer,
how can one check back if the data reached influxdb cloud 2.x?
I use something like that:
write_api = client.write_api(write_options=SYNCHRONOUS)
p = influxdb_client.Point("Kameradom").field("Temperatur", temperature).field("Druck", pressure)
write_api.write(bucket=bucket, org=org, record=p)
I just would like to get an boolean if write_api worked or not.
Sorry I know its not the right place to ask something like that but you guys can answer that within 30 seconds while I would have to google for 4 hours.Thanks
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested