Skip to content

Commit

Permalink
Source Marketo: Mark datefields in spec as dates (#22938)
Browse files Browse the repository at this point in the history
* Source Marketo: Mark datefields in spec as dates

* Update changelog

* auto-bump connector version

* Automated Change

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: arsenlosenko <arsenlosenko@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 7, 2023
1 parent 1f28030 commit f9a62e8
Show file tree
Hide file tree
Showing 8 changed files with 26,999 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17112,7 +17112,7 @@
"sourceDefinitionId": "9e0556f4-69df-4522-a3fb-03264d36b348",
"name": "Marketo",
"dockerRepository": "airbyte/source-marketo",
"dockerImageTag": "1.0.2",
"dockerImageTag": "1.0.3",
"documentationUrl": "https://docs.airbyte.com/integrations/sources/marketo",
"icon": "marketo.svg",
"sourceType": "api",
Expand Down Expand Up @@ -17153,7 +17153,8 @@
"order": 2,
"description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.",
"examples": [ "2020-09-25T00:00:00Z" ],
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"format": "date-time"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@
- name: Marketo
sourceDefinitionId: 9e0556f4-69df-4522-a3fb-03264d36b348
dockerRepository: airbyte/source-marketo
dockerImageTag: 1.0.2
dockerImageTag: 1.0.3
documentationUrl: https://docs.airbyte.com/integrations/sources/marketo
icon: marketo.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8509,7 +8509,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-marketo:1.0.2"
- dockerImage: "airbyte/source-marketo:1.0.3"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/marketo"
connectionSpecification:
Expand Down Expand Up @@ -8557,6 +8557,7 @@
examples:
- "2020-09-25T00:00:00Z"
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
format: "date-time"
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
Expand Down
Loading

0 comments on commit f9a62e8

Please sign in to comment.