modest2va
New Contributor II

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 ▼: 

modest2va_1-1725443971783.png

Thank you Witold