Skip to content

Commit

Permalink
Upd (#9270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycherniaiev authored Jan 4, 2022
1 parent b8c17f6 commit c3c38a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-jdbc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ ENV APPLICATION source-jdbc

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=0.3.2
LABEL io.airbyte.version=0.3.3
LABEL io.airbyte.name=airbyte/source-jdbc
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@
"additionalProperties": false,
"properties": {
"username": {
"description": "Username to use to access the database.",
"title": "Username",
"description": "The username which is used to access the database.",
"type": "string"
},
"password": {
"description": "Password associated with the username.",
"title": "Password",
"description": "The password associated with this username.",
"type": "string",
"airbyte_secret": true
},
"jdbc_url": {
"description": "JDBC formatted url. See the standard <a href=\"https://docs.oracle.com/cd/E17952_01/connector-j-8.0-en/connector-j-reference-jdbc-url-format.html\">here</a>.",
"title": "JDBC URL",
"description": "JDBC formatted URL. See the standard <a href=\"https://docs.oracle.com/cd/E17952_01/connector-j-8.0-en/connector-j-reference-jdbc-url-format.html\">here</a>.",
"type": "string"
}
}
Expand Down

0 comments on commit c3c38a1

Please sign in to comment.