If I have a task (for example winrm) that uploads ...
# prefect-community
r
If I have a task (for example winrm) that uploads and executes some scripts, what is the best way with prefect server to get them into the flow. In prefect core, I load the scripts from the local filesystem into a dictionary and pass this into the flow as a parameter when doing flow.run() For prefect server I'd like to use a cron job so I don't have a local script and the scripts must already exist. Store them in bitbucket? S3?