This blog helped me with the output of the stored procedure: https://medium.com/@judy3.yang/how-to-run-sql-procedure-in-databricks-notebook-e28023555565
@RafaelGomez61 I have the some problem and after some exploring, I've configured it and also wrote a blog for the whole steps. You can have a look here: https://medium.com/@judy3.yang/how-to-configure-external-hive-meta-store-for-databricks-sql-wareh...
I fixed this error by adding 2 environment variables under cluster configuration -> advanced options -> Environment variables:AWS_SECRET_ACCESS_KEY="XXXXXX"AWS_ACCESS_KEY_ID="XXXX"AWS_DEFAULT_REGION="XXXX"
Hi Karthik,I've followed the this solution, but got the error like this: SaslAuthenticationException: An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: Failed to find AWS IAM Credentials [Caused by aws_msk_iam_aut...