I'm trying to figure out a way to list the views in a given delta-Lake database? Is there anything available that's equivalent of sqlServer's INFORMATION_SCHEMA or something obvious that I'm missing? I have tried the following without any luck:
spark.sql("SELECT * FROM INFORMATION_SCHEMA.VIEWS")
Thank you in advance.