find()¶
- hamilton.dataflows.find(query: str, version: str = None, user: str = None)¶
Searches for locally downloaded dataflows based on a query string.
- Parameters:
query – key words to search for.
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)