feat: fix dagster setup
This commit is contained in:
@@ -18,8 +18,12 @@ build-backend = "hatchling.build"
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["data_platform"]
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
[tool.dagster]
|
||||
module_name = "data_platform"
|
||||
attribute = "defs"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest",
|
||||
"dagster-webserver",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user