mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 19:25:56 +00:00
fix(async ingest): Fix async ingest path (#7269)
This commit is contained in:
parent
c2d6ea7c42
commit
bec5a27a7e
@ -877,7 +877,7 @@ public class EntityService {
|
||||
} else {
|
||||
// When async is turned on, we write to proposal log and return without waiting
|
||||
_producer.produceMetadataChangeProposal(entityUrn, mcp);
|
||||
return new IngestProposalResult(mcp.getEntityUrn(), false, true);
|
||||
return new IngestProposalResult(entityUrn, false, true);
|
||||
}
|
||||
} else {
|
||||
// For timeseries aspects
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user