Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(nocode): Final part of No-Code cleanup #3477

Merged
merged 13 commits into from Nov 1, 2021
Expand Up @@ -151,7 +151,7 @@ public Function<UpgradeContext, UpgradeStepResult> executable() {
// Emit a browse path aspect.
final BrowsePaths browsePaths;
try {
browsePaths = BrowsePathUtils.buildBrowsePath(urn);
browsePaths = BrowsePathUtils.buildBrowsePath(urn, _entityService.getEntityRegistry());

final AuditStamp browsePathsStamp = new AuditStamp();
browsePathsStamp.setActor(Urn.createFromString(Constants.SYSTEM_ACTOR));
Expand Down
268 changes: 0 additions & 268 deletions docs/demo/graph-onboarding.md

This file was deleted.