Are there any online resources that will help me create development environment for Prefect projects?
y
Yueh-Han
08/03/2021, 8:11 AM
Hey Sumit, you’re in good place to starting this project. What do you mean by a “development environment”?
s
Sumit Kumar Rai
08/03/2021, 9:02 AM
It means to have an environment to build and test prefect projects instead of testing the production.
k
Kevin Kho
08/03/2021, 1:42 PM
Hey @Sumit Kumar Rai, people do this different but in general the enterprise users just spin up another tenant to provide separation.
If not through a different tenant, other people do this with labels and projects to separate the environments. Projects to separate dev and prod flows, labels to separate the hardware.
Do you use a CI/CD pipeline?
s
Sumit Kumar Rai
08/04/2021, 3:58 AM
There's no CI/CD pipeline for now.
k
Kevin Kho
08/04/2021, 8:06 PM
Oh then yes the above will apply. For the CI/CD, they normally push to dev and prod at the same time to keep things in sync