You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/09/02 20:45:10 UTC

[GitHub] [incubator-superset] matthalstead opened a new issue #10769: docker based superset starts, but errors in build and default login doesn't work

matthalstead opened a new issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769


   I see the following errors during build. When I navigate to localhost:8088, login:password admin:admin does not work.
   
         superset_init            | Traceback (most recent call last):
         superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 583, in _build_master
         superset_init            |     ws.require(__requires__)
         superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 900, in require
         superset_init            |     needed = self.resolve(parse_requirements(requirements))
         superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 791, in resolve
         superset_init            |     raise VersionConflict(dist, req).with_context(dependent_req)
         superset_init            | pkg_resources.ContextualVersionConflict: (pyarrow 1.0.1 (/usr/local/lib/python3.6/site-packages), Requirement.parse('pyarrow<0.18,>=0.17.0'), {'apache-superset'})
         superset_init            | 
         superset_init            | During handling of the above exception, another exception occurred:
         superset_init            | 
         superset_init            | Traceback (most recent call last):
         superset_init            |   File "/usr/local/bin/superset", line 6, in <module>
         superset_init            |     from pkg_resources import load_entry_point
         superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3251, in <module>
         superset_init            |     @_call_aside
         superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
         superset_init            |     f(*args, **kwargs)
         superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
         superset_init            |     working_set = WorkingSet._build_master()
         superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 585, in _build_master
         superset_init            |     return cls._build_from_requirements(__requires__)
         superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
         superset_init            |     dists = ws.resolve(reqs, Environment())
         superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 786, in resolve
         superset_init            |     raise DistributionNotFound(req, requirers)
         superset_init            | pkg_resources.DistributionNotFound: The 'pyarrow<0.18,>=0.17.0' distribution was not found and is required by apache-superset
         superset_init exited with code 1
         superset_app             |  * Serving Flask app "superset.app:create_app()" (lazy loading)
         superset_app             |  * Environment: development
         superset_app             |  * Debug mode: on
         superset_app             |  * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
         superset_app             |  * Restarting with stat
         superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
         superset_tests_worker    | INFO:superset.utils.logging_configurator:logging was configured successfully
         superset_db              | 2020-09-02 20:30:45.980 UTC [35] FATAL:  database "test" does not exist
         superset_tests_worker    | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
         superset_tests_worker    |   "Flask-Caching: CACHE_TYPE is set to null, "
         superset_tests_worker    | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) FATAL:  database "test" does not exist
         superset_tests_worker    | 
         superset_tests_worker    | (Background on this error at: http://sqlalche.me/e/13/e3q8)
         superset_tests_worker    | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
         superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
         superset_tests_worker exited with code 1
         superset_app             |  * Debugger is active!
         superset_app             |  * Debugger PIN: 505-378-741
         superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
         superset_worker          | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
         superset_worker          |   "Flask-Caching: CACHE_TYPE is set to null, "


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] visakhmurukes commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
visakhmurukes commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-743969141


   I'm facing similar issue
   
   Skipping local overrides
   Starting web app...
    * Serving Flask app "superset.app:create_app()" (lazy loading)
    * Environment: development
    * Debug mode: on
    * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
    * Restarting with stat
   INFO:superset.utils.logging_configurator:logging was configured successfully
   /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
     "Flask-Caching: CACHE_TYPE is set to null, "
   ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) FATAL:  database "superset" does not exist
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nytai closed issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
nytai closed issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] 819635822 commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
819635822 commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-690129484


   i got the same problem `One or more build-args [NPM_BUILD_CMD] were not consumed`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] cpcaballero commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
