Hi guys, I noticed the class aliases in `datahub/m...
# troubleshoot
s
Hi guys, I noticed the class aliases in
datahub/metadata-ingestion/src/datahub/metadata/com/linkedin/pegasus2avro/metadata/key
have been removed, but one of them is still in use in
datahub/metadata-ingestion/src/datahub/emitter/mce_builder.py
(from datahub.metadata.com.linkedin.pegasus2avro.metadata.key import DatasetKey) Is it ok if I open a pull request to point that import to the original class?
m
Sounds good @stale-jewelry-2440 !