Skip to content

Commit

Permalink
Release 0.47.0 (#78)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
arielshaqed authored Aug 17, 2023
1 parent 391d25f commit 1189d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakefs_provider/__init__.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit 1189d52

Please sign in to comment.