Up_DW.upload_to_service (eng) - datawizio/pythonAPI GitHub Wiki
The function starts the process of data uploading and caching on the server. After its termination, the user will receive a message to the given e-mail address
Parameters
email: str
E-mail address
cache: bool, default=True
Specifies if it is necessary to start the process of caching after performing the main process
Examples
dw_up = Up_DW(API_KEY='my_private_api_key', API_SECRET = 'my_secret')
dw_up.upload_to_service('[email protected]', cache=False)