diff --git a/airbyte-integrations/connectors/source-delighted/manifest.yaml b/airbyte-integrations/connectors/source-delighted/manifest.yaml index 7c386ab70a65..b97a80a53f64 100644 --- a/airbyte-integrations/connectors/source-delighted/manifest.yaml +++ b/airbyte-integrations/connectors/source-delighted/manifest.yaml @@ -69,8 +69,8 @@ definitions: inject_into: request_parameter end_datetime: type: MinMaxDatetime - datetime: "{{ today_utc() }}" - datetime_format: "%Y-%m-%d" + datetime: "{{ now_utc() }}" + datetime_format: "%Y-%m-%d %H:%M:%S.%f%z" step: P1W cursor_granularity: PT1S schema_loader: @@ -182,8 +182,8 @@ definitions: inject_into: request_parameter end_datetime: type: MinMaxDatetime - datetime: "{{ today_utc() }}" - datetime_format: "%Y-%m-%d" + datetime: "{{ now_utc() }}" + datetime_format: "%Y-%m-%d %H:%M:%S.%f%z" step: P1W cursor_granularity: PT1S schema_loader: @@ -271,8 +271,8 @@ definitions: inject_into: request_parameter end_datetime: type: MinMaxDatetime - datetime: "{{ today_utc() }}" - datetime_format: "%Y-%m-%d" + datetime: "{{ now_utc() }}" + datetime_format: "%Y-%m-%d %H:%M:%S.%f%z" step: P1W cursor_granularity: PT1S schema_loader: @@ -362,8 +362,8 @@ definitions: inject_into: request_parameter end_datetime: type: MinMaxDatetime - datetime: "{{ today_utc() }}" - datetime_format: "%Y-%m-%d" + datetime: "{{ now_utc() }}" + datetime_format: "%Y-%m-%d %H:%M:%S.%f%z" step: P1W cursor_granularity: PT1S schema_loader: @@ -1004,7 +1004,7 @@ streams: additionalProperties: true spec: type: Spec - documentation_url: https://docsurl.com + documentation_url: https://docs.airbyte.com/integrations/sources/delighted connection_specification: $schema: http://json-schema.org/draft-07/schema# title: Delighted Spec diff --git a/airbyte-integrations/connectors/source-delighted/metadata.yaml b/airbyte-integrations/connectors/source-delighted/metadata.yaml index a4e0b0456722..7b951b37019c 100644 --- a/airbyte-integrations/connectors/source-delighted/metadata.yaml +++ b/airbyte-integrations/connectors/source-delighted/metadata.yaml @@ -10,7 +10,7 @@ data: connectorSubtype: api connectorType: source definitionId: cc88c43f-6f53-4e8a-8c4d-b284baaf9635 - dockerImageTag: 0.3.1 + dockerImageTag: 0.4.0 dockerRepository: airbyte/source-delighted documentationUrl: https://docs.airbyte.com/integrations/sources/delighted githubIssueLabel: source-delighted diff --git a/docs/integrations/sources/delighted.md b/docs/integrations/sources/delighted.md index 7270ea0e8625..1354c9ee92d3 100644 --- a/docs/integrations/sources/delighted.md +++ b/docs/integrations/sources/delighted.md @@ -54,6 +54,7 @@ This source is capable of syncing the following core streams: | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------- | +| 0.4.0 | 2024-09-08 | [44601](https://github.com/airbytehq/airbyte/pull/44601) | Update macro for end_date | | 0.3.1 | 2024-08-16 | [44196](https://github.com/airbytehq/airbyte/pull/44196) | Bump source-declarative-manifest version | | 0.3.0 | 2024-08-15 | [44156](https://github.com/airbytehq/airbyte/pull/44156) | Refactor connector to manifest-only format | | 0.2.19 | 2024-08-10 | [43583](https://github.com/airbytehq/airbyte/pull/43583) | Update dependencies |