Skip to main content

Seed object schema

The seed object allows you to query information about a particular seed in a given job.

Arguments

When querying for a seed, the following arguments are available.

Fetching data...

Below we show some illustrative example queries and outline the schema of the seed object.

Example query

The example query below pulls relevant information about a given seed. For instance, you can view the load time.

{
job(id: 123) {
seed(uniqueId: "seed.jaffle_shop.raw_customers") {
database
schema
uniqueId
name
status
error
}
}
}

Fields

When querying for a seed, the following fields are available:

Fetching data...

0