Hello Kevin3,In pyspark, the below line gets the context:ctx = dbutils.notebook.entry_point.getDbutils().notebook().getContext()But, this "dbutils.notebook.setContext(ctx)" doesn't set the Context()I was searching the directory and found the method s...
Hi @Harikrishnan Kunhumveettil​ ,I am also trying to connect to Heroku Kafka from the Databricks notebook, but facing challenges related to the jks files. The scala code I am using is given below:--Code--import org.apache.spark.sql.functions.{get_jso...