-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When dbtf init fails to parse profile.yml it fails silently and behaves like it didn't find any profiles.yml files.
If I run dbtf debug, the error becomes clear:
What version of dbt Fusion is this bug in? (find out by running dbt --version) all versions
Is this a discrepancy between the dbt Fusion Engine and dbt Core? Check one.
- YES
- NO
To Reproduce
- Add an invalid character to
profiles.yml(e.g. add '@' at the start of the password value) - Run
dbtf debugto confirm it throws a YAML error - Run
dbtf initto see that theprofiles.ymlparsing error fails silently
Expected behavior
dbtf init should throw the same error after showing message that profile already exists:
Screenshots
If applicable, add screenshots to help explain your problem.
Operating System and CPU Type (please complete the following information):
- Mac/Windows/Linux?
- X86 or ARM?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working