Skip to content

table_name is not used in Metrics #604

@mgdenno

Description

@mgdenno

It seems like the following does not work anymore...This is sued in both notebooks and prefect, and has worked recently. Bug introduced?

sdf = ev.metrics(
    table_name="sim_joined_timeseries"
)
pyspark.errors.exceptions.captured.AnalysisException: [TABLE_OR_VIEW_NOT_FOUND] The table or view teehr.joined_timeseries 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions