Using odbc::databricks() for inserting a table into databricks

I've set up a connection using the new odbc::databricks() to a databricks sql warehouse.

Now, I wanted to create a function taking that connection, a tibble and a path following the logic of catalog.schema.table to create a table of this tibble for later use.

Do you have any suggestions how to properly set this up.

Found a solution:

dbConnect(odbc::databricks(), useNativeQuery = FALSE) does work!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.