Hi team, small issue - but Gradle task `:metadata-...
# troubleshoot
b
Hi team, small issue - but Gradle task
:metadata-ingestion:lint
is failing with the new release
v0.8.29
Copy code
src/datahub/ingestion/api/committable.py:42: error: Cannot override final attribute "__match_args__" (previously declared in base class "_StatefulCommittableConcrete")
src/datahub/ingestion/api/committable.py:42: error: Cannot override writable attribute "__match_args__" with a final one
src/datahub/ingestion/api/committable.py:42: error: Definition of "__match_args__" in base class "_CommittableConcrete" is incompatible with definition in base class "_StatefulCommittableConcrete"
s
I have raised a PR to fix this. Once that is merged this will go away
thanks 1
m
@big-carpet-38439 Looks like linting error I encountered in my PR has been fixed already by Aseem. Let me know when it is merged.
1
s
b
merged!