Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http_calls.inc code has been redesigned to support a dynamic timeout feature. New variables has have been introduced:.

  • httpCallTimeout – can be set before including http_calls.inc and will have higher priority in the setting timeout

  • W_HTTP_CALL_TIMEOUT – can be set in custom configuration w_config_custom.inc and will have priority lower than httpCallTimeout.

...

Please note that the timeout needs to be greater than 3000 seconds.

To In order to not change the previous logic if bigTimeout = ‘Y’ then the timeout will be 3000 or 300 otherwise only if the new two variables are not set.
Priority of variables from highest to lowest would be: httpCallTimeout, W_HTTP_CALL_TIMEOUT, 3000 if bigTimeout = ‘Y’, 300 otherwise.

...

The following EDS resources were enhanced to allow both load and extract to and from both Oracle and Snowflake:

  • factor

  • issuevariableissuevariablerate

  • timeseries

  • vendorcashflow

Files changed:
reference/factor.json
reference/factor-models.json
reference/factor_in.json
reference/issuevariable.json
reference/issuevariable-models.json
reference/issuevariable_in.json
reference/timeseries.json
reference/timeseries-models.json
reference/timeseries_in.json
reference/vendorcashflow.json
reference/vendorcashflow-models.json
reference/vendorcashflow_in.json

...