Skip to content

Commit a8e3837

Browse files
cbeauchmarcosmarxm
andauthored
fix(source-delighted): update end_datetime macro (#44601)
Co-authored-by: marcosmarxm <[email protected]>
1 parent 4420264 commit a8e3837

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

airbyte-integrations/connectors/source-delighted/manifest.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ definitions:
6969
inject_into: request_parameter
7070
end_datetime:
7171
type: MinMaxDatetime
72-
datetime: "{{ today_utc() }}"
73-
datetime_format: "%Y-%m-%d"
72+
datetime: "{{ now_utc() }}"
73+
datetime_format: "%Y-%m-%d %H:%M:%S.%f%z"
7474
step: P1W
7575
cursor_granularity: PT1S
7676
schema_loader:
@@ -182,8 +182,8 @@ definitions:
182182
inject_into: request_parameter
183183
end_datetime:
184184
type: MinMaxDatetime
185-
datetime: "{{ today_utc() }}"
186-
datetime_format: "%Y-%m-%d"
185+
datetime: "{{ now_utc() }}"
186+
datetime_format: "%Y-%m-%d %H:%M:%S.%f%z"
187187
step: P1W
188188
cursor_granularity: PT1S
189189
schema_loader:
@@ -271,8 +271,8 @@ definitions:
271271
inject_into: request_parameter
272272
end_datetime:
273273
type: MinMaxDatetime
274-
datetime: "{{ today_utc() }}"
275-
datetime_format: "%Y-%m-%d"
274+
datetime: "{{ now_utc() }}"
275+
datetime_format: "%Y-%m-%d %H:%M:%S.%f%z"
276276
step: P1W
277277
cursor_granularity: PT1S
278278
schema_loader:
@@ -362,8 +362,8 @@ definitions:
362362
inject_into: request_parameter
363363
end_datetime:
364364
type: MinMaxDatetime
365-
datetime: "{{ today_utc() }}"
366-
datetime_format: "%Y-%m-%d"
365+
datetime: "{{ now_utc() }}"
366+
datetime_format: "%Y-%m-%d %H:%M:%S.%f%z"
367367
step: P1W
368368
cursor_granularity: PT1S
369369
schema_loader:
@@ -1004,7 +1004,7 @@ streams:
10041004
additionalProperties: true
10051005
spec:
10061006
type: Spec
1007-
documentation_url: https://docsurl.com
1007+
documentation_url: https://docs.airbyte.com/integrations/sources/delighted
10081008
connection_specification:
10091009
$schema: http://json-schema.org/draft-07/schema#
10101010
title: Delighted Spec

airbyte-integrations/connectors/source-delighted/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: cc88c43f-6f53-4e8a-8c4d-b284baaf9635
13-
dockerImageTag: 0.3.1
13+
dockerImageTag: 0.4.0
1414
dockerRepository: airbyte/source-delighted
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/delighted
1616
githubIssueLabel: source-delighted

docs/integrations/sources/delighted.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ This source is capable of syncing the following core streams:
5454

5555
| Version | Date | Pull Request | Subject |
5656
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------- |
57+
| 0.4.0 | 2024-09-08 | [44601](https://github.com/airbytehq/airbyte/pull/44601) | Update macro for end_date |
5758
| 0.3.1 | 2024-08-16 | [44196](https://github.com/airbytehq/airbyte/pull/44196) | Bump source-declarative-manifest version |
5859
| 0.3.0 | 2024-08-15 | [44156](https://github.com/airbytehq/airbyte/pull/44156) | Refactor connector to manifest-only format |
5960
| 0.2.19 | 2024-08-10 | [43583](https://github.com/airbytehq/airbyte/pull/43583) | Update dependencies |

0 commit comments

Comments
 (0)