How to check if Delta Live Table is in bronze, gold or silver layer(zone) with python? I have notebook for creating Delta Live Table pipeline, and I need to know what is quality of data(silver, bronze, gold). How to get that information with python?
In SQL exist something like TBLPROPERTIES('BRONZE')
, is there anything like that for python?