Is there an existing issue for this?
Current Behavior
Failures in the lakeflow framework samples jobs
- Lakeflow Framework Samples - Run 1 - Load and Schema Initialization
- Lakeflow Framework Samples - Run 2 - Load
- Lakeflow Framework Samples - Run 3 - Load
- Lakeflow Framework Samples - Run 4 - Load
Error 1: (Exists in Run 2, Run 3, Run 4)
[TABLE_OR_VIEW_NOT_FOUND] The table or view gopi.lakeflow_samples_staging_dev.customer cannot be found. Verify the spelling and correctness of the schema and catalog. If you did not qualify the name with a schema, verify the current_schema() output, or qualify the name with the correct schema and catalog. To tolerate the error on drop use DROP VIEW IF EXISTS or DROP TABLE IF EXISTS. SQLSTATE: 42P01
Error 2: (Exists in all 4 jobs)
Py4JJavaError: An error occurred while calling o1159.save. : com.databricks.sql.managedcatalog.acl.UnauthorizedAccessException: PERMISSION_DENIED: User does not have READ VOLUME on Volume stg_volume at com.databricks.sql.acl.fs.volumes.VolumePath$.registerVolumeSAMForPrivilege(VolumePath.scala:419)
Expected Behavior
The sample jobs should run as expected without any failures
Steps To Reproduce
-
Deploy the samples job with below steps
cd samples
./deploy.sh -u <databricks_username> -h <workspace_host> [-p <profile>] [-c <compute>] [-l <logical_env>] [--catalog <catalog>] [--schema_namespace <schema_namespace>]
-
Login to the deployed workspace and execute the corresponding jobs.
Channel
CURRENT
Relevant log output
Is there an existing issue for this?
Current Behavior
Failures in the lakeflow framework samples jobs
Error 1: (Exists in Run 2, Run 3, Run 4)
[TABLE_OR_VIEW_NOT_FOUND] The table or viewgopi.lakeflow_samples_staging_dev.customercannot be found. Verify the spelling and correctness of the schema and catalog. If you did not qualify the name with a schema, verify the current_schema() output, or qualify the name with the correct schema and catalog. To tolerate the error on drop use DROP VIEW IF EXISTS or DROP TABLE IF EXISTS. SQLSTATE: 42P01Error 2: (Exists in all 4 jobs)
Py4JJavaError: An error occurred while calling o1159.save. : com.databricks.sql.managedcatalog.acl.UnauthorizedAccessException: PERMISSION_DENIED: User does not have READ VOLUME on Volume stg_volume at com.databricks.sql.acl.fs.volumes.VolumePath$.registerVolumeSAMForPrivilege(VolumePath.scala:419)Expected Behavior
The sample jobs should run as expected without any failures
Steps To Reproduce
Deploy the samples job with below steps
cd samples./deploy.sh -u <databricks_username> -h <workspace_host> [-p <profile>] [-c <compute>] [-l <logical_env>] [--catalog <catalog>] [--schema_namespace <schema_namespace>]Login to the deployed workspace and execute the corresponding jobs.
Channel
CURRENT
Relevant log output