Component
Python SDK
Infrahub SDK version
1.1.0
Current Behavior
When using client method create branch the parameter sync_with_git is by default set to True. In the UI it's the opposite. I believe it would make sense to align this behavior.
Expected Behavior
I expect the default value for branch sync_with_git to be same using SDK or UI.
Steps to Reproduce
|
sync_with_git: bool = True, |
Additional Information
No response
Component
Python SDK
Infrahub SDK version
1.1.0
Current Behavior
When using client method
create branchthe parametersync_with_gitis by default set to True. In the UI it's the opposite. I believe it would make sense to align this behavior.Expected Behavior
I expect the default value for branch
sync_with_gitto be same using SDK or UI.Steps to Reproduce
infrahub-sdk-python/infrahub_sdk/branch.py
Line 81 in 73fb502
Additional Information
No response