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
destination_info= stitch_connect_client.DestinationInfo() #DestinationInfo | Object containing type and properties of a destination (optional)
62
+
create_destination_body= stitch_connect_client.CreateDestinationBody() #CreateDestinationBody | Object containing type and properties of a destination (optional)
63
63
64
64
try:
65
65
# Creates a new destination. Only a single destination is supported per Stitch client account.
destination_info= stitch_connect_client.DestinationInfo() #DestinationInfo | Object containing type and properties of a destination (optional)
36
+
create_destination_body= stitch_connect_client.CreateDestinationBody() #CreateDestinationBody | Object containing type and properties of a destination (optional)
37
37
38
38
try:
39
39
# Creates a new destination. Only a single destination is supported per Stitch client account.
**destination_info** | [**DestinationInfo**](DestinationInfo.md)| Object containing type and properties of a destination | [optional]
49
+
**create_destination_body** | [**CreateDestinationBody**](CreateDestinationBody.md)| Object containing type and properties of a destination | [optional]
**breadcrumbs** | **list[str]** | An array of strings describing a path into the schema. For example: A value of [] refers to the entire schema, or stream A value of [\"properties\", \"<FIELD_NAME>\"] refers to the properties.<FIELD_NAME> portion of the schema. For example: [\"properties\", \"id\"] would refer to a field named `id` | [optional]
8
-
**metadata** | [**OneOfstreamLevelMetadatafieldLevelMetadata**](OneOfstreamLevelMetadatafieldLevelMetadata.md) | An object containing metadata associated with the breadcrumb. The type of metadata object depends on the breadcrumb: For the entire schema (breadcrumb: []), this will be a Stream-level Metadata object. For an individual field (breadcrumb: [\"properties\", \"<FIELD_NAME>\"]), this will be a Field-level Metadata object | [optional]
7
+
**breadcrumbs** | **list[str]** | An array of strings describing a path into the schema. For example: A value of [] refers to the entire schema, or stream A value of [\"properties\", \"<FIELD_NAME>\"] refers to the properties.<FIELD_NAME> portion of the schema. For example: [\"properties\", \"id\"] would refer to a field named `id` |
8
+
**metadata** | [**OneOfstreamLevelMetadatafieldLevelMetadata**](OneOfstreamLevelMetadatafieldLevelMetadata.md) | An object containing metadata associated with the breadcrumb. The type of metadata object depends on the breadcrumb: For the entire schema (breadcrumb: []), this will be a Stream-level Metadata object. For an individual field (breadcrumb: [\"properties\", \"<FIELD_NAME>\"]), this will be a Field-level Metadata object |
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments