-
Notifications
You must be signed in to change notification settings - Fork 193
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
TypeError: diff_cover_report_quality() got an unexpected keyword argument 'reports' #306
Comments
All my pipelines are failing with the same issue. |
I would suggest rolling diff_cover @barrywhart are you available to look into this? |
Yes, sorry -- this is my fault. SQLFluff has a fix underway here: sqlfluff/sqlfluff#4148 For now, pinning to the earlier version of |
Hoping to get that PR merged today or tomorrow. Not sure when the next release will be. Maybe before December 25. |
Fix in SQLFluff 1.4.3, released just now. |
@Bachmann1234: This issue can be closed now. Sorry for the kerfuffle! |
Thank you for the quick fix! |
I was working on both ends of this (diff-quality and SQLFluff), so I had a headstart on the bug. 😛 |
Just started getting errors on CircleCI within the past few days. We're using diff-quality to run a linter on only the sql files that changed in the pull request with
diff-quality --violations sqlfluff --fail-under=100 --compare-branch origin/master
and getting the following error:Looks to be related to this recently merged PR that changed the offending line. Let me know what other info might be helpful to troubleshoot.
The text was updated successfully, but these errors were encountered: