Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2025 01:45 AM
Hello @EricCournarie
Good day!!
This is explicitly noted in the Databricks documentation for the TIMESTAMP_NTZ type
"TIMESTAMP_NTZ is not supported in Databricks JDBC/ODBC drivers or Databricks open source drivers."
the workaround is mentioned here: https://docs.databricks.com/aws/en/sql/language-manual/data-types/timestamp-ntz-type
You can use TIMESTAMP or TIMESTAMP_LTZ in your table schema instead, as these are fully supported.