<@ULVA73B9P> If I am using both prefect 2.x and pr...
# ask-marvin
t
@Marvin If I am using both prefect 2.x and prefect 3.x. How can I see the version of prefect for a flow run within the prefect cloud UI?
m
Currently, there isn't a direct way to view the specific version of Prefect (2.x or 3.x) used for a flow run from the Prefect Cloud UI. However, you can identify the version indirectly by considering a few details: 1. Deployment Details: Check how the flows and deployments are configured. Prefect 3.x often includes newer features and syntax changes that might not be available in 2.x. Deployment configurations or specific commands used in setting up your flows might hint at the version. 2. CLI Commands and Environment: By accessing the environment where the flows are running, you can use the command
prefect version
to check the installed version. For cloud setups, ensure your setup aligns with the CLI configurations suitable for either version. 3. UI Elements and Features: Prefect 3.x comes with enhancements and additional features that are quite distinct from 2.x. Noticing any new UI elements or options may suggest the usage of a newer version. For further reference or direct investigation into the setup or configurations, you might consider logging into the execution environment or reviewing the deployment and infrastructure setup related to your flows. If needed, you can follow these links for more information on using and configuring Prefect within cloud environments: - Prefect 2.x Deployment - Prefect 3.x Deployment Should you have specific details about the infrastructure or configurations, I might assist you further in a more targeted manner.