You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open(repo_dir / Path("dbt_project.yml"), "r") as stream:
FileNotFoundError: [Errno 2] No such file or directory: '/app/target/dlt-hub_dlt-dbt-workable/dbt_project.yml'
Problem
Error in the source code here:
Examples:
Potential solution
Do something like this instead:
hubcap/hubcap/package.py
Lines 57 to 62 in ed35180
The text was updated successfully, but these errors were encountered: