For the complete documentation index, see llms.txt. This page is also available as Markdown.

Datasource.source_dataset

Datasource.source_dataset() → Dataset | None

Returns the datasource's source dataset. If the datasource instead has a source workflow, this method will return None.

Returns

Dataset | None

Was this helpful?