testing sqlmesh

This commit is contained in:
Deeman
2025-07-27 00:18:03 +02:00
parent f0de8a505b
commit 9baa0d185c
11 changed files with 20 additions and 76 deletions

View File

@@ -13,7 +13,7 @@ dependencies = [
"pendulum>=3.1.0",
]
[project.scripts]
extract_psd = "psdonline.execute:main"
extract_psd = "psdonline.execute:extract_psd_dataset"
[build-system]
requires = ["hatchling"]

View File

@@ -1,2 +0,0 @@
def hello() -> str:
return "Hello from psdonline!"