Martin
08/31/2023, 1:12 PMDeltaTable.forName(spark, "myTable").detail()
It does not contain information on schema / generated columns
• DeltaTable.forName(spark, "myTable").toDF().schema
I had expected that the StructField for the generated columns have `delta.generationExpression` set in metadata