Mocking SAP Data Intelligence api for local testing
Project description
Mock SAP Data Intelligence api
This small package can be used to mock the api-package of SAP Data Intelligence in order to develop an operator locally. It is assumed that the working directory has the SAP Data Intelligence vflow-structure (github-pull) and the Python-operator has been created previously with the 'Create Operator'-wizzard of the modeler. For details a blog will be published on SAP Community in May 2021.
To use the this add at the beginning of your script the following codelines:
try:
api
except NameError:
from utils.di_local_test import *
The following api attributes will be mocked:
- config: with the attributes read from the operators.json-file
- Message: creating a Message with attributes and body as attributes
- send: prints the content of the message that is send to the port. Only the message data types `string' and 'message' are currently supported.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mock_di_api-0.0.1.tar.gz
(2.6 kB
view details)
File details
Details for the file mock_di_api-0.0.1.tar.gz
.
File metadata
- Download URL: mock_di_api-0.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0108e5e6316655fad5efc22209cf7a8ed6a1eb5a8f8bc987fb5c7428126a83da
|
|
MD5 |
07500a87a010a9c4314de2f409086772
|
|
BLAKE2b-256 |
061e338bffe3c534077b6caecbda12af8bcf8b52575b439722335dfc8c9a8950
|