Datasource$create
Was this helpful?
Create a datasource within a workflow
self (a Datasource)
workflow <- redivis$workflow("Demo.climate_analysis")
source_dataset_reference <- "demo.ghcn_daily_weather_data"
workflow$datasource(source_dataset_reference)$create()Was this helpful?
Was this helpful?

