columnar-tech/Setup dbc
Install dbc CLI, authenticate, and install drivers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of dbc CLI to install (e.g., v1.2.3 or "latest") | no | latest |
| api-key | API key for authenticating private driver installations | no | — |
| drivers | Comma-separated list of drivers to install (e.g., "postgres,mysql") | no | — |
| driver-list-file | Path to dbc.toml config file for driver installation | no | dbc.toml |
| skip-drivers | Skip driver installation even if drivers or driver-list-file are specified | no | false |
Outputs
| name | description |
|---|---|
| version | The installed version of dbc CLI |
| cache-hit | Whether the dbc CLI was restored from cache |