Skip to content

Commit 8b45744

Browse files
authored
Upgrade postgres and redshift destination to remove basic_normalization attribute (#4725)
* upgrade snowflake,redshift,postgres to remove basic_normalization * undo snowflake * undo snowflaketest
1 parent 20f9c2d commit 8b45744

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

airbyte-config/init/src/main/resources/config/STANDARD_DESTINATION_DEFINITION/25c5221d-dce2-4163-ade9-739ef790f503.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"destinationDefinitionId": "25c5221d-dce2-4163-ade9-739ef790f503",
33
"name": "Postgres",
44
"dockerRepository": "airbyte/destination-postgres",
5-
"dockerImageTag": "0.3.6",
5+
"dockerImageTag": "0.3.7",
66
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/postgres",
77
"icon": "postgresql.svg"
88
}

airbyte-config/init/src/main/resources/config/STANDARD_DESTINATION_DEFINITION/f7a7d195-377f-cf5b-70a5-be6b819019dc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"destinationDefinitionId": "f7a7d195-377f-cf5b-70a5-be6b819019dc",
33
"name": "Redshift",
44
"dockerRepository": "airbyte/destination-redshift",
5-
"dockerImageTag": "0.3.9",
5+
"dockerImageTag": "0.3.10",
66
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/redshift",
77
"icon": "redshift.svg"
88
}

airbyte-config/init/src/main/resources/seed/destination_definitions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- destinationDefinitionId: 25c5221d-dce2-4163-ade9-739ef790f503
1212
name: Postgres
1313
dockerRepository: airbyte/destination-postgres
14-
dockerImageTag: 0.3.6
14+
dockerImageTag: 0.3.7
1515
documentationUrl: https://docs.airbyte.io/integrations/destinations/postgres
1616
icon: postgresql.svg
1717
- destinationDefinitionId: 22f6c74f-5699-40ff-833c-4a879ea40133
@@ -42,7 +42,7 @@
4242
- destinationDefinitionId: f7a7d195-377f-cf5b-70a5-be6b819019dc
4343
name: Redshift
4444
dockerRepository: airbyte/destination-redshift
45-
dockerImageTag: 0.3.9
45+
dockerImageTag: 0.3.10
4646
documentationUrl: https://docs.airbyte.io/integrations/destinations/redshift
4747
icon: redshift.svg
4848
- destinationDefinitionId: af7c921e-5892-4ff2-b6c1-4a5ab258fb7e

airbyte-integrations/connectors/destination-postgres/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
88

99
RUN tar xf ${APPLICATION}.tar --strip-components=1
1010

11-
LABEL io.airbyte.version=0.3.6
11+
LABEL io.airbyte.version=0.3.7
1212
LABEL io.airbyte.name=airbyte/destination-postgres

airbyte-integrations/connectors/destination-redshift/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
88

99
RUN tar xf ${APPLICATION}.tar --strip-components=1
1010

11-
LABEL io.airbyte.version=0.3.9
11+
LABEL io.airbyte.version=0.3.10
1212
LABEL io.airbyte.name=airbyte/destination-redshift

0 commit comments

Comments
 (0)