Hello Experts, A new databricks user here. I am trying to access an Redshift serverless table using a databricks notebook. Here is what happens when I try the below code, df = spark.read.format("redshift")\.option("dbtable", "public.customer")\.opti...