-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Labels
No labels