Forum Discussion
An error occurred while calling o321.sql.
- Anonymous1 year ago
Hi all,
Please try add the following code to the top of notebook as the first cell.
%%pyspark !echo "spark.trident.pbiApiVersion=v1">>/home/trusted-service-user/.trident-contextAfter testing this works for me.
This is a known issue and the Product group is working on deploying a fix.
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi all,
Please try add the following code to the top of notebook as the first cell.
%%pyspark
!echo "spark.trident.pbiApiVersion=v1">>/home/trusted-service-user/.trident-context
After testing this works for me.
This is a known issue and the Product group is working on deploying a fix.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
I have run the same code in a cell but I'm still getting the error.