Skip to content

Idea: Create GitHub Action workflow for installing dbc and drivers #214

@amoeba

Description

@amoeba

Many packaging tools have official GitHub Actions workflows that do things like installing the package manager, setting up caching, and installing packages. Doing this for dbc could be useful.

We could call it setup-dbc and it could look something like,

- uses: columnar-tech/[email protected]
  with:
    dbc-version: v1.2.3
    cache: true
- run: dbc sync # <- this would take advantage of dbc.toml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions