busy-airport-23391
07/26/2022, 4:50 PMtimestampMillis
?busy-airport-23391
07/26/2022, 4:51 PM{
search(
input: {type: DATASET, query: "*", start:0, count: 10 }
) {
start
count
total
searchResults {
entity {
urn
type
... on Dataset {
name
datasetProfiles(limit:10) {
timestampMillis
columnCount
rowCount
fieldProfiles {
fieldPath
nullCount
nullProportion
uniqueCount
uniqueProportion
min
max
mean
median
stdev
sampleValues
}
}
}
}
matchedFields{
name
value
}
}
}
}
busy-airport-23391
07/26/2022, 4:52 PMfilters
I've tried has returned 0 results. I've also tried this on a specific dataset (rather than query: "*"
) with no luckbusy-airport-23391
07/26/2022, 7:03 PM{
search(
input: {type: DATASET, query: "db.table", start:0, count: 10 }
) {
start
count
total
searchResults {
entity {
urn
type
... on Dataset {
name
datasetProfiles(limit:10, startTimeMillis:1658861887172) {
timestampMillis
columnCount
rowCount
fieldProfiles {
fieldPath
nullCount
nullProportion
uniqueCount
uniqueProportion
min
max
mean
median
stdev
sampleValues
}
}
}
}
}
}
}