Scarlett King
06/23/2021, 10:44 AMciaran
06/23/2021, 10:46 AMScarlett King
06/23/2021, 10:47 AMciaran
06/23/2021, 10:51 AMScarlett King
06/23/2021, 10:58 AMciaran
06/23/2021, 11:00 AMZanie
06/23/2021, 4:28 PMGit
storage which clones the whole repo during flow load and pull the contents of the SQL files into constants
• Store the SQL files in Git
or some other remote location and just pull them down explicitly in a taskciaran
06/24/2021, 9:00 AMZanie
06/24/2021, 2:19 PMGitHub
we do a single file clone but with Git
we clone the whole thing which let's you use SSH/deploy keys for auth which people wanted. We still clean it all up before the flow runs but we want to explore letting people side-load files. It just gets complicated if you assume they're available but your task executes on a dask cluster or something.