sdk.data_source.get()
elements.sdk.api.data_source
Get metadata for a Data Source.
Retrieves all the details about the specified Data Source.
Parameters
- ids (List[str]) - Data Source IDs to get
Returns
List[DataSource]
Example(s)
# Get a Data Source
await sdk.data_source.get(ids=["adsbx_pings"])
# Output (List[DataSource])
[id: "adsbx_pings"
name: "pings"
data_types {
name: "pings"
data_source_ids: "adsbx_pings"
sensor_type: "telemetry"
}
delivery_lag_seconds: 86400
display_name: "Plane Pings (Global)"
indicator: "planes"
]Updated 6 months ago