Skip to content

Instantly share code, notes, and snippets.

@yodlegists
Created June 18, 2016 02:13
Show Gist options
  • Select an option

  • Save yodlegists/33c947e708d48458f2286ccd07e7ea3e to your computer and use it in GitHub Desktop.

Select an option

Save yodlegists/33c947e708d48458f2286ccd07e7ea3e to your computer and use it in GitHub Desktop.
Getting the most recent snapshot
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