Skip to content

Commit

Permalink
Add maxSecondsBetweenMessages to metadata yaml (#36872)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodireich authored Apr 6, 2024
1 parent 9be3a8e commit 27e851c
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 124 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ data:
connectorSubtype: database
connectorType: source
definitionId: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e
dockerImageTag: 1.3.2
dockerImageTag: 1.3.3
dockerRepository: airbyte/source-mongodb-v2
documentationUrl: https://docs.airbyte.com/integrations/sources/mongodb-v2
githubIssueLabel: source-mongodb-v2
icon: mongodb.svg
license: ELv2
maxSecondsBetweenMessages: 7200
name: MongoDb
registries:
cloud:
Expand Down
3 changes: 2 additions & 1 deletion airbyte-integrations/connectors/source-mssql/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ data:
connectorSubtype: database
connectorType: source
definitionId: b5ea17b1-f170-46dc-bc31-cc744ca984c1
dockerImageTag: 4.0.7
dockerImageTag: 4.0.8
dockerRepository: airbyte/source-mssql
documentationUrl: https://docs.airbyte.com/integrations/sources/mssql
githubIssueLabel: source-mssql
icon: mssql.svg
license: ELv2
maxSecondsBetweenMessages: 7200
name: Microsoft SQL Server (MSSQL)
registries:
cloud:
Expand Down
3 changes: 2 additions & 1 deletion airbyte-integrations/connectors/source-mysql/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ data:
connectorSubtype: database
connectorType: source
definitionId: 435bb9a5-7887-4809-aa58-28c27df0d7ad
dockerImageTag: 3.3.15
dockerImageTag: 3.3.16
dockerRepository: airbyte/source-mysql
documentationUrl: https://docs.airbyte.com/integrations/sources/mysql
githubIssueLabel: source-mysql
icon: mysql.svg
license: ELv2
maxSecondsBetweenMessages: 7200
name: MySQL
registries:
cloud:
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/mongodb-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ For more information regarding configuration parameters, please see [MongoDb Doc

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

0 comments on commit 27e851c

Please sign in to comment.