Skip to content

Releases: jacbeekers/Informatica-EDC-REST-API-Samples

0.3.18

14 Dec 18:59

Choose a tag to compare

  • Create custom attributes
  • Populate custom attributes (currently hard-coded custom attribute names)
  • Set the target field description to the source fields
  • Tested installation of package through pip
  • Included various test cases

0.3.4

06 Dec 20:41

Choose a tag to compare

  • 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

30 Nov 18:54

Choose a tag to compare

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

30 Nov 12:42

Choose a tag to compare

Fixed handling return codes in process_lineage_request

0.2.9

29 Nov 16:52

Choose a tag to compare

Changes in this release:

  • Check if JSON key exists before using it
  • Add JSON file count

0.2.7

25 Nov 16:17

Choose a tag to compare

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

23 Nov 18:32

Choose a tag to compare

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

17 Sep 19:43

Choose a tag to compare

Prototype for basic lineage between file fields or database columns.