Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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