Forum Discussion
nmadwani
1 year agoRegular Visitor
MetaException(message:Unable to fetch mwc token)
I get MetaException(message:Unable to fetch mwc token) when I use variables. person_df = spark.sql("SELECT DISTINCT P.id FROM `{silver_database_name}`.`Person` AS P") if I use lakehouse name in...
nmadwani
1 year agoRegular Visitor
Hi,
This was due to incorrect string interpolation.
Thank you.