...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
def get_default_azure_target_dir(): return 'dropdir/eagleml' |
*Optional. To define timeout for publishing to Azure, add get_azure_timeout() function to dynamic/pyrules/custom/env.py. The timeout parameter is expressed in seconds.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
def get_azure_timeout():
return 600 |
In order for the result of the extract to be delivered to Azure the following parameter should be defined in the RTR:
...