Would love to be able to clone blocks, also clone ...
# prefect-ui
r
Would love to be able to clone blocks, also clone across workspaces
a
you can define those via code and this way use the same setup across multiple workspaces, I shared that here https://medium.com/the-prefect-blog/modular-data-stack-build-a-data-platform-with-prefect-dbt-and-snowflake-part-3-7c325a8b63dc
🙌 1
r
@Anna Geller yeah of course - just when under time pressure:)
🙌 1
a
the thing is: making everything bound to a workspace is super useful and I totally understand that cloning some setup to other workspaces is desirable to make environment parity easier, I believe we can accomplish that with IaC
r
definitely, just takes time to get a good IaC project together that works across workspaces, different service accounts, gh actions etc etc
a
Have you tried using .env? Seemed quite seamless tbh
r
yup using .env/dotenv