From 66f4d37d0893c59c65851e17d494230d338d6df2 Mon Sep 17 00:00:00 2001 From: Rohit Chatterjee Date: Thu, 19 Dec 2024 00:00:56 +0530 Subject: [PATCH] minor typo --- ddpui/management/commands/dbt_cloud_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddpui/management/commands/dbt_cloud_integration.py b/ddpui/management/commands/dbt_cloud_integration.py index 60a76d36..d22af7d8 100644 --- a/ddpui/management/commands/dbt_cloud_integration.py +++ b/ddpui/management/commands/dbt_cloud_integration.py @@ -37,5 +37,5 @@ def handle(self, *args, **options): block: OrgPrefectBlockv1 = prefect_service.create_or_update_dbt_cloud_creds_block( org, options["account_id"], options["api_key"] ) - print("DBT Cloud credentials block created/updated %s", block.block_name) + print(f"DBT Cloud credentials block created/updated {block.block_name}") return