Krukosz
Krukosz
So, the correct way is: add attachments first and then call save_draft() which will call uploadSession and finally send it?
@yjy123123 try either login or [email protected] You must have app with SMTP.Send scope permission
Oh, I tested it on "legacy" Databricks Cluster and it works. My code: ``` reader = spark._jvm.com.crealytics.spark.excel.WorkbookReader.apply({"path": 'my_file.xlsx'}, spark.sparkContext._jsc.hadoopConfiguration()) d = reader.sheetNames() print(d) ``` In Unity Catalog environment i'm getting...