Louis-Philippe Bell
Apr 03, 2024
Apr 10, 2024
Next →
...
Bases: Resource
Resource
A connection allows describing a transfer of data between two data points.
connection_id (str) – The ID of the connection.
Delete the current connection.
Convert this resource to a serialized JSON representation.
fields (tuple[str] | list[str]) – Fields to include.
values (tuple[object] | list[object]) – The value of each field
The serialized JSON representation.
str
Destination (To) datapoint of the connection.
Indicates if this connection is enabled (True) or not (False).
The ID of the resource.
This property is read-only, it cannot be modified.
Source (From) datapoint of the connection.