Skip to content

Commit

Permalink
update the model.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Nov 5, 2024
1 parent 9e8f0b9 commit c04744a
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 @@ -8,8 +8,8 @@
"factory": "org.apache.calcite.adapter.jdbc.JdbcSchema$Factory",
"operand": {
"jdbcDriver": "com.databricks.client.jdbc.Driver",
"jdbcUrl": "{{DATABRICKS_JDBC_URL}}",
"jdbcPassword": "{{DATABRICKS_ACCESS_TOKEN}}",
"jdbcUrl": "{{DATABRICKS_JDBC_URL}}UID=token;",
"jdbcPassword": "${DATABRICKS_ACCESS_TOKEN}"
}
}
]
Expand Down

0 comments on commit c04744a

Please sign in to comment.