Skip to content

Commit 27e851c

Browse files
authored
Add maxSecondsBetweenMessages to metadata yaml (#36872)
1 parent 9be3a8e commit 27e851c

File tree

6 files changed

+130
-124
lines changed

6 files changed

+130
-124
lines changed

airbyte-integrations/connectors/source-mongodb-v2/metadata.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ data:
55
connectorSubtype: database
66
connectorType: source
77
definitionId: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e
8-
dockerImageTag: 1.3.2
8+
dockerImageTag: 1.3.3
99
dockerRepository: airbyte/source-mongodb-v2
1010
documentationUrl: https://docs.airbyte.com/integrations/sources/mongodb-v2
1111
githubIssueLabel: source-mongodb-v2
1212
icon: mongodb.svg
1313
license: ELv2
14+
maxSecondsBetweenMessages: 7200
1415
name: MongoDb
1516
registries:
1617
cloud:

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ data:
99
connectorSubtype: database
1010
connectorType: source
1111
definitionId: b5ea17b1-f170-46dc-bc31-cc744ca984c1
12-
dockerImageTag: 4.0.7
12+
dockerImageTag: 4.0.8
1313
dockerRepository: airbyte/source-mssql
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/mssql
1515
githubIssueLabel: source-mssql
1616
icon: mssql.svg
1717
license: ELv2
18+
maxSecondsBetweenMessages: 7200
1819
name: Microsoft SQL Server (MSSQL)
1920
registries:
2021
cloud:

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ data:
99
connectorSubtype: database
1010
connectorType: source
1111
definitionId: 435bb9a5-7887-4809-aa58-28c27df0d7ad
12-
dockerImageTag: 3.3.15
12+
dockerImageTag: 3.3.16
1313
dockerRepository: airbyte/source-mysql
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/mysql
1515
githubIssueLabel: source-mysql
1616
icon: mysql.svg
1717
license: ELv2
18+
maxSecondsBetweenMessages: 7200
1819
name: MySQL
1920
registries:
2021
cloud:

docs/integrations/sources/mongodb-v2.md

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ For more information regarding configuration parameters, please see [MongoDb Doc
221221

222222
| Version | Date | Pull Request | Subject |
223223
|:--------|:-----------|:---------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|
224+
| 1.3.3 | 2024-04-05 | [36872](https://github.com/airbytehq/airbyte/pull/36872) | Update to connector's metadat definition. |
224225
| 1.3.2 | 2024-04-04 | [36845](https://github.com/airbytehq/airbyte/pull/36845) | Adopt Kotlin CDK. |
225226
| 1.3.1 | 2024-04-04 | [36837](https://github.com/airbytehq/airbyte/pull/36837) | Adopt CDK 0.28.0. |
226227
| 1.3.0 | 2024-03-15 | [35669](https://github.com/airbytehq/airbyte/pull/35669) | Full refresh read of collections. |

0 commit comments

Comments
 (0)