arvindnsn
7 years agoContributor
Record Play in Triggered Task Pipeline
Hello,
I have a triggered task for a pipeline whihc does ETL. I am running the task using a cURL command as below.
Iam trying to take the input paramater from the Task URL and pass it to the pipeline. I am trying to use the Record Play snap to view the query_string attribute for testing purpose, but the pipeline is not executing as the task fails to create a json file as mentioned in the record play snap.
curl -H ‘Authorization: Bearer xxxxxxxxxx’ ‘https://elastic.snaplogic.com:xxx/api/rest/slsched/feed/Dev/Datat/Revenue/Task_Retail_Stg?start_date=10-09-2018’
Am i doing the right thing to record the incoming information from the command line URL?
Thanks
Aravind N