Same here:pyspark="3.5.3"delta-spark="3.2.1"spark.sql("SHOW CATALOGS").show()
spark.sql("SHOW TABLES IN mycatalog.myschema").show()
spark.sql("DESCRIBE mycatalog.myschema.mytable").show()Code above is working with the three-level notation. (catalog.d...