Skip to content

[BUG]: Failures in the lakeflow framework samples jobs #29

@gopi-databricks

Description

@gopi-databricks

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Failures in the lakeflow framework samples jobs

  1. Lakeflow Framework Samples - Run 1 - Load and Schema Initialization
  2. Lakeflow Framework Samples - Run 2 - Load
  3. Lakeflow Framework Samples - Run 3 - Load
  4. 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

  1. 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>]

  2. Login to the deployed workspace and execute the corresponding jobs.

Channel

CURRENT

Relevant log output

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions