Seed
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. Note that if you do not include a runId, it will default to the most recent run of the specified job:
Fetching data...
Below we show some illustrative example queries and outline the schema of this seed object.
Example Queries
Seed information
The query below pulls relevant information about a given seed. For example, we could see the load time.
{
seed(jobId: 123, 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