Karthik_Venu
New Contributor II

Here is my use case: 

https://community.databricks.com/t5/data-engineering/structured-streaming-using-delta-as-source-and-...

And I get this error: "py4j.security.Py4JSecurityException: Method public org.apache.spark.sql.Dataset org.apache.spark.sql.streaming.DataStreamReader.table(java.lang.String) is not whitelisted on class class org.apache.spark.sql.streaming.DataStreamReader "

 

How do we disable table access control for a cluster when the underlying streaming source and sink tables are under unity catalog?

 

Thanks