We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e30eb0 commit f0d0f5eCopy full SHA for f0d0f5e
src/webapp/databricks.py
@@ -26,9 +26,7 @@ def setup_catalog_new_inst(self, inst_id: str) -> None:
26
"""Sets up Databricks resources for a new institution."""
27
cat_name = databricks_vars["CATALOG_NAME"]
28
for medallion in medallion_levels:
29
- w.schemas.create(
30
- name=f"{inst_id}_{medallion}", catalog_name=cat_name
31
- )
+ w.schemas.create(name=f"{inst_id}_{medallion}", catalog_name=cat_name)
32
33
# Create a managed volume in the bronze schema for internal pipeline data.
34
created_volume = w.volumes.create(
0 commit comments