cpcaballero commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-731766678


   Hi, I'm facing a similar problem. Here is an image of my containers
   ![image](https://user-images.githubusercontent.com/20589928/99908139-d40e3580-2d1b-11eb-91bc-cabbd900cdfb.png)
   
   With this I am still able to run it and log in but when I checked the logs for superset_init, it reached "Init Setup 4/4 Complete - Loading Examples" and nothing more.
   
   The other container (superset_tests_worker) has the same error message of "database test does not exist" seen here:
   ![image](https://user-images.githubusercontent.com/20589928/99908209-43842500-2d1c-11eb-85ca-db81ff570bbd.png)
   
   does anyone have an updated answer for this problem?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] matthalstead commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
matthalstead commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-686034347


   I have run this and the issue persists.
   
   traces below
   
       docker-compose build 
       redis uses an image, skipping
       db uses an image, skipping
       superset-node uses an image, skipping
       Building superset
       Step 1/5 : FROM preset/superset:dev
        ---> 5e7667de08c2
       Step 2/5 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/
        ---> Using cache
        ---> ddf4c4724995
       Step 3/5 : USER root
        ---> Using cache
        ---> 10b3edfcea19
       Step 4/5 : RUN cd /app     && pip install --no-cache -r requirements/docker.txt     && pip install --no-cache -r requirements/requirements-local.txt || true
        ---> Using cache
        ---> 89050c78ea52
       Step 5/5 : USER superset
        ---> Using cache
        ---> 7279eb38da83
   
       [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
       Successfully built 7279eb38da83
       Successfully tagged incubator-superset_superset:latest
       Building superset-init
       Step 1/5 : FROM preset/superset:dev
        ---> 5e7667de08c2
       Step 2/5 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/
        ---> Using cache
        ---> ddf4c4724995
       Step 3/5 : USER root
        ---> Using cache
        ---> 10b3edfcea19
       Step 4/5 : RUN cd /app     && pip install --no-cache -r requirements/docker.txt     && pip install --no-cache -r requirements/requirements-local.txt || true
        ---> Using cache
        ---> 89050c78ea52
       Step 5/5 : USER superset
        ---> Using cache
        ---> 7279eb38da83
   
       [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
       Successfully built 7279eb38da83
       Successfully tagged incubator-superset_superset-init:latest
       Building superset-worker
       Step 1/5 : FROM preset/superset:dev
        ---> 5e7667de08c2
       Step 2/5 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/
        ---> Using cache
        ---> ddf4c4724995
       Step 3/5 : USER root
        ---> Using cache
        ---> 10b3edfcea19
       Step 4/5 : RUN cd /app     && pip install --no-cache -r requirements/docker.txt     && pip install --no-cache -r requirements/requirements-local.txt || true
        ---> Using cache
        ---> 89050c78ea52
       Step 5/5 : USER superset
        ---> Using cache
        ---> 7279eb38da83
   
       [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
       Successfully built 7279eb38da83
       Successfully tagged incubator-superset_superset-worker:latest
       Building superset-tests-worker
       Step 1/5 : FROM preset/superset:dev
        ---> 5e7667de08c2
       Step 2/5 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/
        ---> Using cache
        ---> ddf4c4724995
       Step 3/5 : USER root
        ---> Using cache
        ---> 10b3edfcea19
       Step 4/5 : RUN cd /app     && pip install --no-cache -r requirements/docker.txt     && pip install --no-cache -r requirements/requirements-local.txt || true
        ---> Using cache
        ---> 89050c78ea52
       Step 5/5 : USER superset
        ---> Using cache
        ---> 7279eb38da83
   
       [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
       Successfully built 7279eb38da83
       Successfully tagged incubator-superset_superset-tests-worker:latest
   
   and docker compose up
   
       docker-compose up
       superset_cache is up-to-date
       superset_db is up-to-date
       superset_app is up-to-date
       Starting superset_tests_worker ... 
       Starting superset_tests_worker ... done
       Starting superset_init         ... done
       Starting superset_node         ... done
       Attaching to superset_cache, superset_db, superset_app, superset_worker, superset_tests_worker, superset_init, superset_node
       superset_init            | 
       superset_init            | ######################################################################
       superset_init            | 
       superset_init            | 
       superset_init            | Init Step 1/4 [Starting] -- Setting up admin user ( admin / admin )
       superset_init            | 
       superset_init            | 
       superset_init            | ######################################################################
       superset_init            | 
       superset_app             |  * Serving Flask app "superset.app:create_app()" (lazy loading)
       superset_app             |  * Environment: development
       superset_app             |  * Debug mode: on
       superset_app             |  * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
       superset_app             |  * Restarting with stat
       superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_app             |  * Debugger is active!
       superset_app             |  * Debugger PIN: 109-169-709
       superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_app             | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_app             |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:43:40] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:43:40] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:44:10] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:44:10] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:44:40] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:44:40] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:45:11] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:45:11] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:45:41] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:45:41] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:46:11] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:46:11] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:46:41] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:46:41] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:47:11] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:47:11] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:47:42] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:47:42] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:48:12] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:48:12] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:48:42] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:48:42] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:49:12] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:49:12] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:49:42] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:49:42] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:50:13] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:50:13] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:50:43] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:50:43] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:51:13] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:51:13] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:51:43] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:51:43] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:52:13] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:52:13] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:52:44] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:52:44] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:53:14] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:53:14] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:53:44] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:53:44] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:54:14] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:54:14] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:54:44] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:54:44] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:55:14] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:55:14] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:55:45] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:55:45] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:56:15] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:56:15] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:56:45] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:56:45] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:57:16] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:57:16] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:57:46] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:57:46] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:58:18] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:58:18] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:58:50] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:58:50] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:59:21] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:59:21] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 19:59:52] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 19:59:52] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:00:22] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:00:22] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:00:52] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:00:52] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:01:23] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:01:23] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:01:53] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:01:53] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:02:23] "GET /health HTTP/1.1" 200 -
       superset_cache           | 1:C 02 Sep 19:43:09.038 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
       superset_cache           |                 _._                                                  
       superset_cache           |            _.-``__ ''-._                                             
       superset_cache           |       _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000/0) 64 bit
       superset_cache           |   .-`` .-```.  ```\/    _.,_ ''-._                                   
       superset_cache           |  (    '      ,       .-`  | `,    )     Running in standalone mode
       superset_cache           |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
       superset_cache           |  |    `-._   `._    /     _.-'    |     PID: 1
       superset_cache           |   `-._    `-._  `-./  _.-'    _.-'                                   
       superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
       superset_cache           |  |    `-._`-._        _.-'_.-'    |           http://redis.io        
       superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'                                   
       superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
       superset_cache           |  |    `-._`-._        _.-'_.-'    |                                  
       superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'                                   
       superset_cache           |       `-._    `-.__.-'    _.-'                                       
       superset_cache           |           `-._        _.-'                                           
       superset_cache           |               `-.__.-'                                               
       superset_cache           | 
       superset_cache           | 1:M 02 Sep 19:43:09.044 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
       superset_cache           | 1:M 02 Sep 19:43:09.044 # Server started, Redis version 3.2.12
       superset_cache           | 1:M 02 Sep 19:43:09.044 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
       superset_cache           | 1:M 02 Sep 19:43:09.044 * The server is now ready to accept connections on port 6379
       superset_cache           | 1:signal-handler (1599077647) Received SIGTERM scheduling shutdown...
       superset_cache           | 1:M 02 Sep 20:14:07.103 # User requested shutdown...
       superset_cache           | 1:M 02 Sep 20:14:07.123 * Saving the final RDB snapshot before exiting.
       superset_cache           | 1:M 02 Sep 20:14:07.138 * DB saved on disk
       superset_cache           | 1:M 02 Sep 20:14:07.138 # Redis is now ready to exit, bye bye...
       superset_cache           | 1:C 02 Sep 20:14:51.801 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
       superset_cache           |                 _._                                                  
       superset_cache           |            _.-``__ ''-._                                             
       superset_cache           |       _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000/0) 64 bit
       superset_cache           |   .-`` .-```.  ```\/    _.,_ ''-._                                   
       superset_cache           |  (    '      ,       .-`  | `,    )     Running in standalone mode
       superset_cache           |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
       superset_cache           |  |    `-._   `._    /     _.-'    |     PID: 1
       superset_cache           |   `-._    `-._  `-./  _.-'    _.-'                                   
       superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
       superset_cache           |  |    `-._`-._        _.-'_.-'    |           http://redis.io        
       superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'                                   
       superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
       superset_cache           |  |    `-._`-._        _.-'_.-'    |                                  
       superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'                                   
       superset_cache           |       `-._    `-.__.-'    _.-'                                       
       superset_cache           |           `-._        _.-'                                           
       superset_cache           |               `-.__.-'                                               
       superset_cache           | 
       superset_cache           | 1:M 02 Sep 20:14:51.804 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
       superset_cache           | 1:M 02 Sep 20:14:51.804 # Server started, Redis version 3.2.12
       superset_cache           | 1:M 02 Sep 20:14:51.804 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
       superset_cache           | 1:M 02 Sep 20:14:51.804 * DB loaded from disk: 0.000 seconds
       superset_cache           | 1:M 02 Sep 20:14:51.804 * The server is now ready to accept connections on port 6379
       superset_cache           | 1:signal-handler (1599078359) Received SIGTERM scheduling shutdown...
       superset_cache           | 1:M 02 Sep 20:25:59.519 # User requested shutdown...
       superset_cache           | 1:M 02 Sep 20:25:59.521 * Saving the final RDB snapshot before exiting.
       superset_cache           | 1:M 02 Sep 20:25:59.536 * DB saved on disk
       superset_cache           | 1:M 02 Sep 20:25:59.536 # Redis is now ready to exit, bye bye...
       superset_cache           | 1:C 02 Sep 20:30:40.706 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
       superset_cache           |                 _._                                                  
       superset_cache           |            _.-``__ ''-._                                             
       superset_cache           |       _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000/0) 64 bit
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:02:23] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:02:53] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:02:53] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:03:23] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:03:23] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:03:53] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:03:53] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:04:23] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:04:23] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:04:54] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:04:54] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:05:24] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:05:24] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:05:54] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:05:54] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:06:24] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:06:24] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:06:54] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:06:54] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:07:24] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:07:24] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:07:54] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:07:54] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:08:24] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:08:24] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:08:54] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:08:54] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:09:25] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:09:25] "GET /health HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:33] "GET / HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:33] "GET / HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:33] "GET /superset/welcome HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:33] "GET /superset/welcome HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 -
       superset_cache           |   .-`` .-```.  ```\/    _.,_ ''-._                                   
       superset_cache           |  (    '      ,       .-`  | `,    )     Running in standalone mode
       superset_cache           |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
       superset_cache           |  |    `-._   `._    /     _.-'    |     PID: 1
       superset_cache           |   `-._    `-._  `-./  _.-'    _.-'                                   
       superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
       superset_cache           |  |    `-._`-._        _.-'_.-'    |           http://redis.io        
       superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'                                   
       superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
       superset_cache           |  |    `-._`-._        _.-'_.-'    |                                  
       superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'                                   
       superset_cache           |       `-._    `-.__.-'    _.-'                                       
       superset_cache           |           `-._        _.-'                                           
       superset_cache           |               `-.__.-'                                               
       superset_cache           | 
       superset_cache           | 1:M 02 Sep 20:30:40.711 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
       superset_cache           | 1:M 02 Sep 20:30:40.711 # Server started, Redis version 3.2.12
       superset_cache           | 1:M 02 Sep 20:30:40.711 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
       superset_cache           | 1:M 02 Sep 20:30:40.711 * DB loaded from disk: 0.000 seconds
       superset_cache           | 1:M 02 Sep 20:30:40.711 * The server is now ready to accept connections on port 6379
       superset_cache           | 1:signal-handler (1599081597) Received SIGTERM scheduling shutdown...
       superset_cache           | 1:M 02 Sep 21:19:57.667 # User requested shutdown...
       superset_cache           | 1:M 02 Sep 21:19:57.701 * Saving the final RDB snapshot before exiting.
       superset_cache           | 1:C 02 Sep 21:20:34.735 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
       superset_cache           |                 _._                                                  
       superset_cache           |            _.-``__ ''-._                                             
       superset_cache           |       _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000/0) 64 bit
       superset_cache           |   .-`` .-```.  ```\/    _.,_ ''-._                                   
       superset_cache           |  (    '      ,       .-`  | `,    )     Running in standalone mode
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-showSavedQuery-sqllab.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-showSavedQuery-sqllab.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/assets/preamble.3183e999.entry.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:34] "GET /static/assets/preamble.3183e999.entry.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-sqllab.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-sqllab.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-sqllab.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-sqllab.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/menu.3183e999.entry.js HTTP/1.1" 200 -
       superset_cache           |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
       superset_cache           |  |    `-._   `._    /     _.-'    |     PID: 1
       superset_cache           |   `-._    `-._  `-./  _.-'    _.-'                                   
       superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
       superset_cache           |  |    `-._`-._        _.-'_.-'    |           http://redis.io        
       superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'                                   
       superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
       superset_cache           |  |    `-._`-._        _.-'_.-'    |                                  
       superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'                                   
       superset_cache           |       `-._    `-.__.-'    _.-'                                       
       superset_cache           |           `-._        _.-'                                           
       superset_cache           |               `-.__.-'                                               
       superset_cache           | 
       superset_cache           | 1:M 02 Sep 21:20:34.757 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
       superset_cache           | 1:M 02 Sep 21:20:34.757 # Server started, Redis version 3.2.12
       superset_cache           | 1:M 02 Sep 21:20:34.757 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
       superset_cache           | 1:M 02 Sep 21:20:34.759 * DB loaded from disk: 0.002 seconds
       superset_cache           | 1:M 02 Sep 21:20:34.759 * The server is now ready to accept connections on port 6379
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/menu.3183e999.entry.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-sqllab.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-sqllab.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-showSavedQuery-sqllab.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-showSavedQuery-sqllab.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/theme.3183e999.entry.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/theme.3183e999.entry.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/vendors-major.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:35] "GET /static/assets/vendors-major.3183e999.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:36] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:36] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:36] "GET /static/assets/images/icons/dropdown-arrow.svg HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:36] "GET /static/assets/images/icons/dropdown-arrow.svg HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:36] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:36] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:36] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:36] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:49] "POST /login/ HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:49] "POST /login/ HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:09:49] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:09:49] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:09:55] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:09:55] "GET /health HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:10:15] "POST /login/ HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:10:15] "POST /login/ HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:10:15] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:10:15] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:10:25] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:10:25] "GET /health HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:10:55] "POST /login/ HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:10:55] "POST /login/ HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:10:55] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:10:55] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:10:55] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:10:55] "GET /health HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:11:05] "POST /login/ HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:11:05] "POST /login/ HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:11:05] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:11:05] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:11:25] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:11:25] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:11:55] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:11:55] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:12:25] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:12:25] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:12:55] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:12:55] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:13:26] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:13:26] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:13:56] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:13:56] "GET /health HTTP/1.1" 200 -
       superset_app             | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_app             |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_app             | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
       superset_app             |  * Serving Flask app "superset.app:create_app()" (lazy loading)
       superset_app             |  * Environment: development
       superset_app             |  * Debug mode: on
       superset_app             |  * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
       superset_app             |  * Restarting with stat
       superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_app             |  * Debugger is active!
       superset_app             |  * Debugger PIN: 101-992-573
       superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_app             | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_app             |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:15:22] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:15:22] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:15:53] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:15:53] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:16:23] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:16:23] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:16:53] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:16:53] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:17:23] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:17:23] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:17:54] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:17:54] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:18:24] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:18:24] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:18:55] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:18:55] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:19:25] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:19:25] "GET /health HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:19:36] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:19:36] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:19:45] "POST /login/ HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:19:45] "POST /login/ HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:19:45] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:19:45] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:19:56] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:19:56] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:19:56] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:19:56] "GET /health HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:20:10] "POST /login/ HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:20:10] "POST /login/ HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:20:10] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:20:10] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:20:28] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:20:28] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:20:59] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:20:59] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:21:36] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:21:36] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:22:08] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:22:08] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:22:39] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:22:39] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:23:09] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:23:09] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:23:39] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:23:39] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:24:09] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:24:09] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:24:40] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:24:40] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:25:10] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:25:10] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:25:40] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:25:40] "GET /health HTTP/1.1" 200 -
       superset_app             | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_app             |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_app             | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
       superset_app             |  * Serving Flask app "superset.app:create_app()" (lazy loading)
       superset_app             |  * Environment: development
       superset_app             |  * Debug mode: on
       superset_app             |  * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
       superset_app             |  * Restarting with stat
       superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_app             |  * Debugger is active!
       superset_app             |  * Debugger PIN: 505-378-741
       superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_app             | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_app             |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:31:12] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:31:12] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:31:42] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:31:42] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:32:12] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:32:12] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:32:42] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:32:42] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:33:12] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:33:12] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:33:43] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:33:43] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:34:13] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:34:13] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:34:44] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:34:44] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:35:14] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:35:14] "GET /health HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:39] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/preamble.e54023ac.entry.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/preamble.e54023ac.entry.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-showSavedQuery-sqllab.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-showSavedQuery-sqllab.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-sqllab.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-sqllab.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-sqllab.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-sqllab.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/menu.e54023ac.entry.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/menu.e54023ac.entry.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-sqllab.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:40] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-sqllab.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:41] "GET /static/assets/vendors-major.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:41] "GET /static/assets/vendors-major.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:41] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-showSavedQuery-sqllab.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:41] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-showSavedQuery-sqllab.e54023ac.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:41] "GET /static/assets/theme.e54023ac.entry.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:41] "GET /static/assets/theme.e54023ac.entry.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:42] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:42] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:42] "GET /static/assets/images/icons/dropdown-arrow.svg HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:42] "GET /static/assets/images/icons/dropdown-arrow.svg HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:42] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:42] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:35:46] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:35:46] "GET /health HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:54] "POST /login/ HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:54] "POST /login/ HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:35:54] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:35:54] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:36:15] "POST /login/ HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:36:15] "POST /login/ HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:36:15] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:36:15] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:36:17] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:36:17] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:36:47] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:36:47] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:37:18] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:37:18] "GET /health HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:46] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:46] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:47] "GET /static/assets/preamble.2341a7e7.entry.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:47] "GET /static/assets/preamble.2341a7e7.entry.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:47] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-showSavedQuery-sqllab.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:47] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-showSavedQuery-sqllab.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:47] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-sqllab.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:47] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-sqllab.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:47] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-sqllab.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:47] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-sqllab.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:47] "GET /static/assets/menu.2341a7e7.entry.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:47] "GET /static/assets/menu.2341a7e7.entry.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:48] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-showSavedQuery-sqllab.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:48] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-profile-showSavedQuery-sqllab.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:48] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-sqllab.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:48] "GET /static/assets/vendors-addSlice-crudViews-dashboard-explore-menu-preamble-profile-sqllab.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:48] "GET /static/assets/theme.2341a7e7.entry.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:48] "GET /static/assets/theme.2341a7e7.entry.js HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:48] "GET /static/assets/vendors-major.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:48] "GET /static/assets/vendors-major.2341a7e7.chunk.js HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:37:49] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:37:49] "GET /health HTTP/1.1" 200 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:55] "POST /login/ HTTP/1.1" 302 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:55] "POST /login/ HTTP/1.1" 302 -
       superset_app             | 172.20.0.1 - - [02/Sep/2020 20:37:55] "GET /login/ HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:172.20.0.1 - - [02/Sep/2020 20:37:55] "GET /login/ HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:38:19] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:38:19] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:38:49] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:38:49] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:39:19] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:39:19] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:39:49] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:39:49] "GET /health HTTP/1.1" 200 -
       superset_db              | The files belonging to this database system will be owned by user "postgres".
       superset_db              | This user must also own the server process.
       superset_db              | 
       superset_db              | The database cluster will be initialized with locale "en_US.utf8".
       superset_db              | The default database encoding has accordingly been set to "UTF8".
       superset_db              | The default text search configuration will be set to "english".
       superset_db              | 
       superset_db              | Data page checksums are disabled.
       superset_db              | 
       superset_db              | fixing permissions on existing directory /var/lib/postgresql/data ... ok
       superset_db              | creating subdirectories ... ok
       superset_db              | selecting default max_connections ... 100
       superset_db              | selecting default shared_buffers ... 128MB
       superset_db              | selecting default timezone ... Etc/UTC
       superset_db              | selecting dynamic shared memory implementation ... posix
       superset_db              | creating configuration files ... ok
       superset_db              | running bootstrap script ... ok
       superset_db              | performing post-bootstrap initialization ... ok
       superset_db              | syncing data to disk ... ok
       superset_db              | 
       superset_db              | Success. You can now start the database server using:
       superset_db              | 
       superset_db              |     pg_ctl -D /var/lib/postgresql/data -l logfile start
       superset_db              | 
       superset_db              | 
       superset_db              | WARNING: enabling "trust" authentication for local connections
       superset_db              | You can change this by editing pg_hba.conf or using the option -A, or
       superset_db              | --auth-local and --auth-host, the next time you run initdb.
       superset_db              | waiting for server to start....2020-09-02 19:43:11.420 UTC [46] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
       superset_db              | 2020-09-02 19:43:11.464 UTC [47] LOG:  database system was shut down at 2020-09-02 19:43:10 UTC
       superset_db              | 2020-09-02 19:43:11.473 UTC [46] LOG:  database system is ready to accept connections
       superset_db              |  done
       superset_db              | server started
       superset_db              | CREATE DATABASE
       superset_db              | 
       superset_db              | 
       superset_db              | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
       superset_db              | 
       superset_db              | waiting for server to shut down...2020-09-02 19:43:12.035 UTC [46] LOG:  received fast shutdown request
       superset_db              | .2020-09-02 19:43:12.037 UTC [46] LOG:  aborting any active transactions
       superset_db              | 2020-09-02 19:43:12.039 UTC [46] LOG:  worker process: logical replication launcher (PID 53) exited with exit code 1
       superset_db              | 2020-09-02 19:43:12.045 UTC [48] LOG:  shutting down
       superset_db              | 2020-09-02 19:43:12.061 UTC [46] LOG:  database system is shut down
       superset_db              |  done
       superset_db              | server stopped
       superset_db              | 
       superset_db              | PostgreSQL init process complete; ready for start up.
       superset_db              | 
       superset_db              | 2020-09-02 19:43:12.178 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
       superset_db              | 2020-09-02 19:43:12.179 UTC [1] LOG:  listening on IPv6 address "::", port 5432
       superset_db              | 2020-09-02 19:43:12.183 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
       superset_db              | 2020-09-02 19:43:12.205 UTC [64] LOG:  database system was shut down at 2020-09-02 19:43:12 UTC
       superset_db              | 2020-09-02 19:43:12.212 UTC [1] LOG:  database system is ready to accept connections
       superset_db              | 2020-09-02 19:43:14.873 UTC [72] FATAL:  database "test" does not exist
       superset_db              | 2020-09-02 20:14:07.068 UTC [1] LOG:  received smart shutdown request
       superset_db              | 2020-09-02 20:14:07.090 UTC [1] LOG:  worker process: logical replication launcher (PID 70) exited with exit code 1
       superset_db              | 2020-09-02 20:14:07.091 UTC [65] LOG:  shutting down
       superset_db              | 2020-09-02 20:14:07.188 UTC [1] LOG:  database system is shut down
       superset_db              | 
       superset_db              | PostgreSQL Database directory appears to contain a database; Skipping initialization
       superset_db              | 
       superset_db              | 2020-09-02 20:14:51.997 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
       superset_db              | 2020-09-02 20:14:51.997 UTC [1] LOG:  listening on IPv6 address "::", port 5432
       superset_db              | 2020-09-02 20:14:52.003 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
       superset_db              | 2020-09-02 20:14:52.025 UTC [25] LOG:  database system was shut down at 2020-09-02 20:14:07 UTC
       superset_db              | 2020-09-02 20:14:52.035 UTC [1] LOG:  database system is ready to accept connections
       superset_db              | 2020-09-02 20:14:57.041 UTC [32] FATAL:  database "test" does not exist
       superset_db              | 2020-09-02 20:25:59.457 UTC [1] LOG:  received smart shutdown request
       superset_db              | 2020-09-02 20:25:59.478 UTC [1] LOG:  worker process: logical replication launcher (PID 31) exited with exit code 1
       superset_db              | 2020-09-02 20:25:59.481 UTC [26] LOG:  shutting down
       superset_db              | 2020-09-02 20:25:59.533 UTC [1] LOG:  database system is shut down
       superset_db              | 
       superset_db              | PostgreSQL Database directory appears to contain a database; Skipping initialization
       superset_db              | 
       superset_db              | 2020-09-02 20:30:40.898 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:40:19] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:40:19] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:40:50] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:40:50] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:41:20] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:41:20] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:41:50] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:41:50] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:42:20] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:42:20] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:42:50] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:42:50] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:43:20] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:43:20] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:43:50] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:43:50] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:44:21] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:44:21] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:44:51] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:44:51] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:45:21] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:45:21] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:45:51] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:45:51] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:46:21] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:46:21] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:46:51] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:46:51] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:47:21] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:47:21] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:47:51] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:47:51] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:48:22] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:48:22] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:48:52] "GET /health HTTP/1.1" 200 -
       superset_db              | 2020-09-02 20:30:40.899 UTC [1] LOG:  listening on IPv6 address "::", port 5432
       superset_db              | 2020-09-02 20:30:40.906 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
       superset_db              | 2020-09-02 20:30:40.952 UTC [27] LOG:  database system was shut down at 2020-09-02 20:25:59 UTC
       superset_db              | 2020-09-02 20:30:40.965 UTC [1] LOG:  database system is ready to accept connections
       superset_db              | 2020-09-02 20:30:45.980 UTC [35] FATAL:  database "test" does not exist
       superset_db              | 2020-09-02 21:19:57.577 UTC [1] LOG:  received smart shutdown request
       superset_db              | 2020-09-02 21:19:57.620 UTC [37] FATAL:  terminating connection due to administrator command
       superset_db              | 2020-09-02 21:19:57.730 UTC [1] LOG:  worker process: logical replication launcher (PID 33) exited with exit code 1
       superset_db              | 
       superset_db              | PostgreSQL Database directory appears to contain a database; Skipping initialization
       superset_db              | 
       superset_db              | 2020-09-02 21:20:35.212 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
       superset_db              | 2020-09-02 21:20:35.212 UTC [1] LOG:  listening on IPv6 address "::", port 5432
       superset_db              | 2020-09-02 21:20:35.220 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
       superset_db              | 2020-09-02 21:20:35.264 UTC [28] LOG:  database system was shut down at 2020-09-02 21:19:58 UTC
       superset_db              | 2020-09-02 21:20:35.289 UTC [1] LOG:  database system is ready to accept connections
       superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_worker          | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_worker          |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_worker          | [2020-09-02 19:43:20,606: INFO/MainProcess] Connected to redis://redis:6379/0
       superset_worker          | [2020-09-02 19:43:20,623: INFO/MainProcess] mingle: searching for neighbors
       superset_worker          | [2020-09-02 19:43:21,651: INFO/MainProcess] mingle: all alone
       superset_worker          | [2020-09-02 19:43:21,670: INFO/MainProcess] celery@f91ff90ac11a ready.
       superset_worker          | 
       superset_worker          | worker: Warm shutdown (MainProcess)
       superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_worker          | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_worker          |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_worker          | [2020-09-02 20:15:01,337: INFO/MainProcess] Connected to redis://redis:6379/0
       superset_worker          | [2020-09-02 20:15:01,357: INFO/MainProcess] mingle: searching for neighbors
       superset_worker          | [2020-09-02 20:15:02,391: INFO/MainProcess] mingle: all alone
       superset_worker          | [2020-09-02 20:15:02,407: INFO/MainProcess] celery@f91ff90ac11a ready.
       superset_worker          | 
       superset_worker          | worker: Warm shutdown (MainProcess)
       superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_worker          | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_worker          |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_worker          | [2020-09-02 20:30:50,272: INFO/MainProcess] Connected to redis://redis:6379/0
       superset_worker          | [2020-09-02 20:30:50,290: INFO/MainProcess] mingle: searching for neighbors
       superset_worker          | [2020-09-02 20:30:51,322: INFO/MainProcess] mingle: all alone
       superset_worker          | [2020-09-02 20:30:51,340: INFO/MainProcess] celery@f91ff90ac11a ready.
       superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_worker          | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_worker          |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_worker          | [2020-09-02 21:20:42,825: INFO/MainProcess] Connected to redis://redis:6379/0
       superset_worker          | [2020-09-02 21:20:42,852: INFO/MainProcess] mingle: searching for neighbors
       superset_worker          | [2020-09-02 21:20:43,882: INFO/MainProcess] mingle: all alone
       superset_worker          | [2020-09-02 21:20:43,903: INFO/MainProcess] celery@f91ff90ac11a ready.
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:48:52] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:49:22] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:49:22] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:49:52] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:49:52] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:50:22] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:50:22] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:50:52] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:50:52] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:51:22] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:51:22] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:51:52] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:51:52] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:52:22] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:52:22] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:52:53] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:52:53] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:53:23] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:53:23] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:53:53] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:53:53] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:54:23] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:54:23] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:54:53] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:54:53] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:55:23] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:55:23] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:55:53] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:55:53] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:56:24] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:56:24] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:56:54] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:56:54] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:57:24] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:57:24] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:57:54] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:57:54] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:58:24] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:58:24] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:58:54] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:58:54] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:59:24] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:59:24] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 20:59:54] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 20:59:54] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:00:24] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:00:24] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:00:55] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:00:55] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:01:25] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:01:25] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:01:55] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:01:55] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:02:25] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:02:25] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:02:55] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:02:55] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:03:25] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:03:25] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:03:55] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:03:55] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:04:25] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:04:25] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:04:55] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:04:55] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:05:25] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:05:25] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:05:56] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:05:56] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:06:26] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:06:26] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:06:56] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:06:56] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:07:26] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:07:26] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:07:56] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:07:56] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:08:26] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:08:26] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:08:56] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:08:56] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:09:26] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:09:26] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:09:56] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:09:56] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:10:26] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:10:26] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:10:57] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:10:57] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:11:27] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:11:27] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:11:57] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:11:57] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:12:27] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:12:27] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:12:57] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:12:57] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:13:27] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:13:27] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:13:57] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:13:57] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:14:27] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:14:27] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:14:57] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:14:57] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:15:27] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:15:27] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:15:58] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:15:58] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:16:28] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:16:28] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:16:58] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:16:58] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:17:28] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:17:28] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:17:58] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:17:58] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:18:28] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:18:28] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:18:58] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:18:58] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:19:28] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:19:28] "GET /health HTTP/1.1" 200 -
       superset_app             |  * Serving Flask app "superset.app:create_app()" (lazy loading)
       superset_app             |  * Environment: development
       superset_app             |  * Debug mode: on
       superset_app             |  * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
       superset_app             |  * Restarting with stat
       superset_app             |  * Debugger is active!
       superset_app             |  * Debugger PIN: 126-331-717
       superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_app             | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_app             |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:21:04] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:21:04] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:21:34] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:21:34] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:22:04] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:22:04] "GET /health HTTP/1.1" 200 -
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:22:35] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:22:35] "GET /health HTTP/1.1" 200 -
       superset_init            | Traceback (most recent call last):
       superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 583, in _build_master
       superset_init            |     ws.require(__requires__)
       superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 900, in require
       superset_init            |     needed = self.resolve(parse_requirements(requirements))
       superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 791, in resolve
       superset_init            |     raise VersionConflict(dist, req).with_context(dependent_req)
       superset_init            | pkg_resources.ContextualVersionConflict: (pyarrow 1.0.1 (/usr/local/lib/python3.6/site-packages), Requirement.parse('pyarrow<0.18,>=0.17.0'), {'apache-superset'})
       superset_init            | 
       superset_init            | During handling of the above exception, another exception occurred:
       superset_init            | 
       superset_init            | Traceback (most recent call last):
       superset_init            |   File "/usr/local/bin/superset", line 6, in <module>
       superset_init            |     from pkg_resources import load_entry_point
       superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3251, in <module>
       superset_init            |     @_call_aside
       superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
       superset_init            |     f(*args, **kwargs)
       superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
       superset_init            |     working_set = WorkingSet._build_master()
       superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 585, in _build_master
       superset_init            |     return cls._build_from_requirements(__requires__)
       superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
       superset_init            |     dists = ws.resolve(reqs, Environment())
       superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 786, in resolve
       superset_init            |     raise DistributionNotFound(req, requirers)
       superset_init            | pkg_resources.DistributionNotFound: The 'pyarrow<0.18,>=0.17.0' distribution was not found and is required by apache-superset
       superset_init exited with code 1
       superset_tests_worker    | INFO:superset.utils.logging_configurator:logging was configured successfully
       superset_db              | 2020-09-02 21:22:55.924 UTC [42] FATAL:  database "test" does not exist
       superset_tests_worker    | /usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
       superset_tests_worker    |   "Flask-Caching: CACHE_TYPE is set to null, "
       superset_tests_worker    | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) FATAL:  database "test" does not exist
       superset_tests_worker    | 
       superset_tests_worker    | (Background on this error at: http://sqlalche.me/e/13/e3q8)
       superset_tests_worker    | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
       superset_tests_worker exited with code 1
       superset_node            | npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
       superset_node            | npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
       superset_node            | npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
       superset_node            | npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
       superset_node            | /usr/local/bin/webpack -> /usr/local/lib/node_modules/webpack/bin/webpack.js
       superset_node            | /usr/local/bin/webpack-cli -> /usr/local/lib/node_modules/webpack-cli/bin/cli.js
       superset_node            | npm WARN notsup Unsupported engine for watchpack-chokidar2@2.0.0: wanted: {"node":"<8.10.0"} (current: {"node":"10.22.0","npm":"6.14.6"})
       superset_node            | npm WARN notsup Not compatible with your version of node/npm: watchpack-chokidar2@2.0.0
       superset_node            | npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/webpack/node_modules/chokidar/node_modules/fsevents):
       superset_node            | npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
       superset_node            | npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/webpack/node_modules/watchpack-chokidar2/node_modules/chokidar/node_modules/fsevents):
       superset_node            | npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
       superset_node            | 
       superset_node            | + webpack-cli@3.3.12
       superset_node            | + webpack@4.44.1
       superset_node            | updated 2 packages in 9.265s
       superset_app             | 127.0.0.1 - - [02/Sep/2020 21:23:05] "GET /health HTTP/1.1" 200 -
       superset_app             | INFO:werkzeug:127.0.0.1 - - [02/Sep/2020 21:23:05] "GET /health HTTP/1.1" 200 -
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-685987984


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.87. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] dlinek commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
dlinek commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-694303160


   I got the same problem. I'm starting docker on Red Hat


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] willbarrett commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
willbarrett commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-686043643


   What version of Superset are you using? Is this based on the latest master?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] binbin135013 commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
