diff --git a/backend/tasks.db b/backend/tasks.db index 9b049cf..0287710 100644 Binary files a/backend/tasks.db and b/backend/tasks.db differ diff --git a/superset_tool/client.py b/superset_tool/client.py index 33b6b04..bbce444 100755 --- a/superset_tool/client.py +++ b/superset_tool/client.py @@ -20,7 +20,7 @@ from requests import Response from superset_tool.models import SupersetConfig from superset_tool.exceptions import ExportError, InvalidZipFormatError from superset_tool.utils.fileio import get_filename_from_headers -from superset_tool.utils.logger import SupersetLogger +from superset_tool.utils.logger import SupersetLogger, belief_scope from superset_tool.utils.network import APIClient # [/SECTION]