somet1010/Patrick AI Factory Data Gate
Verify a live PostgreSQL schema against a YAML contract (read-only).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| contract | Path to the YAML contract describing the expected schema. | yes | — |
| dsn | PostgreSQL DSN for a read-only role. If empty, the DATAGATE_DSN environment variable of the job is used instead. | no | "" |
| output | Path to the JSON report to produce. | no | artifacts/data-gate-result.json |
Outputs
| name | description |
|---|---|
| report | Path to the generated JSON report. |