From 86941b70cda87f7b4e099c72fbeecfe0b848850e Mon Sep 17 00:00:00 2001 From: bjaime-lg Date: Wed, 19 Nov 2025 23:20:39 -0300 Subject: [PATCH 1/2] Updated for CI-CD --- src/marvel_characters/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.""" From b3353dd9acd812e2a8f80aba0cf99f5222b830c2 Mon Sep 17 00:00:00 2001 From: bjaime-lg Date: Wed, 19 Nov 2025 23:34:40 -0300 Subject: [PATCH 2/2] Correctly selected the host --- databricks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: