feat(staging): deCODE ingestion dag #321
Triggered via pull request
September 16, 2026 10:05
Status
Failure
Total duration
2m 13s
Artifacts
–
check.yaml
on: pull_request
Compute test matrix
3s
Lint all packages
8s
Matrix: test-pts
Matrix: test
Test pts
2s
Annotations
3 errors
|
Lint all packages
prek exited with code 1
|
|
Test orchestration
Process completed with exit code 1.
|
|
ty (invalid-argument-type):
orchestration/tests/test_dag_validation.py#L126
tests/test_dag_validation.py:126:65: invalid-argument-type: Argument to function `find_environment_vars` is incorrect: Expected `Environment`, found `(str & ~AlwaysFalsy) | Any`
info: element `str & ~AlwaysFalsy` of union `(str & ~AlwaysFalsy) | Any` is not assignable to `Environment`
src/orchestration/utils/utils.py:230:5: info: Function defined here
src/orchestration/utils/utils.py:230:60: Parameter declared here
|