Skip to content

Typo in the [Overview] Top N Jobs & Pipelines dataset in LakeFlow System Tables Dashboard v0.1.lvdash.json #30

@pradipbasak

Description

@pradipbasak

In the usage_with_restrictions CTE, the code snippet is like the following:

IF(
          :param_workspace = '<ALL WORKSPACES>',
          true,
          workspace_name = :param_workspace
)

But the default parameter against param_workspace field that is set in the parameters section below is <ALL_WORKSPACES>.
Because of this the Tag key visual in the Interactive Search tab renders with an error.
Either you need to add an underscore between <ALL and WORKSPACES> in the code snippet, or remove the underscore from the default parameters section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions