Skip to content

Commit 34cca0d

Browse files
committed
Update Databricks profiles and adjust Python version requirements
1 parent cb10f14 commit 34cca0d

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

databricks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,18 @@ targets:
2929
workspace:
3030
host: https://dbc-e19e4d68-b1a4.cloud.databricks.com
3131
root_path: /Workspace/Users/${workspace.current_user.userName}/.bundle/${bundle.target}/${bundle.name}
32-
profile: marvelous
32+
profile: dev
3333
variables:
3434
schedule_pause_status: PAUSED
3535

36+
3637
acc:
3738
presets:
3839
name_prefix: 'acc_'
3940
workspace:
4041
host: https://dbc-e19e4d68-b1a4.cloud.databricks.com
4142
root_path: /Shared/.bundle/${bundle.target}/${bundle.name}
42-
profile: marvelous
43+
profile: acc
4344
variables:
4445
schedule_pause_status: PAUSED
4546

@@ -48,6 +49,6 @@ targets:
4849
workspace:
4950
host: https://dbc-e19e4d68-b1a4.cloud.databricks.com
5051
root_path: /Shared/.bundle/${bundle.target}/${bundle.name}
51-
profile: marvelous
52+
profile: prd
5253
variables:
5354
schedule_pause_status: PAUSED # normally UNPAUSED

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "marvel-characters"
33
description = "Marvel characters project"
4-
requires-python = ">=3.12, <3.13"
4+
requires-python = ">=3.11, <3.13"
55
dependencies = [
66
"mlflow==3.1.1",
77
"cffi==1.17.1",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)