Skip to content

Commit

Permalink
🐛 Source Sentry: add time format (#36731)
Browse files Browse the repository at this point in the history
  • Loading branch information
darynaishchenko committed Apr 1, 2024
1 parent 911d150 commit d3bd9df
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: cdaf146a-9b75-49fd-9dd2-9d64a0bb4781
dockerImageTag: 0.5.0
dockerImageTag: 0.5.1
dockerRepository: airbyte/source-sentry
documentationUrl: https://docs.airbyte.com/integrations/sources/sentry
githubIssueLabel: source-sentry
Expand Down
16 changes: 8 additions & 8 deletions airbyte-integrations/connectors/source-sentry/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.5.0"
version = "0.5.1"
name = "source-sentry"
description = "Source implementation for Sentry."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
Expand Up @@ -61,6 +61,7 @@ definitions:
cursor_datetime_formats:
- "%Y-%m-%dT%H:%M:%SZ"
- "%Y-%m-%dT%H:%M:%S.%f%z"
- "%Y-%m-%dT%H:%M:%S%z"
datetime_format: "%Y-%m-%dT%H:%M:%S.%f%z"
start_datetime:
type: MinMaxDatetime
Expand Down
Expand Up @@ -38,7 +38,7 @@
{ "key": "release", "value": "17642328ead24b51867165985996d04b29310337" },
{ "key": "server_name", "value": "web1.example.com" }
],
"dateCreated": "2024-01-02T15:01:28.946777Z",
"dateCreated": "2024-03-31T15:03:36+00:00",
"user": null,
"message": "",
"title": "This is an example Python exception",
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/sentry.md
Expand Up @@ -47,6 +47,7 @@ The Sentry source connector supports the following [sync modes](https://docs.air

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------------------|
| 0.5.1 | 2024-04-01 | [36731](https://github.com/airbytehq/airbyte/pull/36731) | Add `%Y-%m-%dT%H:%M:%S%z` to date time formats. |
| 0.5.0 | 2024-03-27 | [35755](https://github.com/airbytehq/airbyte/pull/35755) | Migrate to low-code. |
| 0.4.2 | 2024-03-25 | [36448](https://github.com/airbytehq/airbyte/pull/36448) | Unpin CDK version |
| 0.4.1 | 2024-02-12 | [35145](https://github.com/airbytehq/airbyte/pull/35145) | Manage dependencies with Poetry |
Expand Down

0 comments on commit d3bd9df

Please sign in to comment.