Skip to content

Commit

Permalink
upgrade to be uc compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuta-yoshimatsu committed Jul 23, 2024
1 parent 7666946 commit 46e8b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RUNME.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@

# DBTITLE 1,Deploy job and cluster
dbutils.widgets.dropdown("run_job", "False", ["True", "False"])
run_job = dbutils.widgets.get("run_job") == "True"
run_job = dbutils.widgets.get("run_job") == "False"
nsc.deploy_compute(job_json, run_job=run_job)

# COMMAND ----------
Expand Down

0 comments on commit 46e8b3d

Please sign in to comment.