10-10-2018 08:33 AM
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
10-11-2018 09:52 AM
IN the task definition you can set the pipeline to capture the pipeline parameters so they are viewable in the UX. Record replay not required for that!
10-12-2018 08:01 AM
My input paramater would be Dynamic. i dont want to change my input in the Task paramater. I am trying to read all https attributes such as path_info, query string , request_method and all those https attributes. I was trying to use the record play to see if all these attributes are saved in a record play file and use it for testing purpose.
10-18-2018 06:48 AM
I got it. Thanks.