Forum Discussion
acbg
4 years agoResolver III
Deployment Pipeline Calculated columns
Trying to understand Deployment Pipeline. Pushed changes from test to Prod via deployment pipeline, I noticed Calculated columns got recalcualted. Was able to notice it as the column is based...
- 4 years ago
That's what I would expect. If you don't actually want today, then maybe you can take a MAX over one of the date columns in your dataset instead.
AlexisOlson
4 years agoSuper User
It would use the time when the query was refreshed. I'd guess that the query would be refreshed during deployment.
Maybe you can create a dataflow that both test and prod connect to so that they can both be in sync?
acbg
4 years agoResolver III
Thanks for the confirmation again. Going to just put Today() in the source side since data from there does not aut-refresh when deployed using deployment pipeline.