Releases: jacbeekers/Informatica-EDC-REST-API-Samples
Releases · jacbeekers/Informatica-EDC-REST-API-Samples
0.3.18
0.3.4
- Removed redundant load of configuration files
- Directory restructuring to support tests
- jinja templates now based on configured directory
- jinja configuration file handline
- removed submodule azure-python-samples
- removed .env -> use edc secrets file
- added documentation on main configuration file -> check json schema under docs
0.2.11
Introduced setting in config.json to suppress the actual call to EDC. Handy if you want to test the input JSONs without calling EDC.
default: "suppress_edc_call": "False"
0.2.10
Fixed handling return codes in process_lineage_request
0.2.9
Changes in this release:
- Check if JSON key exists before using it
- Add JSON file count
0.2.7
Changes in 0.2.7:
- validate_schema now uses the same config.json as the actual code that loads the lineage
- mu_log no longer complains about azure not configured if azure_monitor_requests = False in config.json
- added a directory with incorrect json files to get an idea of the kind of error messages one get expect when incorrect json files are provided
PyPI contains this 0.2.7 release: https://pypi.org/project/informatica-edc-rest-api-samples/
0.2.6
The following changes are included:
- Improved error handling with clearer error messages
- Fixed log file naming so code now also runs on Windows platforms
- Revised validate_schema code
Python package can be on PyPI : https://pypi.org/project/informatica-edc-rest-api-samples/
0.2.1
Prototype for basic lineage between file fields or database columns.