Skip to content

Commit

Permalink
Merge pull request #31 from databricks-industry-solutions/fix-mlflow-uc
Browse files Browse the repository at this point in the history
set-registry-to-uc
  • Loading branch information
ryuta-yoshimatsu authored Aug 6, 2024
2 parents f5a906c + cde2d59 commit cc436b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 01_causal_discovery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
"language": "python",
"notebookMetadata": {
"mostRecentlyExecutedCommandWithImplicitDF": {
"commandId": 888983575928260,
"commandId": 2548317818328688,
"dataframes": [
"_sqldf"
]
Expand Down
2 changes: 2 additions & 0 deletions util/notebook-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
%matplotlib inline
%config InlineBackend.figure_format = "retina"

mlflow.set_registry_uri("databricks-uc")

# COMMAND ----------

# Create catalog if it doesn't exist
Expand Down

0 comments on commit cc436b9

Please sign in to comment.