Forum Discussion

stan01's avatar
stan01
Frequent Visitor
1 year ago
Solved

Notebook Spark Custom JDBC error converting timestamp

Hi,    I am trying to import data into a lakehouse via a custom JDBC Driver (From Infor M3 ERP).   I am able to load the table with the same SQL and Python code on Azure Databricks, but using the...
  • Thomaslleblanc's avatar
    1 year ago

    It could be the JDBC driver is different in Fabric than databricks. Check the versions. You can load a different one in Fabric if needed, but it would have to be on a custon spark environment.

     

    You could also mapp to a string and convert later.