Can you provide an example how this could work with a service principal?
Documentation says, the odbc.ini should look like this:
[Databricks]
Driver=<path-to-driver>
Host=<server-hostname>
Port=443
HTTPPath=<http-path>
SSL=1
ThriftTransport=2
AuthMech=11
Auth_Flow=1
Auth_Client_Id=<service-principal-application-ID>
Auth_Client_Secret=<service-principal-secret>
Auth_Scope=all-apis
but what arguments I do provide for odbc_connect() ?
Thanks
Can you provide an example how this could work with a service principal?
Documentation says, the odbc.ini should look like this:
but what arguments I do provide for odbc_connect() ?
Thanks