Skip to content

Commit b4576b4

Browse files
authored
fix(source-mixpanel): update spec (#38757)
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
1 parent 30358b7 commit b4576b4

File tree

4 files changed

+60
-59
lines changed

4 files changed

+60
-59
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ data:
77
- mixpanel.com
88
- eu.mixpanel.com
99
connectorBuildOptions:
10-
baseImage: docker.io/airbyte/python-connector-base:1.1.0@sha256:bd98f6505c6764b1b5f99d3aedc23dfc9e9af631a62533f60eb32b1d3dbab20c
10+
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
1111
connectorSubtype: api
1212
connectorType: source
1313
definitionId: 12928b32-bf0a-4f1e-964f-07e12e37153a
14-
dockerImageTag: 3.0.0
14+
dockerImageTag: 3.1.0
1515
dockerRepository: airbyte/source-mixpanel
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/mixpanel
1717
githubIssueLabel: source-mixpanel

airbyte-integrations/connectors/source-mixpanel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "3.0.0"
6+
version = "3.1.0"
77
name = "source-mixpanel"
88
description = "Source implementation for Mixpanel."
99
authors = [ "Airbyte <contact@airbyte.io>",]

airbyte-integrations/connectors/source-mixpanel/source_mixpanel/spec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"description": "The date in the format YYYY-MM-DD. Any data before this date will not be replicated. If this option is not set, the connector will replicate data from up to one year ago by default.",
9494
"examples": ["2021-11-16"],
9595
"pattern": "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$",
96-
"format": "date"
96+
"format": "date-time"
9797
},
9898
"end_date": {
9999
"order": 6,
@@ -102,7 +102,7 @@
102102
"description": "The date in the format YYYY-MM-DD. Any data after this date will not be replicated. Left empty to always sync to most recent date",
103103
"examples": ["2021-11-16"],
104104
"pattern": "^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$",
105-
"format": "date"
105+
"format": "date-time"
106106
},
107107
"region": {
108108
"order": 7,

0 commit comments

Comments
 (0)