MrPowers / mack

Delta Lake helper methods in PySpark
https://mrpowers.github.io/mack/
MIT License
303 stars 44 forks source link

Add latest_version functionality #89

Closed danielbeach closed 1 year ago

danielbeach commented 1 year ago

Add functionality for latest_version.

  1. Update README to include new feature.
  2. Add latest_version function.
  3. Add unit test for latest_version.
robertkossendey commented 1 year ago

LGTM!

MrPowers commented 1 year ago

This is great, thank you for the contribution @danielbeach 🚀

robertkossendey commented 1 year ago

@MrPowers flake8 and black are failing. Could we add the functionality that checks run on PR as well?

MrPowers commented 1 year ago

@robertkossendey - yes, looks like you added that here, but feel free to open an issue if this still needs more attention.

robertkossendey commented 1 year ago

@MrPowers I will fix the failing checks

MrPowers commented 1 year ago

@robertkossendey - ok, thank you