Hello everyone, I have an issue with Prefect-GitLa...
# ask-community
r
Hello everyone, I have an issue with Prefect-GitLab deployment. With the
flow.from_source()
method, I can only get the flow file specified in the entrypoint. However, I need all the files in the entire repo. Can I clone all of them and then dynamically check and update them when there is a change? Is there a way to do this with Prefect, or should I develop different solutions? I would really appreciate it if you could help.