Files
stack/tests
kert 46f05db0ee
All checks were successful
CI / skinny-install (aco) (push) Successful in 50s
CI / skinny-install (api) (push) Successful in 30s
CI / lint-test (push) Successful in 1m27s
CI / skinny-install (bcda) (push) Successful in 30s
CI / skinny-install (bib) (push) Successful in 31s
CI / skinny-install (bls) (push) Successful in 27s
CI / skinny-install (ccw) (push) Successful in 31s
CI / skinny-install (cli) (push) Successful in 31s
CI / skinny-install (cms) (push) Successful in 28s
CI / skinny-install (conf) (push) Successful in 31s
CI / skinny-install (pfs) (push) Successful in 31s
CI / skinny-install (rex) (push) Successful in 27s
Infra CI / notebooks (push) Successful in 7s
Infra CI / zotero (push) Successful in 7s
Infra CI / docs (push) Successful in 39s
Infra CI / api (push) Successful in 5s
Infra CI / mc (push) Successful in 6s
Deploy / build-scan-report (push) Successful in 3m42s
feat: modernize DAB — Python wheel tasks, schema cleanup, dead config removal
Replace SQL task deployment with PythonWheelTask execution. Same
narwhals code runs on DuckDB (local) and Spark (Databricks) via
make_databricks_loader — eliminates 208 transpiled SQL files from
the deployment path.

- JobsPlugin: python_wheel_task with package_name=stack, entry_point=cli
- CLI: added --catalog flag and spark target with _SparkContext
- Catalog.pipeline_schemas(): 13 schemas from registry (was 34 from aco.table)
- Removed: large cluster config, warehouse_id variable, DDL tasks, SQLPlugin
- SQL transpilation retained as validation-only tool (112 tests)
- 24 DAB tests updated and passing

Closes #219, closes #220, closes #221, closes #222, closes #223,
closes #225, closes #226
2026-03-24 23:40:10 -04:00
..