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
description: Allows for retrieving a dynamic set of properties from an API endpoint which can be injected into outbound request using the stream_partition.extra_fields.
1984
+
"$ref": "#/definitions/PropertiesFromEndpoint"
1981
1985
request_body_data:
1982
1986
title: Request Body Payload (Non-JSON)
1983
1987
description: Specifies how to populate the body of the request with a non-JSON payload. Plain text will be sent as is, whereas objects will be converted to a urlencoded form.
@@ -2370,7 +2374,7 @@ definitions:
2370
2374
properties:
2371
2375
type:
2372
2376
type: string
2373
-
enum: [KeyTransformation]
2377
+
enum: [KeyTransformation]
2374
2378
prefix:
2375
2379
title: Key Prefix
2376
2380
description: Prefix to add for object keys. If not provided original keys remain unchanged.
description="Allows for retrieving a dynamic set of properties from an API endpoint which can be injected into outbound request using the stream_partition.extra_fields.",
description="Specifies how to populate the body of the request with a non-JSON payload. Plain text will be sent as is, whereas objects will be converted to a urlencoded form.",
f"PropertiesFromEndpoint should only be specified once per stream, but found in {model.requester.type}.fetch_properties_from_endpoint and {model.requester.type}.request_parameters"
# When translating JSON schema into Pydantic models, enforcing types for arrays containing both
2962
-
# concrete string complex object definitions like QueryProperties would get resolved to Union[str, Any].
2963
-
# This adds the extra validation that we couldn't get for free in Pydantic model generation
2966
+
forkey, request_parameterinmodel.requester.request_parameters.items(): # type: ignore # request_parameters is already validated to be a Mapping using _query_properties_in_request_parameters()
0 commit comments