Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 03:49 AM
Hello Kaniz,
Thank you for your response
The DBR version we are using is 14.2 (includes Apache Spark 3.5.0, Scala 2.12)
I can see Unity Catalog Tag
I dont think something to do with Credential Passthrough as same code is working fine without unity catolog enabled cluster.
Here is code:
df = spark.read.format("bigquery").option("x", "xx").option("credentialsFile", "/dbfs/FileStore/xxx/xxxx.json").option("viewsEnabled", "true").option("table", "data.file_download_V").load()
display(df)
Log attached