From 1189d52cc8aa145403e2729d4773f4fdab1b93b6 Mon Sep 17 00:00:00 2001 From: "Ariel Shaqed (Scolnicov)" Date: Thu, 17 Aug 2023 12:57:04 +0300 Subject: [PATCH] Release 0.47.0 (#78) Minor bump justified because it changes the "downwards" API to include a client ID. This allows lakeFS admins to differentiate Airflow provider actions from others -- a feature. --- lakefs_provider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lakefs_provider/__init__.py b/lakefs_provider/__init__.py index 7c194fa..771bb51 100644 --- a/lakefs_provider/__init__.py +++ b/lakefs_provider/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.46.3' +__version__ = '0.47.0' ## This is needed to allow Airflow to pick up specific metadata fields it needs for certain features. We recognize it's a bit unclean to define these in multiple places, but at this point it's the only workaround if you'd like your custom conn type to show up in the Airflow UI. def get_provider_info():