Schedule reload of system.information_schema for external tables in platform
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 04:27 AM
Probably not feasible, but is there a way to update (via STORED PROCEDURE, FUNCTION or SQL query) the information schema of all external tables within Databricks. Last updated that I can see was when I converted the tables to Unity. From my understanding only managed tables will populate changes in the information_schema. However, is it doable to get the same functionality for external?
Labels:
- Labels:
-
External Tables
-
Schedule
-
Schedule Reload
-
SQL
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 01:28 PM
You can try optimize and cache with the internal tables such as schema tables to fetch updated information.

