Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 03:02 AM
Due to security reasons, I can't share the entire code,
but a function, I'm trying to load and process a table using the following code:
map_df = DeltaTable.forName(spark, schema_table).toDF()
The schema_table variable contains the schema and table name where the error occurs. I've confirmed that there's no typo in the schema or table name, so the issue doesn't seem to be related to that.
Error Messages ▼:
Thank you Witold