Skip to content

Commit

Permalink
Revert "update snapshot files"
Browse files Browse the repository at this point in the history
This reverts commit 72607f4.
  • Loading branch information
hsheth2 committed Oct 8, 2024
1 parent c022d51 commit 41df6bd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1471,21 +1471,6 @@
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "dashboards",
"type" : {
"type" : "array",
"items" : "com.linkedin.common.Urn"
},
"doc" : "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.",
"default" : [ ],
"Relationship" : {
"/*" : {
"entityTypes" : [ "dashboard" ],
"isLineage" : true,
"name" : "Contains"
}
}
}, {
"name" : "lastModified",
"type" : "com.linkedin.common.ChangeAuditStamps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1499,21 +1499,6 @@
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "dashboards",
"type" : {
"type" : "array",
"items" : "com.linkedin.common.Urn"
},
"doc" : "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.",
"default" : [ ],
"Relationship" : {
"/*" : {
"entityTypes" : [ "dashboard" ],
"isLineage" : true,
"name" : "Contains"
}
}
}, {
"name" : "lastModified",
"type" : "com.linkedin.common.ChangeAuditStamps",
Expand Down Expand Up @@ -4557,7 +4542,11 @@
"name" : "description",
"type" : "string",
"doc" : "Documentation of the MLPrimaryKey",
"optional" : true
"optional" : true,
"Searchable" : {
"fieldType" : "TEXT",
"hasValuesFieldName" : "hasDescription"
}
}, {
"name" : "dataType",
"type" : "com.linkedin.common.MLFeatureDataType",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1205,21 +1205,6 @@
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "dashboards",
"type" : {
"type" : "array",
"items" : "com.linkedin.common.Urn"
},
"doc" : "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.",
"default" : [ ],
"Relationship" : {
"/*" : {
"entityTypes" : [ "dashboard" ],
"isLineage" : true,
"name" : "Contains"
}
}
}, {
"name" : "lastModified",
"type" : "com.linkedin.common.ChangeAuditStamps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1205,21 +1205,6 @@
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "dashboards",
"type" : {
"type" : "array",
"items" : "com.linkedin.common.Urn"
},
"doc" : "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.",
"default" : [ ],
"Relationship" : {
"/*" : {
"entityTypes" : [ "dashboard" ],
"isLineage" : true,
"name" : "Contains"
}
}
}, {
"name" : "lastModified",
"type" : "com.linkedin.common.ChangeAuditStamps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1499,21 +1499,6 @@
"updatedOn" : "datasetEdges/*/lastModified/time"
}
}
}, {
"name" : "dashboards",
"type" : {
"type" : "array",
"items" : "com.linkedin.common.Urn"
},
"doc" : "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.",
"default" : [ ],
"Relationship" : {
"/*" : {
"entityTypes" : [ "dashboard" ],
"isLineage" : true,
"name" : "Contains"
}
}
}, {
"name" : "lastModified",
"type" : "com.linkedin.common.ChangeAuditStamps",
Expand Down Expand Up @@ -4551,7 +4536,11 @@
"name" : "description",
"type" : "string",
"doc" : "Documentation of the MLPrimaryKey",
"optional" : true
"optional" : true,
"Searchable" : {
"fieldType" : "TEXT",
"hasValuesFieldName" : "hasDescription"
}
}, {
"name" : "dataType",
"type" : "com.linkedin.common.MLFeatureDataType",
Expand Down

0 comments on commit 41df6bd

Please sign in to comment.