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

Datasource$create

Datasource$create() → self

Create a datasource within a workflow

Returns:

self (a Datasource)

Examples

workflow <- redivis$workflow("Demo.climate_analysis")
source_dataset_reference <- "demo.ghcn_daily_weather_data"

workflow$datasource(source_dataset_reference)$create()

Was this helpful?