Versions Compared

Key

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

...

Code Block
languagepy
themeDJango
titleDefault Azure Container virtual directory Path Definition
linenumberstrue
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
languagepy
themeDJango
titleTimeout Definition
linenumberstrue
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:

...