This is a Singer tap that produces JSON-formatted data following the Singer spec.
This tap:
- Pulls raw data from Dynamics 365 CRM OData API
- Discovers all available resources and outputs the schema for each resource
To run tap-dynamics with the configuration file, use this command:
python3 setup.py install
tap-ellucian-recruit -c tap_dynamics/config.jsoncd tap_dynamics
python3 __init__.py -c config.jsonChanges to setup.py
+ # "odata @ https://github.com/dreamdata-io/python-odata/archive/master.zip",
+ 'python-odata'
{
"start_date": "2017-09-10",
"domain": "dreamdata.crm4",
"client_id": "<client_id>",
"client_secret": "<client_secret>",
"redirect_uri": "<redirect_url>",
"refresh_token": "<refresh_token>"
}