mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-07 23:13:05 +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 {
|
} else {
|
||||||
// When async is turned on, we write to proposal log and return without waiting
|
// When async is turned on, we write to proposal log and return without waiting
|
||||||
_producer.produceMetadataChangeProposal(entityUrn, mcp);
|
_producer.produceMetadataChangeProposal(entityUrn, mcp);
|
||||||
return new IngestProposalResult(mcp.getEntityUrn(), false, true);
|
return new IngestProposalResult(entityUrn, false, true);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// For timeseries aspects
|
// For timeseries aspects
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user