Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
musabp
Contributor
Contributor

Setting Connection Timeout in REST connector in Data Load Editor

Hi,

I'm a newbie to Qlik.

I want to set the "Connection Timeout"  setting of a REST connector in "Data Load Editor". I am using WITH CONNECTION and wanted to check if there's a way to set this. Though this can be set in the UI while creating a connection but I wanted to do this through "Data Load Editor". How do I set the "Connection Timeout" parameter?

I have a custom body that I'm passing as a parameter.

LOAD
[col1],
[__KEY_1] AS [-_KEY_1],
[__FK_1] AS [__KEY_data];

SQL SELECT
(SELECT
"Col2",
"__KEY_1",
"__FK_1"
FROM "tbl1" PK "__KEY_1" FK "__FK_1")
FROM JSON (wrap off) "data" PK "__KEY_data"
WITH CONNECTION(
Url "<random URL>",
HTTPHEADER "x-api-key" "XYZ",
BODY "$(BDY1)"
)
;

Labels (2)
0 Replies