Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG AIRBYTE_TO_FLOW_TAG="dev"
FROM ghcr.io/estuary/airbyte-to-flow:$AIRBYTE_TO_FLOW_TAG as airbyte-to-flow

FROM airbyte/source-postgres:2.0.33
FROM airbyte/source-postgres:3.0.2

COPY --from=airbyte-to-flow /airbyte-to-flow ./
ENTRYPOINT ["/airbyte/airbyte-to-flow", "--connector-entrypoint", "/airbyte/base.sh"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"properties": {
"method": {
"type": "string",
"default": "Standard",
"const": "Standard"
"default": "Xmin",
"const": "Xmin"
}
},
"default": {
"method": "Standard"
"method": "Xmin"
}
},
"jdbc_url_params": {
Expand Down Expand Up @@ -94,7 +94,6 @@
},
"client_certificate": {
"airbyte_secret": true,
"always_show": true,
"description": "Client certificate",
"multiline": true,
"order": 2,
Expand All @@ -103,7 +102,6 @@
},
"client_key": {
"airbyte_secret": true,
"always_show": true,
"description": "Client key",
"multiline": true,
"order": 3,
Expand Down Expand Up @@ -143,7 +141,6 @@
},
"client_certificate": {
"airbyte_secret": true,
"always_show": true,
"description": "Client certificate",
"multiline": true,
"order": 2,
Expand All @@ -152,7 +149,6 @@
},
"client_key": {
"airbyte_secret": true,
"always_show": true,
"description": "Client key",
"multiline": true,
"order": 3,
Expand Down