Problem
We should mark Dependency status as Unknown when the dependency object’s ObjectMetadata.Generation and Status.ObservedGeneration are not equal during the trigger reconcile process.
Exit Criteria
Dependency status is marked as Unknown when the dependency object’s ObjectMetadata.Generation and Status.ObservedGeneration are not equal during the trigger reconcile process.
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
1-1
Additional context (optional)
In PR #1849, we wanted to add this validation that ObjectMetadata.Generation and Status.ObservedGeneration should be equal. But we found we didn't update Status.ObservedGeneration for sources. We created
Problem
We should mark Dependency status as Unknown when the dependency object’s ObjectMetadata.Generation and Status.ObservedGeneration are not equal during the trigger reconcile process.
Exit Criteria
Dependency status is marked as Unknown when the dependency object’s ObjectMetadata.Generation and Status.ObservedGeneration are not equal during the trigger reconcile process.
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
1-1
Additional context (optional)
In PR #1849, we wanted to add this validation that ObjectMetadata.Generation and Status.ObservedGeneration should be equal. But we found we didn't update Status.ObservedGeneration for sources. We created
to update Status.ObservedGeneration for sources.
When these three tickets get closed, we are able to do this issue.