We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908aef6 commit 7e44786Copy full SHA for 7e44786
1 file changed
src/webapp/databricks.py
@@ -200,6 +200,7 @@ def delete_inst(self, inst_name: str) -> None:
200
w.schemas.delete(full_name=f"{cat_name}.{db_inst_name}_{medallion}")
201
202
def fetch_table_data(
203
+ self,
204
catalog_name: str,
205
schema_name: str,
206
table_name: str,
0 commit comments