- update fraud spot check to upsert data.
- Build example pipeline to pull data from windsor.ai into adf
- when adding rest api's the relative url needs to be a concatenation of the "parameters" otherwise it won't work
- /all?api_key=f447383c677f32f0222275337c4a9e893aaa&date_preset=last_7d&select_accounts=googleanalytics4__405352891&fields=account_name,active_users,average_session_duration,campaign,date,devicecategory,engaged_sessions,event_count,event_name,page_path,session_default_channel_group,sessions,source,hostname&limit=100
- @concat('/all?api_key=', dataset().api_key, '&date_preset=', dataset().date_preset, '&select_accounts=', dataset().select_accounts, '&fields=', dataset().fields, '&format=json')
- when adding rest api's the relative url needs to be a concatenation of the "parameters" otherwise it won't work
- we don't have the ability to map an epic to multiple jobs.