Skip to content

Commit

Permalink
[source-postgres/mssql] Hide the "initial load timeout in hours" fiel…
Browse files Browse the repository at this point in the history
…d by default in UI for postgres and mssql (#42411)

Hide the field as the other advanced files were also hidden by default.
  • Loading branch information
theyueli authored Jul 23, 2024
1 parent 1d8e5b2 commit 4cadb34
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-mssql/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
connectorSubtype: database
connectorType: source
definitionId: b5ea17b1-f170-46dc-bc31-cc744ca984c1
dockerImageTag: 4.1.2
dockerImageTag: 4.1.3
dockerRepository: airbyte/source-mssql
documentationUrl: https://docs.airbyte.com/integrations/sources/mssql
githubIssueLabel: source-mssql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@
"default": 8,
"min": 4,
"max": 24,
"order": 6,
"always_show": true
"order": 6
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@
"default": 8,
"min": 4,
"max": 24,
"order": 6,
"always_show": true
"order": 6
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
connectorSubtype: database
connectorType: source
definitionId: decd338e-5647-4c0b-adf4-da0e75f5a750
dockerImageTag: 3.6.6
dockerImageTag: 3.6.7
dockerRepository: airbyte/source-postgres
documentationUrl: https://docs.airbyte.com/integrations/sources/postgres
githubIssueLabel: source-postgres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@
"default": 8,
"min": 4,
"max": 24,
"order": 10,
"always_show": true
"order": 10
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@
"default": 8,
"min": 4,
"max": 24,
"order": 10,
"always_show": true
"order": 10
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@
"default": 8,
"min": 4,
"max": 24,
"order": 10,
"always_show": true
"order": 10
}
}
},
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ WHERE actor_definition_id ='b5ea17b1-f170-46dc-bc31-cc744ca984c1' AND (configura

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------|
| 4.1.3 | |2024-07-22 | [42411](https://github.com/airbytehq/airbyte/pull/42411) | Hide the "initial load timeout in hours" field by default in UI |
| 4.1.2 | 2024-07-22 | [42024](https://github.com/airbytehq/airbyte/pull/42024) | Fix a NPE bug on resuming from a failed attempt. |
| 4.1.1 | 2024-07-19 | [42122](https://github.com/airbytehq/airbyte/pull/42122) | Improve wass error message + logging. |
| 4.1.0 | 2024-07-17 | [42078](https://github.com/airbytehq/airbyte/pull/42078) | WASS analytics + bug fixes. |
Expand Down
5 changes: 3 additions & 2 deletions docs/integrations/sources/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,9 @@ According to Postgres [documentation](https://www.postgresql.org/docs/14/datatyp
<details>
<summary>Expand to review</summary>

| Version | Date | Pull Request | Subject |
|---------|------------|----------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Version | Date | Pull Request | Subject |
|---------|------------|----------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 3.6.7 | |2024-07-22 | [42411](https://github.com/airbytehq/airbyte/pull/42411) | Hide the "initial load timeout in hours" field by default in UI |
| 3.6.6 | 2024-07-22 | [41622](https://github.com/airbytehq/airbyte/pull/41622) | Fix bug in CDC syncing |
| 3.6.5 | 2024-07-22 | [42024](https://github.com/airbytehq/airbyte/pull/42024) | Fix a bug on resuming from a failed attempt. |
| 3.6.4 | 2024-07-17 | [42087](https://github.com/airbytehq/airbyte/pull/42087) | Translate more errors for Postgres source. |
Expand Down

0 comments on commit 4cadb34

Please sign in to comment.