...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
def get_default_azure_container_name(): return 'eagleml' |
*Optional. To define target virtual directory, add a get_default_azure_target_dir() function to dynamic/pyrules/custom/env.py:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
def get_default_azure_target_dir():
return 'dropdir/eagleml'
|
In order for the result of the extract to be delivered to Azure the following parameter should be defined in the RTR:
...