"Building Retrieval Agents On databricks" 과정을 수강하였습니다.
교재 노트북 파일을 다운받아 Databricks Free Edition의 워크스페이스에 업로드 하여 실행하려 하는데 %run ../Includes/Classroom-Setup-02 실행 단계에서 다음과 같은 오류가 발생합니다.
혹시 해결할 방법이 있을까요?
---
Exception: Metadata table workspace.ops.meta not found or accessible; are you running in a properly configured metastore?
File <command-7900339609529505>, line 74, in DBAcademyHelper.__init__(self, **kwargs) 73 try: ---> 74 rows = spark.table(meta).collect() 75 except Py4JJavaError:
File <command-7900339609529505>, line 78, in DBAcademyHelper.__init__(self, **kwargs) 76 raise Exception(f'Error accessing metadata table {meta}; are you using serverless or DBR >= 15.1?') 77 except PySparkException: ---> 78 raise Exception(f'Metadata table {meta} not found or accessible; are you running in a properly configured metastore?') 80 # query the metadata table and populate self with key/values 81 for row in rows:
---