From a0020e9417d9906485b7ae2cdc206a66594c70c8 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Mon, 12 Dec 2022 17:34:21 +0530 Subject: [PATCH 1/2] fix(ci): flakiness due to onboarding tour in add user test --- .../src/app/onboarding/OnboardingTour.tsx | 4 + .../integration/mutations/add_users.js | 13 +- .../tests/cypress/cypress/support/commands.js | 4 + smoke-test/tests/cypress/onboarding.json | 398 ++++++++++++++++++ 4 files changed, 415 insertions(+), 4 deletions(-) create mode 100644 smoke-test/tests/cypress/onboarding.json diff --git a/datahub-web-react/src/app/onboarding/OnboardingTour.tsx b/datahub-web-react/src/app/onboarding/OnboardingTour.tsx index 3205f837eb231..5a046971fe53f 100644 --- a/datahub-web-react/src/app/onboarding/OnboardingTour.tsx +++ b/datahub-web-react/src/app/onboarding/OnboardingTour.tsx @@ -25,6 +25,10 @@ export const OnboardingTour = ({ stepIds }: Props) => { setReshow(true); setIsOpen(true); } + if (e.metaKey && e.ctrlKey && e.key === 'h') { + setReshow(false); + setIsOpen(false); + } } document.addEventListener('keydown', handleKeyDown); }, []); diff --git a/smoke-test/tests/cypress/cypress/integration/mutations/add_users.js b/smoke-test/tests/cypress/cypress/integration/mutations/add_users.js index 3151638a477f5..7dea5ba01d5d5 100644 --- a/smoke-test/tests/cypress/cypress/integration/mutations/add_users.js +++ b/smoke-test/tests/cypress/cypress/integration/mutations/add_users.js @@ -1,6 +1,8 @@ const tryToSignUp = () => { - cy.enterTextInTestId("email", "example@example.com") - cy.enterTextInTestId("name", "Example Name") + let number = Math.floor(Math.random() * 100000); + let name = `Example Name ${number}`; + cy.enterTextInTestId("email", `example${number}@example.com`) + cy.enterTextInTestId("name", name) cy.enterTextInTestId("password", "Example password") cy.enterTextInTestId("confirmPassword", "Example password") @@ -8,6 +10,7 @@ const tryToSignUp = () => { cy.waitTextVisible("Other").click() cy.get("[type=submit]").click() + return name; }; describe("add_user", () => { @@ -23,8 +26,10 @@ describe("add_user", () => { const inviteLink = $elem.text(); cy.logout(); cy.visit(inviteLink); - tryToSignUp(); - cy.waitTextVisible("Accepted invite!") + let name = tryToSignUp(); + cy.waitTextVisible("Welcome to DataHub"); + cy.hideOnboardingTour(); + cy.waitTextVisible(name); }).then(() => { cy.logout(); cy.visit("/signup?invite_token=bad_token"); diff --git a/smoke-test/tests/cypress/cypress/support/commands.js b/smoke-test/tests/cypress/cypress/support/commands.js index c9174825bff84..2abea209a4ec7 100644 --- a/smoke-test/tests/cypress/cypress/support/commands.js +++ b/smoke-test/tests/cypress/cypress/support/commands.js @@ -136,6 +136,10 @@ Cypress.Commands.add("clickOptionWithTestId", (id) => { }); }) +Cypress.Commands.add("hideOnboardingTour", () => { + cy.get('body').type("{ctrl} {meta} h"); +}); + Cypress.Commands.add('addTermToDataset', (urn, dataset_name, term) => { cy.goToDataset(urn, dataset_name); cy.clickOptionWithText("Add Term"); diff --git a/smoke-test/tests/cypress/onboarding.json b/smoke-test/tests/cypress/onboarding.json new file mode 100644 index 0000000000000..893333d01a556 --- /dev/null +++ b/smoke-test/tests/cypress/onboarding.json @@ -0,0 +1,398 @@ +[ + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-global-welcome-to-datahub", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-home-page-ingestion", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-home-page-domains", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-home-page-platforms", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-home-page-most-popular", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-home-page-search-bar", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-search-results-filters", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-search-results-advanced-search", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-entities", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-properties", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-documentation", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-lineage", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-schema", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-owners", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-tags", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-glossary-terms", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-domains", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-ingestion-create-source", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-ingestion-refresh-sources", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-business-glossary-intro", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-business-glossary-create-term", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-business-glossary-create-term-group", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-domains-intro", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-domains-create-domain", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-users-intro", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-users-sso", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-users-invite-link", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-users-assign-role", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-groups-intro", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-groups-create-group", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-roles-intro", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-policies-intro", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + }, + { + "auditHeader": null, + "entityType": "dataHubStepState", + "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-policies-create-policy", + "changeType": "UPSERT", + "aspectName": "dataHubStepStateProperties", + "aspect": { + "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", + "contentType": "application/json" + }, + "systemMetadata": null + } +] \ No newline at end of file From f716d4a0bd1549746b063c55ab8307f10dbc74ff Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Mon, 12 Dec 2022 17:45:29 +0530 Subject: [PATCH 2/2] add temp file in gitignore --- smoke-test/.gitignore | 3 +- smoke-test/tests/cypress/onboarding.json | 398 ----------------------- 2 files changed, 2 insertions(+), 399 deletions(-) delete mode 100644 smoke-test/tests/cypress/onboarding.json diff --git a/smoke-test/.gitignore b/smoke-test/.gitignore index 55142a4a3630f..44d3f620a1937 100644 --- a/smoke-test/.gitignore +++ b/smoke-test/.gitignore @@ -130,4 +130,5 @@ dmypy.json # Pyre type checker .pyre/ -junit* \ No newline at end of file +junit* +tests/cypress/onboarding.json \ No newline at end of file diff --git a/smoke-test/tests/cypress/onboarding.json b/smoke-test/tests/cypress/onboarding.json deleted file mode 100644 index 893333d01a556..0000000000000 --- a/smoke-test/tests/cypress/onboarding.json +++ /dev/null @@ -1,398 +0,0 @@ -[ - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-global-welcome-to-datahub", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-home-page-ingestion", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-home-page-domains", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-home-page-platforms", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-home-page-most-popular", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-home-page-search-bar", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-search-results-filters", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-search-results-advanced-search", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-entities", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-properties", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-documentation", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-lineage", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-schema", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-owners", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-tags", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-glossary-terms", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-entity-profile-domains", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-ingestion-create-source", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-ingestion-refresh-sources", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-business-glossary-intro", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-business-glossary-create-term", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-business-glossary-create-term-group", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-domains-intro", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-domains-create-domain", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-users-intro", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-users-sso", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-users-invite-link", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-users-assign-role", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-groups-intro", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-groups-create-group", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-roles-intro", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-policies-intro", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - }, - { - "auditHeader": null, - "entityType": "dataHubStepState", - "entityUrn": "urn:li:dataHubStepState:urn:li:corpuser:datahub-policies-create-policy", - "changeType": "UPSERT", - "aspectName": "dataHubStepStateProperties", - "aspect": { - "value": "{\"properties\":{},\"lastModified\":{\"actor\":\"urn:li:corpuser:datahub\",\"time\":1581407189000}}", - "contentType": "application/json" - }, - "systemMetadata": null - } -] \ No newline at end of file