binbin135013 commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-719149498


   can not login with admin/admin
   the latest master branch,docker-compose


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] willbarrett commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
willbarrett commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-686017298


   @matthalstead please try a `docker-compose build` with the latest master and tell us if the issue persists.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nytai commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-719161012


   What's the output/logs of the `superset_init` container? That container should be running the initialize process, including creating the admin user. If it fails then no user will be created 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] matthalstead commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
matthalstead commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-686048761


   Yes, latest master
   
     git log
     commit 7bccb38a60a28d08d8a29256050ffeeadaf0c591 (HEAD -> master, origin/master, origin/HEAD)
     Author: ʈᵃᵢ <td...@gmail.com>
     Date:   Wed Sep 2 11:48:21 2020 -0700
   
         feat: SIP-34 table list view for databases (#10705)
   
     commit 5a4370012b79766c2e03b949d99d3180b6456974
     Author: ʈᵃᵢ <td...@gmail.com>
     Date:   Wed Sep 2 11:07:37 2020 -0700
   
         refactor: convert DatasetList schema filter to use new distinct api (#10746)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] kensinxie commented on issue #10769: docker based superset starts, but errors in build and default login doesn't work

Posted by GitBox <gi...@apache.org>.
kensinxie commented on issue #10769:
URL: https://github.com/apache/incubator-superset/issues/10769#issuecomment-718521943


   I also got the same problem on my centOS


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org