Forum Discussion
pmscorca
2 years agoKudo Kingpin
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...
- 2 years ago
This article may be relevant for this topic: https://blog.gbrueckl.at/2024/01/using-varchar-in-microsoft-fabric-lakehouses-and-sql-endpoints/
frithjof_v
2 years agoCommunity Champion
This article may be relevant for this topic: https://blog.gbrueckl.at/2024/01/using-varchar-in-microsoft-fabric-lakehouses-and-sql-endpoints/
- pmscorca2 years agoKudo Kingpin
Hi, thanks your suggest is good and interesting.
I'd like to use pyspark to solve this issue.