From 458f5bef94b6a996c047db8ffd8471e597f71703 Mon Sep 17 00:00:00 2001 From: Natalia Walczak <74621908+judynah@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:11:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removed=20parameter=20from=20`bu?= =?UTF-8?q?siness=5Fcore=5Fto=5Fparquet`=20flow=20(#1111)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔥 Removed redundant parameter * 🔖 Bump version to 2.1.28 * ⬇️Downgrade viadot version --- .../orchestration/prefect/flows/business_core_to_parquet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/viadot/orchestration/prefect/flows/business_core_to_parquet.py b/src/viadot/orchestration/prefect/flows/business_core_to_parquet.py index 8ddc37669..f10e3c8ab 100644 --- a/src/viadot/orchestration/prefect/flows/business_core_to_parquet.py +++ b/src/viadot/orchestration/prefect/flows/business_core_to_parquet.py @@ -47,7 +47,6 @@ def business_core_to_parquet( """ df = business_core_to_df( url=url, - path=path, credentials_secret=credentials_secret, config_key=config_key, filters=filters,