Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ targets:
default: true
mode: development
workspace:
host: <your host>
host: https://dbc-5b4699a5-e95a.cloud.databricks.com
root_path: /Workspace/Users/${workspace.current_user.userName}/.bundle/${bundle.target}/${bundle.name}
profile: marvelous
variables:
Expand All @@ -37,7 +37,7 @@ targets:
presets:
name_prefix: 'acc_'
workspace:
host: <your host>
host: https://dbc-5b4699a5-e95a.cloud.databricks.com
root_path: /Shared/.bundle/${bundle.target}/${bundle.name}
profile: marvelous
variables:
Expand All @@ -46,7 +46,7 @@ targets:
prd:
mode: production
workspace:
host: <your host>
host: https://dbc-5b4699a5-e95a.cloud.databricks.com
root_path: /Shared/.bundle/${bundle.target}/${bundle.name}
profile: marvelous
variables:
Expand Down
2 changes: 1 addition & 1 deletion src/marvel_characters/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Marvel characters models package."""
"""Marvel characters models package updated."""