From 1dab1155a9e00fa170a7a51436ceabf2478edbbd Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Thu, 13 Feb 2025 09:25:23 -0500 Subject: [PATCH] macro (#259) --- macros/decoder/run_decoded_logs_history.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/decoder/run_decoded_logs_history.sql b/macros/decoder/run_decoded_logs_history.sql index 58b6d08..2a7f078 100644 --- a/macros/decoder/run_decoded_logs_history.sql +++ b/macros/decoder/run_decoded_logs_history.sql @@ -19,7 +19,7 @@ SELECT github_actions.workflow_dispatches( 'FlipsideCrypto', - '{{ blockchain }}' ~ '-models', + '{{ blockchain }}' || '-models', 'dbt_run_streamline_decoded_logs_history.yml', NULL )