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.