-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Labels
No labels