-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PP] Bug when editing yaml file to add version #3567
Comments
@gshank this might be a partial parsing bug. Could you please take a look? |
The partial parsing code assumes that a SchemaSourceFile from the partial parse file has already been validated and so would have the 'version' key. Should be easy to fix. |
gshank
added a commit
that referenced
this issue
Jul 23, 2021
4 tasks
gshank
added a commit
that referenced
this issue
Jul 24, 2021
4 tasks
gshank
added a commit
that referenced
this issue
Jul 26, 2021
gshank
added a commit
that referenced
this issue
Jul 26, 2021
gshank
added a commit
that referenced
this issue
Jul 27, 2021
gshank
added a commit
that referenced
this issue
Jul 27, 2021
[#3567] Fix partial parsing error with version key if previous file is empty
gshank
added a commit
that referenced
this issue
Jul 27, 2021
iknox-fa
pushed a commit
that referenced
this issue
Feb 8, 2022
empty automatic commit by git-black, original commits: d7ea364
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
.yml
file with nothing in it:# models/schema.yml
dbt parse
version: 2
to the.yml
file:dbt --partial-parse parse
Error message:
Stracktrace
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: