Data Pipelines

Since version: 1.24

The Data Pipelines profile enables data engineers to calculate field values when integrating data to ArcGIS via a data pipeline.

Context

The following products implement this profile:

Spatial reference

This profile does not include geometry functions and therefore does not need to define a spatial reference for the execution context.

Time zone

The execution context's default time zone is UTC.

Profile variables

Variable NameTypeDescription
$recordDictionaryThe record being calculated. The dictionary's properties represent the attribute/field names of the record.

Function bundles

Core

Return types

Boolean | Date | Number | Text

Example

Copies a data value from an existing field. Sets a default value if no value is present.

Use dark colors for code blocksCopy
1
DefaultValue($record.my_field_name, "my default value")

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