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

fix(NoCode): Update snapshot json to latest #2655

Merged
merged 3 commits into from
Jun 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,14 @@
"type" : "string",
"doc" : "Title of the chart",
"Searchable" : {
"enableAutocomplete" : true,
"fieldType" : "TEXT_PARTIAL"
}
}, {
"name" : "description",
"type" : "string",
"doc" : "Detailed description about the chart",
"Searchable" : {
"fieldType" : "TEXT"
}
"Searchable" : { }
}, {
"name" : "lastModified",
"type" : {
Expand Down Expand Up @@ -340,8 +339,7 @@
"Searchable" : {
"fieldName" : "tags",
"fieldType" : "URN_PARTIAL",
"hasValuesFieldName" : "hasTags",
"queryByDefault" : true
"hasValuesFieldName" : "hasTags"
}
} ]
}
Expand All @@ -367,7 +365,8 @@
"Searchable" : {
"fieldName" : "owners",
"fieldType" : "URN",
"hasValuesFieldName" : "hasOwners"
"hasValuesFieldName" : "hasOwners",
"queryByDefault" : false
}
}, {
"name" : "type",
Expand Down Expand Up @@ -536,8 +535,7 @@
"addToFilters" : true,
"boostScore" : 4.0,
"fieldName" : "tool",
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
}, {
"name" : "chartId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@
"Searchable" : {
"fieldName" : "tags",
"fieldType" : "URN_PARTIAL",
"hasValuesFieldName" : "hasTags",
"queryByDefault" : true
"hasValuesFieldName" : "hasTags"
}
} ]
}
Expand All @@ -254,7 +253,8 @@
"Searchable" : {
"fieldName" : "owners",
"fieldType" : "URN",
"hasValuesFieldName" : "hasOwners"
"hasValuesFieldName" : "hasOwners",
"queryByDefault" : false
}
}, {
"name" : "type",
Expand Down Expand Up @@ -393,17 +393,15 @@
"Searchable" : {
"boostScore" : 10.0,
"enableAutocomplete" : true,
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
}, {
"name" : "description",
"type" : "string",
"doc" : "Detailed description about the dashboard",
"Searchable" : {
"fieldType" : "TEXT",
"hasValuesFieldName" : "hasDescription",
"queryByDefault" : true
"hasValuesFieldName" : "hasDescription"
}
}, {
"name" : "charts",
Expand Down Expand Up @@ -483,8 +481,7 @@
"addToFilters" : true,
"boostScore" : 4.0,
"fieldName" : "tool",
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
}, {
"name" : "dashboardId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@
"Searchable" : {
"fieldName" : "tags",
"fieldType" : "URN_PARTIAL",
"hasValuesFieldName" : "hasTags",
"queryByDefault" : true
"hasValuesFieldName" : "hasTags"
}
} ]
}
Expand All @@ -216,7 +215,8 @@
"Searchable" : {
"fieldName" : "owners",
"fieldType" : "URN",
"hasValuesFieldName" : "hasOwners"
"hasValuesFieldName" : "hasOwners",
"queryByDefault" : false
}
}, {
"name" : "type",
Expand Down Expand Up @@ -365,8 +365,7 @@
"Searchable" : {
"boostScore" : 10.0,
"enableAutocomplete" : true,
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
}, {
"name" : "description",
Expand All @@ -375,16 +374,16 @@
"optional" : true,
"Searchable" : {
"fieldType" : "TEXT",
"hasValuesFieldName" : "hasDescription",
"queryByDefault" : true
"hasValuesFieldName" : "hasDescription"
}
}, {
"name" : "project",
"type" : "string",
"doc" : "Optional project/namespace associated with the flow",
"optional" : true,
"Searchable" : {
"fieldType" : "TEXT_PARTIAL"
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : false
}
} ],
"Aspect" : {
Expand Down Expand Up @@ -424,25 +423,22 @@
"type" : "string",
"doc" : "Workflow manager like azkaban, airflow which orchestrates the flow",
"Searchable" : {
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
}, {
"name" : "flowId",
"type" : "string",
"doc" : "Unique Identifier of the data flow",
"Searchable" : {
"enableAutocomplete" : true,
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
}, {
"name" : "cluster",
"type" : "string",
"doc" : "Cluster where the flow is executed",
"Searchable" : {
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
} ],
"Aspect" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@
"Searchable" : {
"fieldName" : "tags",
"fieldType" : "URN_PARTIAL",
"hasValuesFieldName" : "hasTags",
"queryByDefault" : true
"hasValuesFieldName" : "hasTags"
}
} ]
}
Expand All @@ -284,7 +283,8 @@
"Searchable" : {
"fieldName" : "owners",
"fieldType" : "URN",
"hasValuesFieldName" : "hasOwners"
"hasValuesFieldName" : "hasOwners",
"queryByDefault" : false
}
}, {
"name" : "type",
Expand Down Expand Up @@ -420,8 +420,7 @@
"Searchable" : {
"boostScore" : 10.0,
"enableAutocomplete" : true,
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
}, {
"name" : "description",
Expand All @@ -430,8 +429,7 @@
"optional" : true,
"Searchable" : {
"fieldType" : "TEXT",
"hasValuesFieldName" : "hasDescription",
"queryByDefault" : true
"hasValuesFieldName" : "hasDescription"
}
}, {
"name" : "type",
Expand Down Expand Up @@ -495,7 +493,8 @@
"/*" : {
"fieldName" : "inputs",
"fieldType" : "URN",
"numValuesFieldName" : "numInputDatasets"
"numValuesFieldName" : "numInputDatasets",
"queryByDefault" : false
}
}
}, {
Expand All @@ -515,7 +514,8 @@
"/*" : {
"fieldName" : "outputs",
"fieldType" : "URN",
"numValuesFieldName" : "numOutputDatasets"
"numValuesFieldName" : "numOutputDatasets",
"queryByDefault" : false
}
}
}, {
Expand Down Expand Up @@ -564,18 +564,22 @@
"name" : "flow",
"type" : "com.linkedin.common.Urn",
"doc" : "Standardized data processing flow urn representing the flow for the job",
"Relationship" : {
"entityTypes" : [ "dataFlow" ],
"name" : "IsPartOf"
},
"Searchable" : {
"fieldName" : "dataFlow",
"fieldType" : "URN_PARTIAL"
"fieldType" : "URN_PARTIAL",
"queryByDefault" : false
}
}, {
"name" : "jobId",
"type" : "string",
"doc" : "Unique Identifier of the data job",
"Searchable" : {
"enableAutocomplete" : true,
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
} ],
"Aspect" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
"Searchable" : {
"fieldName" : "owners",
"fieldType" : "URN",
"hasValuesFieldName" : "hasOwners"
"hasValuesFieldName" : "hasOwners",
"queryByDefault" : false
}
}, {
"name" : "type",
Expand Down Expand Up @@ -280,7 +281,8 @@
"/*" : {
"fieldName" : "inputs",
"fieldType" : "URN",
"numValuesFieldName" : "numInputDatasets"
"numValuesFieldName" : "numInputDatasets",
"queryByDefault" : false
}
}
}, {
Expand All @@ -301,7 +303,8 @@
"/*" : {
"fieldName" : "outputs",
"fieldType" : "URN",
"numValuesFieldName" : "numOutputDatasets"
"numValuesFieldName" : "numOutputDatasets",
"queryByDefault" : false
}
}
} ],
Expand Down Expand Up @@ -329,24 +332,23 @@
"Searchable" : {
"boostScore" : 4.0,
"enableAutocomplete" : true,
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
}, {
"name" : "orchestrator",
"type" : "string",
"doc" : "Standardized Orchestrator where data process is defined.\nTODO: Migrate towards something that can be validated like DataPlatform urn",
"Searchable" : {
"enableAutocomplete" : true,
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : true
"fieldType" : "TEXT_PARTIAL"
}
}, {
"name" : "origin",
"type" : "com.linkedin.common.FabricType",
"doc" : "Fabric type where dataset belongs to or where it was generated.",
"Searchable" : {
"fieldType" : "TEXT_PARTIAL"
"fieldType" : "TEXT_PARTIAL",
"queryByDefault" : false
}
} ],
"Aspect" : {
Expand Down
Loading