<@ULVA73B9P> in prefect 3. If configure automation...
# ask-marvin
t
@Marvin in prefect 3. If configure automation in the UI, how to version control what is modified?
m
In Prefect 3.x, there is currently no direct feature for version controlling automation changes made via the UI. The Prefect documentation and related materials do not elaborate on versioning automation configurations directly through the UI. That being said, if you are developing or modifying automations using Python scripts (like defining custom triggers or actions), version control can be implemented via Git or other version control systems as part of your development process. This approach helps in tracking changes and managing different versions of your automation logic. Here are some additional resources that might help: - Learn more about automations in Prefect: https://docs-3.prefect.io/3.0/automate/events/automations-triggers - Setting up development environments and general Prefect guidelines: prefect.io For more advanced or specific needs around auditing changes made in the UI, you might consider reaching out on the Prefect community forums or checking for updates relating to this feature in future Prefect releases.