Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2026 03:07 AM
Hi @lw2 ,
You can also leverage a JDBC connection in Unity Catalog to connect directly to your sqlite database. This approach ensures you have the freshest data as it directly queries the sqlite database. Please not that this feature is in Beta, so you might need to activate it in your workspace.
Find all the details here: https://docs.databricks.com/aws/en/connect/jdbc-connection
Hope it helps!