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)