OBJECT

SourcePreview

A preview of a ProfileSource including feature information and sample data

link GraphQL Schema definition

  • type SourcePreview {
  • # Statistical sample of the data used in analysis
  • dataSample: [Record!]!
  • # List of discovered features in the source
  • features: [Feature!]!
  • }

link Require by