You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
It would be much nicer to have the CDMSource be wildcard path aware so that I can use parameters in a ForEach loop.
In lieu of that it would better to have single pipeline that executed all the dataflows, rather than a dataflow and matching pipeline for each CDM entity. It's madness. What's the point of having a script to deploy multiple pipelines if you have to run each and every pipeline individually? I have 1,182 CDM entities from $export. One-at-a-time? nooooooo.
I modified the deployment script to create a MasterPipeline, but I cannot get the scripts and templates to iterate. My desire is to have it loop the entities and add them to the MasterPipeline. As of right now it replaces the MasterPipeline with the current entity, rather than adding it. I think it is a reference issue but I haven't cracked it yet.
It would be much nicer to have the CDMSource be wildcard path aware so that I can use parameters in a ForEach loop.
In lieu of that it would better to have single pipeline that executed all the dataflows, rather than a dataflow and matching pipeline for each CDM entity. It's madness. What's the point of having a script to deploy multiple pipelines if you have to run each and every pipeline individually? I have 1,182 CDM entities from $export. One-at-a-time? nooooooo.
I modified the deployment script to create a MasterPipeline, but I cannot get the scripts and templates to iterate. My desire is to have it loop the entities and add them to the MasterPipeline. As of right now it replaces the MasterPipeline with the current entity, rather than adding it. I think it is a reference issue but I haven't cracked it yet.