Forum Discussion

pmscorca's avatar
pmscorca
Kudo Kingpin
2 years ago
Solved

Creating a table template for a lakehouse

Hi, I'm trying to create a reusable table template to create an empty table on a lakehouse using a Spark notebook. I'm trying this pyspark code: from pyspark.sql.types import StructType, StructFi...