Updated September 23rd, 2024 by pooja.s

Unsupported path error when creating an external table

Problem When attempting to create an external table with the following SQL query, you encounter an error indicating there is an issue with the specified path when trying to create the table.    %sql CREATE OR REPLACE TABLE <schema-name>.<table-name> (    <column_1> <data-type>,    <column_2> <data-type>,    … ) US...

1 min reading time
Updated August 28th, 2024 by pooja.s

Workspace creation failure when using Terraform

Problem While creating a new workspace using Terraform, you receive the following error.   Error: cannot create mws workspaces: Response from server (400 Bad Request) MALFORMED_REQUEST: Failed credentials validation checks: Delete Tags: invalid character 'M' looking for beginning of value   Cause There is a condition in the Service Control Policy (S...

1 min reading time
Load More