From 8a2ba5e03d47f58ffb6d4638df7fffb991427d00 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:44:32 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pipelines/utils/crawler_anatel/banda_larga_fixa/flows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/utils/crawler_anatel/banda_larga_fixa/flows.py b/pipelines/utils/crawler_anatel/banda_larga_fixa/flows.py index 684d301a4..b4c5a9391 100644 --- a/pipelines/utils/crawler_anatel/banda_larga_fixa/flows.py +++ b/pipelines/utils/crawler_anatel/banda_larga_fixa/flows.py @@ -70,7 +70,7 @@ wait=filepath, upstream_tasks=[filepath], # Fix: Wrap filepath in a list to make it iterable ) - + with case(materialize_after_dump, True): # Trigger DBT flow run current_flow_labels = get_current_flow_labels()