Describe the Problem
For OnPremise destinations we need to set sap-client header. This is not done automatically by Python SDK so we have to set the header manually at the moment.
Propose a Solution
Java SDK is doing that automatically from additional properties as described here: https://sap.github.io/cloud-sdk/docs/java/features/connectivity/http-destinations#special-header-providers
Provide similar functionality in Python SDK, properties are already there but unused as of now.
Describe Alternatives
No response
Affected Development Phase
Development
Impact
Inconvenience
Timeline
Nice to have for Sapphire in May.
Describe the Problem
For OnPremise destinations we need to set
sap-clientheader. This is not done automatically by Python SDK so we have to set the header manually at the moment.Propose a Solution
Java SDK is doing that automatically from additional properties as described here: https://sap.github.io/cloud-sdk/docs/java/features/connectivity/http-destinations#special-header-providers
Provide similar functionality in Python SDK, properties are already there but unused as of now.
Describe Alternatives
No response
Affected Development Phase
Development
Impact
Inconvenience
Timeline
Nice to have for Sapphire in May.