Hello, I need some clarification on: 1. how to se...
# ask-community
b
Hello, I need some clarification on: 1. how to setup a virtual environment with a dagster project with bias in using poetry 2. how dagster can access .env file wit the intention dagster.yaml to read the environment variables (followed the docs but not working) 3. Practical use cases of Definitions and Repositories and clear differences
f
Hello Bebeto, for your first question in regards to Poetry, you could check out

this video

For your third question, you could look into the examples here and compare with old versions of the same example. Like this one (new version with definitions) vs (old version with repository)