You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some functions that are used across different flows, with only slight modifications in each use case:
check_for_nfs_mount()
clone_github_repository()
install_conda_environment()
get_job_ids()
wait_for_jobs_completion()
These should be collected together (e.g. in aprefect_utilities.py script) where we can call and reuse them. Any updates to these basic functions would then be used by all flows, instead of updating each individually.
The text was updated successfully, but these errors were encountered:
There are some functions that are used across different flows, with only slight modifications in each use case:
check_for_nfs_mount()
clone_github_repository()
install_conda_environment()
get_job_ids()
wait_for_jobs_completion()
These should be collected together (e.g. in a
prefect_utilities.py
script) where we can call and reuse them. Any updates to these basic functions would then be used by all flows, instead of updating each individually.The text was updated successfully, but these errors were encountered: