Unable to read data from delta table using a python script after the table properties change.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 12:02 AM
Renamed the Column to include () in a delta table and set the table properties to the below
ALTER TABLE test_table SET TBLPROPERTIES (
'delta.minReaderVersion' = '2',
'delta.minWriterVersion' = '5',
'delta.columnMapping.mode' = 'name'
)
However we are able to read in Databricks ,
And if we read the table using a python script it is showing the columns in hexadecimal