Seems like I have a failing step: <https://github....
# contribute-code
p
Seems like I have a failing step: https://github.com/datahub-project/datahub/runs/5589741718?check_suite_focus=true A file would be reformatted, but when i run black/isort/flake8 locally everything looks fine. Any thoughts?
b
Is this still causing trouble when merging latest master?
p
Yeah, still seeing:
Copy code
Oh no! 💥 💔 💥
> Task :metadata-ingestion:lint FAILED
1 file would be reformatted, 320 files would be left unchanged.
Locally after running black though I see:
Copy code
(metadata-ingestion) ➜  metadata-ingestion git:(bq-usage-use-bigquery-audit-logs) ✗ black src/ tests/
All done! ✨ 🍰 ✨
321 files left unchanged.
b
@helpful-optician-78938 Is this a known issue in this module?
p
Update: I think i've fixed things
confirmed, this PR is ready for review when yall get a sec: https://github.com/datahub-project/datahub/pull/4441
b
Thank you Zachary!