Daniel Bartley

Results 32 comments of Daniel Bartley

I'll make a new branch to remove those setup files completely. I still think excludes is valid to enable using the scaffold feature in the docs. Example the current docs...

companion PR to remove setup.cfg and setup.py from the templates as proposed by Pedram #25303

@cmpadden fwiw Colton, I'm ok with you committing directly to this branch. Not sure what was happening there.

Apologies for so many changes. Based on my experimental observation, there is no practical difference between these snippets: `dagster project scaffold --name dagster_

got the tests passing. refactored some of them because flakey

I added the excludes validation step at the last minute. Fixed now. ``` ========================================================================== test session starts ========================================================================== platform linux -- Python 3.12.3, pytest-8.3.3, pluggy-1.5.0 -- /home/dbrtly00/dagster/.venv/bin/python3 cachedir: .pytest_cache rootdir:...

Where are the failing tests? Might revert the name.

> How do you specify multiple code locations with pyproject.toml? Mostly just curious I poked around in the oldest dagster docs for explanation of workspace.yaml and module_name/modules. Originally there was...

I've been looking at pyproject.toml, setup.cfg and setup.py and thinking that could be pyproject.toml only for many projects. Especially for beginner level tutorials. #25303