Skip to content

Running dbt-score on a dbt cloud project #117

@PedroDaumas

Description

@PedroDaumas

Hey guys, I'm using dbt-cloud on my project and would love to use dbt-score to validate my .yml files.

I created a GitHub Action to run the dbt-score command but I keep getting an error, locally it works fine, but when running on GitHub I was getting an "missing manifest.json file" then I modified the command to run dbt-score lint --run-dbt-parse and now I'm getting dbt_score.cli:dbt failed to parse project. Run dbt parse to investigate.

Since dbt cloud has the profiles file stored in the cloud I get the error Could not find profile named 'default' when trying to run dbt parse.

Has anyone tried using a similar setup and could help me solve this issue?

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