File tree 3 files changed +4
-3
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-postgres
docs/integrations/sources
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 715
715
- name : Postgres
716
716
sourceDefinitionId : decd338e-5647-4c0b-adf4-da0e75f5a750
717
717
dockerRepository : airbyte/source-postgres
718
- dockerImageTag : 0.4.16
718
+ dockerImageTag : 0.4.17
719
719
documentationUrl : https://docs.airbyte.io/integrations/sources/postgres
720
720
icon : postgresql.svg
721
721
sourceType : database
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION source-postgres
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.4.16
19
+ LABEL io.airbyte.version=0.4.17
20
20
LABEL io.airbyte.name=airbyte/source-postgres
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ According to Postgres [documentation](https://www.postgresql.org/docs/14/datatyp
257
257
| ` timetz ` | string | |
258
258
| ` timestamp ` | string | |
259
259
| ` timestamptz ` | string | |
260
- | ` tsquery ` | string | Not supported with CDC node. Parsed value is null. Issue: [ # 7911 ] ( https://github.com/airbytehq/airbyte/issues/7911 ) |
260
+ | ` tsquery ` | string | |
261
261
| ` tsvector ` | string | |
262
262
| ` uuid ` | string | |
263
263
| ` xml ` | string | |
@@ -270,6 +270,7 @@ According to Postgres [documentation](https://www.postgresql.org/docs/14/datatyp
270
270
271
271
| Version | Date | Pull Request | Subject |
272
272
| :--------| :-----------| :-------------------------------------------------------| :----------------------------------------------------------------------------------------------------------------|
273
+ | 0.4.17 | 2022-05-25 | [ 13083] ( https://github.com/airbytehq/airbyte/pull/13083 ) | Add support for tsquey type |
273
274
| 0.4.16 | 2022-05-14 | [ 12840] ( https://github.com/airbytehq/airbyte/pull/12840 ) | Added custom JDBC parameters field |
274
275
| 0.4.15 | 2022-05-13 | [ 12834] ( https://github.com/airbytehq/airbyte/pull/12834 ) | Fix the bug that the connector returns empty catalog for Azure Postgres database |
275
276
| 0.4.14 | 2022-05-08 | [ 12689] ( https://github.com/airbytehq/airbyte/pull/12689 ) | Add table retrieval according to role-based ` SELECT ` privilege |
You can’t perform that action at this time.
0 commit comments