mx51/Data Dictionary
Generate and check freshness of data dictionaries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| store-name | Name of the data store. | yes | — |
| store-type | Type of the data store. | yes | — |
| tool-type | Type of the data tool (e.g. migration). | yes | — |
| tool-path | Path to the data tool files (e.g. migration). | yes | — |
| dictionary-app-id | Dictionary GitHub App ID | yes | — |
| dictionary-app-private-key | Dictionary GitHub App private key | yes | — |
| exclude-tables | Comma-separated table names to exclude from dictionary. | no | — |
| proto-path | Path to the proto files. | no | — |
| repo-token | GitHub auth token for pull request comments (NOT for commits). | no | ${{ github.token }} |
| required-roles | Any user roles which the application expects to exist before migrating. Separate with whitespace if multiple are required, e.g. `admin develop`. | no | — |
| dictionary-repo | Name of the Dictionary repo | no | data-dictionary |
| dictionary-ref | Ref of the Dictionary repo | no | master |
| dictionary-workflow | Name of the Dictionary build workflow | no | build.yml |
Outputs
no outputs