Skip to content

Commit

Permalink
bug(source-adjust): fix datetime format (#41055)
Browse files Browse the repository at this point in the history
Co-authored-by: Natik Gadzhi <natik@respawn.io>
  • Loading branch information
2 people authored and xiaohansong committed Jul 12, 2024
1 parent e5ad0b4 commit 44129e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: d3b7fa46-111b-419a-998a-d7f046f6d66d
dockerImageTag: 0.1.8
dockerImageTag: 0.1.9
dockerRepository: airbyte/source-adjust
documentationUrl: https://docs.airbyte.com/integrations/sources/adjust
githubIssueLabel: source-adjust
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.8"
version = "0.1.9"
name = "source-adjust"
description = "Source implementation for Adjust."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ definitions:
cursor_field: day
cursor_datetime_formats:
- "%Y-%m-%d"
datetime_format: "%Y-%m-%d"
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
start_datetime:
type: MinMaxDatetime
datetime: "{{ config['ingest_start'] }}"
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/adjust.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The source connector supports the following [sync modes](https://docs.airbyte.co

| Version | Date | Pull Request | Subject |
|---------|------------| -------------------------------------------------------- |---------------------------------------------|
| 0.1.9 | 2024-07-10 | [41055](https://github.com/airbytehq/airbyte/pull/41055) | Update datetime format |
| 0.1.8 | 2024-07-10 | [41460](https://github.com/airbytehq/airbyte/pull/41460) | Update dependencies |
| 0.1.7 | 2024-07-09 | [41182](https://github.com/airbytehq/airbyte/pull/41182) | Update dependencies |
| 0.1.6 | 2024-07-06 | [40947](https://github.com/airbytehq/airbyte/pull/40947) | Update dependencies |
Expand Down

0 comments on commit 44129e9

Please sign in to comment.