Skip to content

Commit 9dc835b

Browse files
committed
fix merge conflict
1 parent 9bc1b5a commit 9dc835b

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@ definitions:
20852085
field: "updated_at"
20862086
order: "ascending"
20872087
request_body:
2088-
title: Request Body
2088+
title: Request Body Payload to be send as a part of the API request.
20892089
description: Specifies how to populate the body of the request with a payload. Can contain nested objects.
20902090
anyOf:
20912091
- "$ref": "#/definitions/RequestBodyPlainText"
@@ -2116,54 +2116,11 @@ definitions:
21162116
value:
21172117
param1: "value1"
21182118
param2: "{{ config['param2_value'] }}"
2119-
<<<<<<< Updated upstream
21202119
- type: RequestBodyGraphQL
21212120
value:
21222121
query:
21232122
param1: "value1"
21242123
param2: "{{ config['param2_value'] }}"
2125-
request_headers:
2126-
title: Request Headers
2127-
description: Return any non-auth headers. Authentication headers will overwrite any overlapping headers returned from this method.
2128-
anyOf:
2129-
- type: object
2130-
title: Key/Value Pairs
2131-
additionalProperties:
2132-
type: string
2133-
- type: string
2134-
title: Interpolated Value
2135-
interpolation_context:
2136-
- next_page_token
2137-
- stream_interval
2138-
- stream_partition
2139-
- stream_slice
2140-
examples:
2141-
- Output-Format: JSON
2142-
- Version: "{{ config['version'] }}"
2143-
request_parameters:
2144-
title: Query Parameters
2145-
description: Specifies the query parameters that should be set on an outgoing HTTP request given the inputs.
2146-
anyOf:
2147-
- type: object
2148-
title: Key/Value Pairs
2149-
additionalProperties:
2150-
anyOf:
2151-
- type: string
2152-
- $ref: "#/definitions/QueryProperties"
2153-
- type: string
2154-
title: Interpolated Value
2155-
interpolation_context:
2156-
- next_page_token
2157-
- stream_interval
2158-
- stream_partition
2159-
- stream_slice
2160-
examples:
2161-
- unit: "day"
2162-
- query: 'last_event_time BETWEEN TIMESTAMP "{{ stream_interval.start_time }}" AND TIMESTAMP "{{ stream_interval.end_time }}"'
2163-
- searchIn: "{{ ','.join(config.get('search_in', [])) }}"
2164-
- sort_by[asc]: updated_at
2165-
=======
2166-
>>>>>>> Stashed changes
21672124
error_handler:
21682125
title: Error Handler
21692126
description: Error handler component that defines how to handle errors.

0 commit comments

Comments
 (0)