list()¶

hamilton.dataflows.list(version: str = 'latest', user: str = None) list¶

Lists dataflows locally downloaded based on commit_ish and user.

Parameters:
  • version – the version to inspect. “latest” will resolve to the most recent commit, else pass a commit SHA.

  • user – the github name of the user.

Returns:

list of tuples of (version, user, dataflow)