Hi! I have a streaming pipeline populating my backing data source for an object type. I would like to add a new property ‘Intelligence_Discipline’ that will always be set to ‘Intelligence Fusion’. I was going to add an expression to my transform in the pipeline to set the column in the data source always to '‘Intelligence Fusion’.
My question, because this is a streaming pipeline, it won’t backfill all the objects in the object type correct? And if so, in addition to adjusting the transform in the streaming pipeline, what is the best way to backfill all the objects with this new property? As per my understanding, all the objects would have ‘Intelligence_Discipline’ but they existing ones would be set to null?