sqlalchemy-databricks
sqlalchemy-databricks copied to clipboard
pandas to sql fails to create table if it does not exist
when using the pandas to sql function it would appear if the table does not already exist that the table wont be created. The expected behaviour is that the table should be created and the results inserted.
Is there a known work around or is this going to be fixed soon?
I am also facing this issue that table has to be created before hand.