Forum Discussion
Underlying files have been updated. Explicitly invalidate the cache in Spark by running 'REFRESH TAB
- Anonymous2 years ago
HI smpa01,
I test on my lakehouse to create a shortcut from data warehouse, and use your codes to read data from the shortcut path. These functions works well.
Have you setting the default the Lakehouse ? These notebook codes use some functions from library which not initialized and they will return the error. (setting default Lakehouse will attach some libraries and configurations such as the spark session)
BTW, it seems like you are working with source data from staging table, right? AFAIK, it is a tempoar table which used in the Extract, Transform, and Load (ETL) process within a data warehouse.
Regards,
Xiaoxin Sheng
HI smpa01,
I test on my lakehouse to create a shortcut from data warehouse, and use your codes to read data from the shortcut path. These functions works well.
Have you setting the default the Lakehouse ? These notebook codes use some functions from library which not initialized and they will return the error. (setting default Lakehouse will attach some libraries and configurations such as the spark session)
BTW, it seems like you are working with source data from staging table, right? AFAIK, it is a tempoar table which used in the Extract, Transform, and Load (ETL) process within a data warehouse.
Regards,
Xiaoxin Sheng