Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Oct 9, 2024
1 parent dd0f6d5 commit 2f8ce2f
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,26 @@
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "dashboards",
"type" : {
"type" : "array",
"items" : "com.linkedin.common.Edge"
},
"doc" : "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.\n\nThe Edge's sourceUrn should never be set, as it will always be the base dashboard.",
"default" : [ ],
"Relationship" : {
"/*/destinationUrn" : {
"createdActor" : "datasetEdges/*/created/actor",
"createdOn" : "datasetEdges/*/created/time",
"entityTypes" : [ "dashboard" ],
"isLineage" : true,
"name" : "DashboardContainsDashboard",
"properties" : "datasetEdges/*/properties",
"updatedActor" : "datasetEdges/*/lastModified/actor",
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "lastModified",
"type" : "com.linkedin.common.ChangeAuditStamps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,26 @@
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "dashboards",
"type" : {
"type" : "array",
"items" : "com.linkedin.common.Edge"
},
"doc" : "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.\n\nThe Edge's sourceUrn should never be set, as it will always be the base dashboard.",
"default" : [ ],
"Relationship" : {
"/*/destinationUrn" : {
"createdActor" : "datasetEdges/*/created/actor",
"createdOn" : "datasetEdges/*/created/time",
"entityTypes" : [ "dashboard" ],
"isLineage" : true,
"name" : "DashboardContainsDashboard",
"properties" : "datasetEdges/*/properties",
"updatedActor" : "datasetEdges/*/lastModified/actor",
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "lastModified",
"type" : "com.linkedin.common.ChangeAuditStamps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,26 @@
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "dashboards",
"type" : {
"type" : "array",
"items" : "com.linkedin.common.Edge"
},
"doc" : "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.\n\nThe Edge's sourceUrn should never be set, as it will always be the base dashboard.",
"default" : [ ],
"Relationship" : {
"/*/destinationUrn" : {
"createdActor" : "datasetEdges/*/created/actor",
"createdOn" : "datasetEdges/*/created/time",
"entityTypes" : [ "dashboard" ],
"isLineage" : true,
"name" : "DashboardContainsDashboard",
"properties" : "datasetEdges/*/properties",
"updatedActor" : "datasetEdges/*/lastModified/actor",
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "lastModified",
"type" : "com.linkedin.common.ChangeAuditStamps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,26 @@
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "dashboards",
"type" : {
"type" : "array",
"items" : "com.linkedin.common.Edge"
},
"doc" : "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.\n\nThe Edge's sourceUrn should never be set, as it will always be the base dashboard.",
"default" : [ ],
"Relationship" : {
"/*/destinationUrn" : {
"createdActor" : "datasetEdges/*/created/actor",
"createdOn" : "datasetEdges/*/created/time",
"entityTypes" : [ "dashboard" ],
"isLineage" : true,
"name" : "DashboardContainsDashboard",
"properties" : "datasetEdges/*/properties",
"updatedActor" : "datasetEdges/*/lastModified/actor",
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "lastModified",
"type" : "com.linkedin.common.ChangeAuditStamps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,26 @@
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "dashboards",
"type" : {
"type" : "array",
"items" : "com.linkedin.common.Edge"
},
"doc" : "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.\n\nThe Edge's sourceUrn should never be set, as it will always be the base dashboard.",
"default" : [ ],
"Relationship" : {
"/*/destinationUrn" : {
"createdActor" : "datasetEdges/*/created/actor",
"createdOn" : "datasetEdges/*/created/time",
"entityTypes" : [ "dashboard" ],
"isLineage" : true,
"name" : "DashboardContainsDashboard",
"properties" : "datasetEdges/*/properties",
"updatedActor" : "datasetEdges/*/lastModified/actor",
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "lastModified",
"type" : "com.linkedin.common.ChangeAuditStamps",
Expand Down

0 comments on commit 2f8ce2f

Please sign in to comment.