We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91486f4 commit bca3d42Copy full SHA for bca3d42
1 file changed
ingestion/src/metadata/ingestion/source/database/sapsuccessfactors/client.py
@@ -42,7 +42,9 @@
42
logger = ingestion_logger()
43
44
ODATA_METADATA_PATH = "/odata/{version}/$metadata"
45
-SAP_DATA_NS = "http://www.sap.com/Protocols/SAPData" # NOSONAR - XML namespace URI, not a URL
+SAP_DATA_NS = (
46
+ "http://www.sap.com/Protocols/SAPData" # NOSONAR - XML namespace URI, not a URL
47
+)
48
49
_SAML_NS = "urn:oasis:names:tc:SAML:2.0:assertion"
50
_DS_NS = "http://www.w3.org/2000/09/xmldsig#" # NOSONAR - W3C XML namespace URI
0 commit comments