diff --git a/databricks.yml b/databricks.yml index ec991b4..400cf0b 100644 --- a/databricks.yml +++ b/databricks.yml @@ -27,7 +27,7 @@ targets: default: true mode: development workspace: - 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: @@ -37,7 +37,7 @@ targets: presets: name_prefix: 'acc_' workspace: - host: + host: https://dbc-5b4699a5-e95a.cloud.databricks.com root_path: /Shared/.bundle/${bundle.target}/${bundle.name} profile: marvelous variables: @@ -46,7 +46,7 @@ targets: prd: mode: production workspace: - host: + host: https://dbc-5b4699a5-e95a.cloud.databricks.com root_path: /Shared/.bundle/${bundle.target}/${bundle.name} profile: marvelous variables: diff --git a/src/marvel_characters/models/__init__.py b/src/marvel_characters/models/__init__.py index 07223a8..8c6b47b 100644 --- a/src/marvel_characters/models/__init__.py +++ b/src/marvel_characters/models/__init__.py @@ -1 +1 @@ -"""Marvel characters models package.""" +"""Marvel characters models package updated."""