I suggest adding a Flip Coordinates transformation tool to ArcGIS Data Pipelines.
Datasets from any source—including published feature layers, databases, APIs, and other spatial data—can sometimes have their coordinate order reversed (X/Y instead of Y/X). Correcting this currently requires additional processing outside the pipeline.
The tool should:
Flip the coordinates of geometries by swapping the X and Y values of every vertex.
Support points, polylines, and polygons.
This would provide a simple, no-code way to correct axis-order issues directly within Data Pipelines, regardless of the input data source.