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:
tap-dynamics -c config.json
{
"start_date": "2017-09-10",
"domain": "dreamdata.crm4",
"client_id": "<client_id>",
"client_secret": "<client_secret>",
"redirect_uri": "<redirect_url>",
"refresh_token": "<refresh_token>"
}