run_data_pipeline
- arcgis.datapipelines.run_data_pipeline(item, gis=None)
Runs the data pipeline item. Running data pipelines consumes credits for the time it takes the run to complete.
NOTE: This method is experimental. All parameters and return types are subject to change.
Parameter
Description
item
Required Item. The Data Pipeline type item to run.
gis
Optional GIS. The WebGIS connection class used to run the run_data_pipeline operation. If the value is None, then the item’s GIS object will be used.
- Returns:
PipelineRun
- Raises:
Exception if the user or organization does not have access to Data Pipelines, or if a run is already in progress for the item.