Hi All,
How can we fetch application id in serverless compute in databricks? We are working to use serverless compute for some jobs. The issue is we are not able to fetch application id in notebook. Earlier we were using spark.sparkContext.applicationId, but sparkContext is not supported in serverless compute. We also tried to use spark.conf.get("spark.app.id"), but this is also not working. Please let me know if anyone has any inputs on this.
Thanks