Forum Discussion
Anonymous
2 years agoNot applicable
Pyspark Parametrization not working correctly
Hello, According to the Fabric Runtime 1.2 release notes for Microsoft Fabric Runtime 1.2 in Fabric - Microsoft Fabric | Microsoft Learn, the parameterization of Spark SQL should be supported. Howev...
- Anonymous2 years ago
Hi Anonymous
Thanks for bringing this to our notice. The internal team has confirmed this as a bug. I have created an ICM for the same. I will let you know once this gets resolved.
Thanks
Anonymous
2 years agoNot applicable
Hi Anonymous
Thanks for using Fabric Community.
You can try the below code:
param1 = "abcde"
spark.sql(f"CREATE TABLE {param1}").show()
Hope this helps. Please let me know if you have any further questions.