fix: adjusting temporal parameters structure to match the expected in code #410
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
airbyte-connector-rollout-client: the temporal parameters in application yaml are in a different structure than the expected in code:
airbyte-platform/airbyte-connector-rollout-client/src/main/kotlin/io/airbyte/connector/rollout/client/ConnectorRolloutTemporalWorkflowServiceFactory.kt
Lines 24 to 25 in abc6740
How
this PR adjusts the application.yaml to be equal as the expected in the ConnectorRolloutTemporalWorkflowServiceFactory.kt file
Recommended reading order
airbyte-connector-rollout-client/src/main/kotlin/io/airbyte/connector/rollout/client/ConnectorRolloutTemporalWorkflowServiceFactory.kt
airbyte-connector-rollout-client/src/main/resources/application.yml
Can this PR be safely reverted and rolled back?