arcgis.datapipelines module

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close