You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param str org: specifies the destination organization for writes; take either the ID or Name interchangeably; if both orgID and org are specified, org takes precedence. (required)
190
+
:param str org: specifies the destination organization for writes; take either the ID or Name interchangeably;
191
+
if both orgID and org are specified, org takes precedence. (required)
192
192
:param str bucket: specifies the destination bucket for writes (required)
193
-
:param WritePrecision write_precision: specifies the precision for the unix timestamps within the body line-protocol. The precision specified on a Point has precedes and is use for write.
193
+
:param WritePrecision write_precision: specifies the precision for the unix timestamps within
194
+
the body line-protocol. The precision specified on a Point has precedes
195
+
and is use for write.
194
196
:param record: Points, line protocol, Pandas DataFrame, RxPY Observable to write
195
197
:param data_frame_measurement_name: name of measurement for writing Pandas DataFrame
196
198
:param data_frame_tag_columns: list of DataFrame columns which are tags, rest columns will be fields
0 commit comments