demo: IoT wind turbine. dbdemos 0.6.31
notebook: 02-UC-data-governance-security-iot-turbine
cell/step: 13: Let's create and try our new protected view
getting error running CREATE statement. what is "parts' in the from statement (line 8)? I have no table or view called 'parts'. I see a volume called 'parts', but not a tbl/view
ERROR: [TABLE_OR_VIEW_NOT_FOUND] The table or view parts 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