feat(dagster): add Dagster
This commit is contained in:
32
dagster/examples/dagster_tutorial/pyproject.toml
Normal file
32
dagster/examples/dagster_tutorial/pyproject.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
[project]
|
||||
name = "dagster_tutorial"
|
||||
requires-python = ">=3.9,<3.14"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"dagster==1.11.10",
|
||||
"dagster-duckdb>=0.27.10",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"dagster-webserver",
|
||||
"dagster-dg-cli",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
force-include = { "pyproject.toml" = "pyproject.toml" }
|
||||
|
||||
[tool.dg]
|
||||
directory_type = "project"
|
||||
|
||||
[tool.dg.project]
|
||||
root_module = "dagster_tutorial"
|
||||
registry_modules = [
|
||||
"dagster_tutorial.components.*",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user