Skip to content

Instantly share code, notes, and snippets.

View darren-wrigley's full-sized avatar

darren_wrigley darren-wrigley

  • Informatica
View GitHub Profile
@darren-wrigley
darren-wrigley / EDCQuery_template.py
Last active June 1, 2022 11:57
Informatica EDC: rest api template for objects query using python
'''
Created on Jul 16, 2018
@author: dwrigley
This template can be copied & used to query the catalog and process each item returned
it handles the paging model (see pageSize variable)
'''