diff --git a/ddpui/management/commands/dbt_cloud_integration.py b/ddpui/management/commands/dbt_cloud_integration.py index 60a76d360..d22af7d81 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