Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Dec 23, 2024
1 parent 68a184e commit afee4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connector-definition/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"operand": {
"jdbcDriver": "com.databricks.client.jdbc.Driver",
"jdbcUrl": "{{DATABRICKS_JDBC_URL}}",
"jdbcPassword": "{{DATABRICKS_ACCESS_TOKEN}}",
"jdbcPassword": "${DATABRICKS_ACCESS_TOKEN}",
"jdbcSchema": "{{DATABRICKS_SCHEMA}}",
"jdbcCatalog": "{{DATBRICKS_CATALOG}}"
"jdbcCatalog": "{{DATABRICKS_CATALOG}}"
}
}
]
Expand Down

0 comments on commit afee4bd

Please sign in to comment.