From fc31c6dfed790a5c7179104b05e56af10e9db980 Mon Sep 17 00:00:00 2001 From: franz Date: Thu, 7 Mar 2024 11:49:02 +0100 Subject: [PATCH] added py as argument --- python/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/python/src/lib.rs b/python/src/lib.rs index d2d39592ac..0d98d6906d 100644 --- a/python/src/lib.rs +++ b/python/src/lib.rs @@ -1387,6 +1387,7 @@ impl From<&PyAddAction> for Add { #[pyfunction] #[allow(clippy::too_many_arguments)] fn write_to_deltalake( + py: Python, table_uri: String, data: PyArrowType, mode: String,