Created
June 18, 2016 02:13
-
-
Save yodlegists/33c947e708d48458f2286ccd07e7ea3e to your computer and use it in GitHub Desktop.
Getting the most recent snapshot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def get_most_recent_snapshot(client): | |
| snapshots = curator.get_snapshots(client, REPOSITORY) | |
| return sorted(snapshots)[-1] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment