dafreels / metalus-api

Provides a set of APIs and a UI for working with the Metalus library
4 stars 12 forks source link

step-group pipeline mapping issue with embedded globals #10

Open edbalogh opened 4 years ago

edbalogh commented 4 years ago

setup a step-group pipeline that uses multiple embedded parameters (or use WriteDataFrameToTrustedAsset which has that scenario in CleanuptTrustedAsset step for parameter "deleteAssetName"...value = !{trustedAssetName}_!{dataCollectionId}_delete)

pull that step-group into another pipeline, go to pipeline mappings and it asks you to map parameter "trustedAssetName_dataCollectionId_delete" where I would expect it to attempt to map !trustedAssetName and !dataCollectionId separately.