https://prefect.io logo
Title
r

redsquare

11/16/2022, 11:41 AM
Would love to be able to clone blocks, also clone across workspaces
a

Anna Geller

11/16/2022, 1:06 PM
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

redsquare

11/16/2022, 2:41 PM
@Anna Geller yeah of course - just when under time pressure:)
🙌 1
a

Anna Geller

11/16/2022, 4:21 PM
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

redsquare

11/16/2022, 6:08 PM
definitely, just takes time to get a good IaC project together that works across workspaces, different service accounts, gh actions etc etc
a

Anna Geller

11/16/2022, 6:33 PM
Have you tried using .env? Seemed quite seamless tbh
r

redsquare

11/16/2022, 7:35 PM
yup using .env/dotenv