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 2021/01/29 08:53:28 UTC

[GitHub] [superset] Tana8M opened a new issue #12827: Docker for testing Superset Failed in local

Tana8M opened a new issue #12827:
URL: https://github.com/apache/superset/issues/12827


   A clear and concise description of what the bug is Docker
   
   ### Expected results
   -I want to test superset dashboard.
   
   
   ### Actual results
   -When I login page , that no any thing in localhost:8088
   
   
   #### Screenshots
   
   ![Screen Shot 2564-01-29 at 15 50 25](https://user-images.githubusercontent.com/53141452/106253422-0c654f00-624a-11eb-8522-241ff18eeba6.png)
   
   


----------------------------------------------------------------
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] [superset] dongliang36k commented on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
dongliang36k commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-795342330


   i have same wrong


----------------------------------------------------------------
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] [superset] yerrochdi commented on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
yerrochdi commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-776646326


   same issue.
   - superset_init not running 
   superset_init            | ######################################################################
   superset_init            | 
   superset_init            | 
   superset_init            | Init Step 4/4 [Complete] -- Loading examples
   superset_init            | 
   superset_init            | 
   superset_init            | ######################################################################
   superset_init            | 
   superset_init exited with code 0
   
   - superset_tests_worker not runing 
   "Flask-Caching: CACHE_TYPE is set to null, "
   ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) FATAL:  database "test" does not exist
   
   thank you for help
   


----------------------------------------------------------------
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] [superset] WilixLead commented on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
WilixLead commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-800504516


   Hi! I am new in superset, but when I try docs in https://hub.docker.com/r/apache/superset - got empty response on 8080 (as docs say).
   When I change `docker run -d -p 8080:8080 --name superset apache/superset` to `docker run -d -p 8088:8088 --name superset apache/superset` - I got response on localhost:8088.
   Looks like mistake in docker-hub page


----------------------------------------------------------------
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] [superset] SuzGori commented on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
SuzGori commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-776719172


   @yerrochdi 
   test_worker is not important for me.
   this is "test".
   exit code 0 and work is important for me.


----------------------------------------------------------------
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] [superset] gorcurek commented on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
gorcurek commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-778056540


   did you guys follow https://superset.apache.org/docs/installation/installing-superset-using-docker-compose ? I have just tried it and got no error, all is running well on http://localhost:8088


----------------------------------------------------------------
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] [superset] acvander commented on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
acvander commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-770283572


   I experienced the same issue earlier. I followed the instructions in #9880 and increased the memory allocation in Docker to 8GB. 
   
   The `superset-node` service does take a long time to complete installing the node modules. For me it took at least 20 minutes. You can follow the logs using ```docker-compose logs superset-node```. 
   
   My logs looked like this while it was installing the modules
   `
   npm WARN using --force I sure hope you know what you are doing.
   /usr/local/bin/webpack-cli -> /usr/local/lib/node_modules/webpack-cli/bin/cli.js
   /usr/local/bin/webpack -> /usr/local/lib/node_modules/webpack/bin/webpack.js
    webpack-cli@4.4.0
    webpack@5.19.0
   added 131 packages from 161 contributors in 20.531s
   npm WARN using --force I sure hope you know what you are doing.
   `


----------------------------------------------------------------
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] [superset] SuzGori commented on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
SuzGori commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-770235594


   woops.
   
   superset-node is don't finished...


----------------------------------------------------------------
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] [superset] SuzGori removed a comment on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
SuzGori removed a comment on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-770229739


   same issue.
   
   superset-init done.
   
   but same page.
   
   superset-init logs below.
   
   ```
   INFO:superset.models.helpers:Importing new table_columns channel_name
   
   INFO:superset.models.helpers:Importing new table_columns member_name
   
   INFO:superset.models.helpers:Importing new tables exported_stats
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb72b103d0>
   
   INFO:superset.models.helpers:Importing new table_columns new_members
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_messages_private_channels
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_messages_public_channels
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_views_private_channels
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_views_public_channels
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_messages_dms
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_views_dms
   
   INFO:superset.models.helpers:Importing new table_columns date
   
   INFO:superset.models.helpers:Importing new table_columns daily_members_posting_messages
   
   INFO:superset.models.helpers:Importing new table_columns messages_in_shared_channels
   
   INFO:superset.models.helpers:Importing new table_columns messages_in_private_channels
   
   INFO:superset.models.helpers:Importing new table_columns messages_in_public_channels
   
   INFO:superset.models.helpers:Importing new table_columns weekly_members_posting_messages
   
   INFO:superset.models.helpers:Importing new table_columns public_channels_single_workspace
   
   INFO:superset.models.helpers:Importing new table_columns messages_in_dms
   
   INFO:superset.models.helpers:Importing new table_columns daily_active_members
   
   INFO:superset.models.helpers:Importing new table_columns weekly_active_members
   
   INFO:superset.models.helpers:Importing new table_columns full_members
   
   INFO:superset.models.helpers:Importing new table_columns messages_posted
   
   INFO:superset.models.helpers:Importing new table_columns total_membership
   
   INFO:superset.models.helpers:Importing new table_columns guests
   
   INFO:superset.models.helpers:Importing new table_columns name
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new tables covid_vaccines
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb7251be50>
   
   INFO:superset.models.helpers:Importing new table_columns clinical_stage
   
   INFO:superset.models.helpers:Importing new table_columns fda_approved_indications
   
   INFO:superset.models.helpers:Importing new table_columns anticipated_next_steps
   
   INFO:superset.models.helpers:Importing new table_columns ioc_country_code
   
   INFO:superset.models.helpers:Importing new table_columns clinical_trials_for_other_diseases_or_related_use
   
   INFO:superset.models.helpers:Importing new table_columns country_name
   
   INFO:superset.models.helpers:Importing new table_columns product_category
   
   INFO:superset.models.helpers:Importing new table_columns clinical_trials
   
   INFO:superset.models.helpers:Importing new table_columns date_last_updated
   
   INFO:superset.models.helpers:Importing new table_columns product_description
   
   INFO:superset.models.helpers:Importing new table_columns developer_or_researcher
   
   INFO:superset.models.helpers:Importing new table_columns stage_of_development
   
   INFO:superset.models.helpers:Importing new table_columns funder
   
   INFO:superset.models.helpers:Importing new table_columns published_results
   
   INFO:superset.models.helpers:Importing new table_columns sources
   
   INFO:superset.models.helpers:Importing new table_columns treatment_vs_vaccine
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new tables cleaned_sales_data
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb72f00b90>
   
   INFO:superset.models.helpers:Importing new table_columns order_date
   
   INFO:superset.models.helpers:Importing new table_columns price_each
   
   INFO:superset.models.helpers:Importing new table_columns sales
   
   INFO:superset.models.helpers:Importing new table_columns address_line1
   
   INFO:superset.models.helpers:Importing new table_columns address_line2
   
   INFO:superset.models.helpers:Importing new table_columns contact_last_name
   
   INFO:superset.models.helpers:Importing new table_columns contact_first_name
   
   INFO:superset.models.helpers:Importing new table_columns quantity_ordered
   
   INFO:superset.models.helpers:Importing new table_columns year
   
   INFO:superset.models.helpers:Importing new table_columns postal_code
   
   INFO:superset.models.helpers:Importing new table_columns customer_name
   
   INFO:superset.models.helpers:Importing new table_columns deal_size
   
   INFO:superset.models.helpers:Importing new table_columns state
   
   INFO:superset.models.helpers:Importing new table_columns status
   
   INFO:superset.models.helpers:Importing new table_columns order_line_number
   
   INFO:superset.models.helpers:Importing new table_columns order_number
   
   INFO:superset.models.helpers:Importing new table_columns month
   
   INFO:superset.models.helpers:Importing new table_columns quarter
   
   INFO:superset.models.helpers:Importing new table_columns msrp
   
   INFO:superset.models.helpers:Importing new table_columns product_code
   
   INFO:superset.models.helpers:Importing new table_columns product_line
   
   INFO:superset.models.helpers:Importing new table_columns city
   
   INFO:superset.models.helpers:Importing new table_columns country
   
   INFO:superset.models.helpers:Importing new table_columns phone
   
   INFO:superset.models.helpers:Importing new table_columns territory
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new tables channels
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb72005fd0>
   
   INFO:superset.models.helpers:Importing new table_columns topic__last_set
   
   INFO:superset.models.helpers:Importing new table_columns purpose__last_set
   
   INFO:superset.models.helpers:Importing new table_columns created
   
   INFO:superset.models.helpers:Importing new table_columns unlinked
   
   INFO:superset.models.helpers:Importing new table_columns topic__creator
   
   INFO:superset.models.helpers:Importing new table_columns purpose__creator
   
   INFO:superset.models.helpers:Importing new table_columns topic__value
   
   INFO:superset.models.helpers:Importing new table_columns purpose__value
   
   INFO:superset.models.helpers:Importing new table_columns parent_conversation
   
   INFO:superset.models.helpers:Importing new table_columns name_normalized
   
   INFO:superset.models.helpers:Importing new table_columns channel_id
   
   INFO:superset.models.helpers:Importing new table_columns creator
   
   INFO:superset.models.helpers:Importing new table_columns name
   
   INFO:superset.models.helpers:Importing new table_columns id
   
   INFO:superset.models.helpers:Importing new table_columns is_pending_ext_shared
   
   INFO:superset.models.helpers:Importing new table_columns is_ext_shared
   
   INFO:superset.models.helpers:Importing new table_columns is_org_shared
   
   INFO:superset.models.helpers:Importing new table_columns is_archived
   
   INFO:superset.models.helpers:Importing new table_columns is_channel
   
   INFO:superset.models.helpers:Importing new table_columns is_shared
   
   INFO:superset.models.helpers:Importing new table_columns is_general
   
   INFO:superset.models.helpers:Importing new table_columns is_private
   
   INFO:superset.models.helpers:Importing new table_columns is_member
   
   INFO:superset.models.helpers:Importing new table_columns is_group
   
   INFO:superset.models.helpers:Importing new table_columns is_mpim
   
   INFO:superset.models.helpers:Importing new table_columns is_im
   
   INFO:superset.models.helpers:Importing new table_columns num_members
   
   INFO:superset.models.helpers:Importing new table_columns pending_connected_team_ids
   
   INFO:superset.models.helpers:Importing new table_columns shared_team_ids
   
   INFO:superset.models.helpers:Importing new table_columns pending_shared
   
   INFO:superset.models.helpers:Importing new table_columns previous_names
   
   INFO:superset.models.helpers:Importing new table_columns members
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new tables channel_members
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb71ced510>
   
   INFO:superset.models.helpers:Importing new table_columns channel_id
   
   INFO:superset.models.helpers:Importing new table_columns user_id
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new tables FCC 2018 Survey
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb7140f0d0>
   
   INFO:superset.models.helpers:Importing new table_columns highest_degree_earned
   
   INFO:superset.models.helpers:Importing new table_columns job_location_preference
   
   INFO:superset.models.helpers:Importing new table_columns ethnic_minority
   
   INFO:superset.models.helpers:Importing new table_columns willing_to_relocate
   
   INFO:superset.models.helpers:Importing new table_columns developer_type
   
   INFO:superset.models.helpers:Importing new table_columns first_time_developer
   
   INFO:superset.models.helpers:Importing new table_columns gender
   
   INFO:superset.models.helpers:Importing new table_columns calc_first_time_dev
   
   INFO:superset.models.helpers:Importing new table_columns yt_codingtuts360
   
   INFO:superset.models.helpers:Importing new table_columns is_recv_disab_bnft
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_qa_engn
   
   INFO:superset.models.helpers:Importing new table_columns has_high_spd_ntnet
   
   INFO:superset.models.helpers:Importing new table_columns is_first_dev_job
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_ux_engn
   
   INFO:superset.models.helpers:Importing new table_columns bootcamp_have_loan
   
   INFO:superset.models.helpers:Importing new table_columns podcast_js_jabber
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_datasci
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_dataengn
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_khan_acdm
   
   INFO:superset.models.helpers:Importing new table_columns has_finance_depends
   
   INFO:superset.models.helpers:Importing new table_columns has_served_military
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_backend
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_teacher
   
   INFO:superset.models.helpers:Importing new table_columns months_job_search
   
   INFO:superset.models.helpers:Importing new table_columns student_debt_has
   
   INFO:superset.models.helpers:Importing new table_columns student_debt_amt
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_gamedev
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_code_wars
   
   INFO:superset.models.helpers:Importing new table_columns do_finance_support
   
   INFO:superset.models.helpers:Importing new table_columns last_yr_income
   
   INFO:superset.models.helpers:Importing new table_columns is_software_dev
   
   INFO:superset.models.helpers:Importing new table_columns money_for_learning
   
   INFO:superset.models.helpers:Importing new table_columns home_mrtg_has
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_mobile
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_infosec
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_fllstck
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_frntend
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_devops
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_projm
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_css_tricks
   
   INFO:superset.models.helpers:Importing new table_columns yt_cs_dojo
   
   INFO:superset.models.helpers:Importing new table_columns is_ethnic_minority
   
   INFO:superset.models.helpers:Importing new table_columns yt_mit_ocw
   
   INFO:superset.models.helpers:Importing new table_columns is_self_employed
   
   INFO:superset.models.helpers:Importing new table_columns home_mrtg_owe
   
   INFO:superset.models.helpers:Importing new table_columns yt_engn_truth
   
   INFO:superset.models.helpers:Importing new table_columns bootcamp_attend
   
   INFO:superset.models.helpers:Importing new table_columns yt_derekbanas
   
   INFO:superset.models.helpers:Importing new table_columns yt_learncodeacdm
   
   INFO:superset.models.helpers:Importing new table_columns podcast_changelog
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_hackerrank
   
   INFO:superset.models.helpers:Importing new table_columns podcast_devtea
   
   INFO:superset.models.helpers:Importing new table_columns podcast_sedaily
   
   INFO:superset.models.helpers:Importing new table_columns podcast_seradio
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_gamejam
   
   INFO:superset.models.helpers:Importing new table_columns podcast_geekspeak
   
   INFO:superset.models.helpers:Importing new table_columns podcast_talkpythonme
   
   INFO:superset.models.helpers:Importing new table_columns podcast_hanselmnts
   
   INFO:superset.models.helpers:Importing new table_columns podcast_syntaxfm
   
   INFO:superset.models.helpers:Importing new table_columns podcast_shoptalk
   
   INFO:superset.models.helpers:Importing new table_columns yt_mozillahacks
   
   INFO:superset.models.helpers:Importing new table_columns podcast_codingblcks
   
   INFO:superset.models.helpers:Importing new table_columns podcast_codenewbie
   
   INFO:superset.models.helpers:Importing new table_columns bootcamp_recommend
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_railsbrdg
   
   INFO:superset.models.helpers:Importing new table_columns bootcamp_finished
   
   INFO:superset.models.helpers:Importing new table_columns podcast_rubyrogues
   
   INFO:superset.models.helpers:Importing new table_columns job_relocate
   
   INFO:superset.models.helpers:Importing new table_columns debt_amt
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_codeacdm
   
   INFO:superset.models.helpers:Importing new table_columns podcast_fcc
   
   INFO:superset.models.helpers:Importing new table_columns podcast_codepenrd
   
   INFO:superset.models.helpers:Importing new table_columns podcast_fullstckrd
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_hackthn
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_udacity
   
   INFO:superset.models.helpers:Importing new table_columns podcast_ltcwm
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_coursera
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_djangogrls
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_startupwknd
   
   INFO:superset.models.helpers:Importing new table_columns podcast_progthrwdwn
   
   INFO:superset.models.helpers:Importing new table_columns expected_earn
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_egghead
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_railsgrls
   
   INFO:superset.models.helpers:Importing new table_columns has_children
   
   INFO:superset.models.helpers:Importing new table_columns podcast_frnthppyhr
   
   INFO:superset.models.helpers:Importing new table_columns yt_codingtrain
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_lynda
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_pluralsght
   
   INFO:superset.models.helpers:Importing new table_columns hours_learning
   
   INFO:superset.models.helpers:Importing new table_columns yt_simplilearn
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_wkndbtcmp
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_fcc
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_fcc
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_coderdojo
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_nodeschl
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_womenwc
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_confs
   
   INFO:superset.models.helpers:Importing new table_columns yt_fcc
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_girldevit
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_meetup
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_workshps
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_frntendmstr
   
   INFO:superset.models.helpers:Importing new table_columns num_children
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_udemy
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_edx
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_mdn
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_treehouse
   
   INFO:superset.models.helpers:Importing new table_columns yt_computerphile
   
   INFO:superset.models.helpers:Importing new table_columns yt_funfunfunct
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_so
   
   INFO:superset.models.helpers:Importing new table_columns yt_googledevs
   
   INFO:superset.models.helpers:Importing new table_columns yt_devtips
   
   INFO:superset.models.helpers:Importing new table_columns yt_simpleprog
   
   INFO:superset.models.helpers:Importing new table_columns yt_lvluptuts
   
   INFO:superset.models.helpers:Importing new table_columns time_start
   
   INFO:superset.models.helpers:Importing new table_columns time_total_sec
   
   INFO:superset.models.helpers:Importing new table_columns months_programming
   
   INFO:superset.models.helpers:Importing new table_columns age
   
   INFO:superset.models.helpers:Importing new table_columns ID
   
   INFO:superset.models.helpers:Importing new table_columns reasons_to_code_other
   
   INFO:superset.models.helpers:Importing new table_columns lang_at_home
   
   INFO:superset.models.helpers:Importing new table_columns when_appl_job
   
   INFO:superset.models.helpers:Importing new table_columns reasons_to_code
   
   INFO:superset.models.helpers:Importing new table_columns live_city_population
   
   INFO:superset.models.helpers:Importing new table_columns job_lctn_pref
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_other
   
   INFO:superset.models.helpers:Importing new table_columns curr_emplymnt_other
   
   INFO:superset.models.helpers:Importing new table_columns marital_status
   
   INFO:superset.models.helpers:Importing new table_columns bootcamp_name
   
   INFO:superset.models.helpers:Importing new table_columns podcast_other
   
   INFO:superset.models.helpers:Importing new table_columns school_major
   
   INFO:superset.models.helpers:Importing new table_columns job_pref
   
   INFO:superset.models.helpers:Importing new table_columns country_citizen
   
   INFO:superset.models.helpers:Importing new table_columns school_degree
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_other
   
   INFO:superset.models.helpers:Importing new table_columns curr_field
   
   INFO:superset.models.helpers:Importing new table_columns communite_time
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_other
   
   INFO:superset.models.helpers:Importing new table_columns country_live
   
   INFO:superset.models.helpers:Importing new table_columns curr_emplymnt
   
   INFO:superset.models.helpers:Importing new table_columns gender_other
   
   INFO:superset.models.helpers:Importing new table_columns time_end
   
   INFO:superset.models.helpers:Importing new table_columns network_id
   
   INFO:superset.models.helpers:Importing new table_columns yt_other
   
   INFO:superset.models.helpers:Updating table_columns gender
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new slices Work Location Preference
   
   INFO:superset.models.helpers:Importing new slices Weekly Threads
   
   INFO:superset.models.helpers:Importing new slices Weekly Messages
   
   INFO:superset.models.helpers:Importing new slices Video Game Sales filter
   
   INFO:superset.models.helpers:Importing new slices Vehicle Sales Filter
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Phase
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Phase
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country & Stage
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country & Stage
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Approach & Stage
   
   INFO:superset.models.helpers:Importing new slices Unicode Cloud
   
   INFO:superset.models.helpers:Importing new slices Total Sales per Market (Grouped by Genre)
   
   INFO:superset.models.helpers:Importing new slices Total Revenue
   
   INFO:superset.models.helpers:Importing new slices Total Items Sold (By Product Line)
   
   INFO:superset.models.helpers:Importing new slices Total Items Sold
   
   INFO:superset.models.helpers:Importing new slices Top Timezones
   
   INFO:superset.models.helpers:Importing new slices Top 15 Languages Spoken at Home
   
   INFO:superset.models.helpers:Importing new slices Top 10 Games: Proportion of Sales in Markets
   
   INFO:superset.models.helpers:Importing new slices Seasonality of Revenue (per Product Line)
   
   INFO:superset.models.helpers:Importing new slices Rise & Fall of Video Game Consoles
   
   INFO:superset.models.helpers:Importing new slices Revenue by Deal Size
   
   INFO:superset.models.helpers:Importing new slices ✈️ Relocation ability
   
   INFO:superset.models.helpers:Importing new slices Quarterly Sales (By Product Line)
   
   INFO:superset.models.helpers:Importing new slices Quarterly Sales
   
   INFO:superset.models.helpers:Importing new slices Publishers With Most Titles
   
   INFO:superset.models.helpers:Importing new slices Proportion of Revenue by Product Line
   
   INFO:superset.models.helpers:Importing new slices Preferred Employment Style
   
   INFO:superset.models.helpers:Importing new slices Popular Genres Across Platforms
   
   INFO:superset.models.helpers:Importing new slices Overall Sales (By Product Line)
   
   INFO:superset.models.helpers:Importing new slices Number of Members
   
   INFO:superset.models.helpers:Importing new slices # of Games That Hit 100k in Sales By Release Year
   
   INFO:superset.models.helpers:Importing new slices Number of Deals (for each Combination)
   
   INFO:superset.models.helpers:Importing new slices Number of Aspiring Developers
   
   INFO:superset.models.helpers:Importing new slices New Members per Month
   
   INFO:superset.models.helpers:Importing new slices Most Dominant Platforms
   
   INFO:superset.models.helpers:Importing new slices Messages per Channel
   
   INFO:superset.models.helpers:Importing new slices Members per Channel
   
   INFO:superset.models.helpers:Importing new slices Location of Current Developers
   
   INFO:superset.models.helpers:Importing new slices Last Year Income Distribution
   
   INFO:superset.models.helpers:Importing new slices How much do you expect to earn? ($0 - 100k)
   
   INFO:superset.models.helpers:Importing new slices How do you prefer to work?
   
   INFO:superset.models.helpers:Importing new slices Highest degree held
   
   INFO:superset.models.helpers:Importing new slices Gender
   
   INFO:superset.models.helpers:Importing new slices Games per Genre over time
   
   INFO:superset.models.helpers:Importing new slices Games per Genre
   
   INFO:superset.models.helpers:Importing new slices Games
   
   INFO:superset.models.helpers:Importing new slices First Time Developer & Commute Time
   
   INFO:superset.models.helpers:Importing new slices First Time Developer?
   
   INFO:superset.models.helpers:Importing new slices Filtering Vaccines
   
   INFO:superset.models.helpers:Importing new slices Filter Segments
   
   INFO:superset.models.helpers:Importing new slices Ethnic Minority & Gender
   
   INFO:superset.models.helpers:Importing new slices Degrees vs Income
   
   INFO:superset.models.helpers:Importing new slices Current Developers: Is this your first development job?
   
   INFO:superset.models.helpers:Importing new slices Cross Channel Relationship heatmap
   
   INFO:superset.models.helpers:Importing new slices Cross Channel Relationship
   
   INFO:superset.models.helpers:Importing new slices Country of Citizenship
   
   INFO:superset.models.helpers:Importing new slices Commute Time
   
   INFO:superset.models.helpers:Importing new slices Breakdown of Developer Type
   
   INFO:superset.models.helpers:Importing new slices Are you an ethnic minority in your city?
   
   INFO:superset.models.helpers:Importing new slices Age distribution of respondents
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<unicode-test>
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
   
   Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py]
   
   Loading examples metadata and related data into examples
   
   Creating default CSS templates
   
   Loading energy related dataset
   
   Creating table [wb_health_population] reference
   
   Loading [World Bank's Health Nutrition and Population Stats]
   
   Creating table [wb_health_population] reference
   
   Creating a World's Health Bank dashboard
   
   Loading [Birth names]
   
   Creating some slices
   
   Creating a dashboard
   
   Loading [Random time series data]
   
   Creating table [random_time_series] reference
   
   Creating a slice
   
   Loading [Random long/lat data]
   
   Done loading table!
   
   --------------------------------------------------------------------------------
   
   Creating table reference
   
   Creating a slice
   
   Loading [Country Map data]
   
   Done loading table!
   
   --------------------------------------------------------------------------------
   
   Creating table reference
   
   Creating a slice
   
   Loading [Multiformat time series]
   
   Done loading table!
   
   --------------------------------------------------------------------------------
   
   Creating table [multiformat_time_series] reference
   
   Creating Heatmap charts
   
   Loading [Paris GeoJson]
   
   Creating table paris_iris_mapping reference
   
   Loading [San Francisco population polygons]
   
   Creating table sf_population_polygons reference
   
   Loading [Flights data]
   
   Done loading table!
   
   Loading [BART lines]
   
   Creating table bart_lines reference
   
   Loading [Multi Line]
   
   Creating table [wb_health_population] reference
   
   Creating a World's Health Bank dashboard
   
   Creating some slices
   
   Creating a dashboard
   
   Loading [Misc Charts] dashboard
   
   Creating the dashboard
   
   Loading DECK.gl demo
   
   Loading deck.gl dashboard
   
   Creating Scatterplot slice
   
   Creating Screen Grid slice
   
   Creating Hex slice
   
   Creating Grid slice
   
   Creating Polygon slice
   
   Creating Arc slice
   
   Creating Path slice
   
   Creating a dashboard
   
   Loading [Tabbed dashboard]
   
   Creating a dashboard with nested tabs
   
   
   ######################################################################
   
   
   
   Init Step 4/4 [Complete] -- Loading examples
   
   
   
   ######################################################################
   
   
   Skipping local overrides
   
   
   ######################################################################
   
   
   
   Init Step 1/4 [Starting] -- Applying DB migrations
   
   
   
   ######################################################################
   
   
   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, "
   
   INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
   
   INFO [alembic.runtime.migration] Will assume transactional DDL.
   
   Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py]
   
   
   ######################################################################
   
   
   
   Init Step 1/4 [Complete] -- Applying DB migrations
   
   
   
   ######################################################################
   
   
   
   ######################################################################
   
   
   
   Init Step 2/4 [Starting] -- Setting up admin user ( admin / admin )
   
   
   
   ######################################################################
   
   
   INFO:superset.utils.logging_configurator:logging was configured successfully
   
   Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py]
   
   Recognized Database Authentications.
   
   Error! User already exists admin
   
   /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, "
   
   
   ######################################################################
   
   
   
   Init Step 2/4 [Complete] -- Setting up admin user
   
   
   
   ######################################################################
   
   
   
   ######################################################################
   
   
   
   Init Step 3/4 [Starting] -- Setting up roles and perms
   
   
   
   ######################################################################
   
   
   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, "
   
   INFO:superset.security.manager:Syncing role definition
   
   INFO:superset.security.manager:Syncing Admin perms
   
   INFO:superset.security.manager:Syncing Alpha perms
   
   INFO:superset.security.manager:Syncing Gamma perms
   
   INFO:superset.security.manager:Syncing granter perms
   
   INFO:superset.security.manager:Syncing sql_lab perms
   
   INFO:superset.security.manager:Fetching a set of all perms to lookup which ones are missing
   
   INFO:superset.security.manager:Creating missing datasource permissions.
   
   INFO:superset.security.manager:Creating missing database permissions.
   
   INFO:superset.security.manager:Cleaning faulty perms
   
   Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py]
   
   
   ######################################################################
   
   
   
   Init Step 3/4 [Complete] -- Setting up roles and perms
   
   
   
   ######################################################################
   
   
   
   ######################################################################
   
   
   
   Init Step 4/4 [Starting] -- Loading examples
   
   
   
   ######################################################################
   
   
   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, "
   
   DEBUG:superset.models.core:Database.get_sqla_engine(). Masked URL: postgresql://superset:XXXXXXXXXX@db:5432/superset
   
   INFO:superset.models.helpers:Updating tables video_game_sales
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6f7590>
   
   INFO:superset.models.helpers:Updating table_columns year
   
   INFO:superset.models.helpers:Updating table_columns na_sales
   
   INFO:superset.models.helpers:Updating table_columns eu_sales
   
   INFO:superset.models.helpers:Updating table_columns global_sales
   
   INFO:superset.models.helpers:Updating table_columns jp_sales
   
   INFO:superset.models.helpers:Updating table_columns other_sales
   
   INFO:superset.models.helpers:Updating table_columns rank
   
   INFO:superset.models.helpers:Updating table_columns genre
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating table_columns platform
   
   INFO:superset.models.helpers:Updating table_columns publisher
   
   DEBUG:superset.models.core:Database.get_sqla_engine(). Masked URL: postgresql://superset:XXXXXXXXXX@db:5432/superset
   
   INFO:superset.models.helpers:Updating tables users_channels
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f681250>
   
   INFO:superset.models.helpers:Updating table_columns user_id
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating tables users_channels-uzooNNtSRO
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f685510>
   
   INFO:superset.models.helpers:Updating table_columns channel_1
   
   INFO:superset.models.helpers:Updating table_columns channel_2
   
   INFO:superset.models.helpers:Updating table_columns cnt
   
   INFO:superset.models.helpers:Updating tables users
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6fa550>
   
   INFO:superset.models.helpers:Updating table_columns updated
   
   INFO:superset.models.helpers:Updating table_columns has_2fa
   
   INFO:superset.models.helpers:Updating table_columns real_name
   
   INFO:superset.models.helpers:Updating table_columns tz_label
   
   INFO:superset.models.helpers:Updating table_columns team_id
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating table_columns color
   
   INFO:superset.models.helpers:Updating table_columns id
   
   INFO:superset.models.helpers:Updating table_columns tz
   
   INFO:superset.models.helpers:Updating table_columns is_ultra_restricted
   
   INFO:superset.models.helpers:Updating table_columns is_primary_owner
   
   INFO:superset.models.helpers:Updating table_columns is_app_user
   
   INFO:superset.models.helpers:Updating table_columns is_admin
   
   INFO:superset.models.helpers:Updating table_columns is_bot
   
   INFO:superset.models.helpers:Updating table_columns is_restricted
   
   INFO:superset.models.helpers:Updating table_columns is_owner
   
   INFO:superset.models.helpers:Updating table_columns deleted
   
   INFO:superset.models.helpers:Updating table_columns tz_offset
   
   INFO:superset.models.helpers:Updating tables unicode_test
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f688090>
   
   INFO:superset.models.helpers:Updating table_columns with_missing
   
   INFO:superset.models.helpers:Updating table_columns phrase
   
   INFO:superset.models.helpers:Updating table_columns short_phrase
   
   INFO:superset.models.helpers:Updating table_columns dttm
   
   INFO:superset.models.helpers:Updating table_columns value
   
   INFO:superset.models.helpers:Updating tables threads
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f690690>
   
   INFO:superset.models.helpers:Updating table_columns ts
   
   INFO:superset.models.helpers:Updating table_columns client_msg_id
   
   INFO:superset.models.helpers:Updating table_columns channel_id
   
   INFO:superset.models.helpers:Updating table_columns thread_ts
   
   INFO:superset.models.helpers:Updating table_columns latest_reply
   
   INFO:superset.models.helpers:Updating table_columns team
   
   INFO:superset.models.helpers:Updating table_columns type
   
   INFO:superset.models.helpers:Updating table_columns user
   
   INFO:superset.models.helpers:Updating table_columns text
   
   INFO:superset.models.helpers:Updating table_columns subscribed
   
   INFO:superset.models.helpers:Updating table_columns reply_count
   
   INFO:superset.models.helpers:Updating table_columns reply_users
   
   INFO:superset.models.helpers:Updating table_columns blocks
   
   INFO:superset.models.helpers:Updating table_columns reply_users_count
   
   INFO:superset.models.helpers:Updating tables new_members_daily
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f697110>
   
   INFO:superset.models.helpers:Updating table_columns date
   
   INFO:superset.models.helpers:Updating table_columns new_members
   
   INFO:superset.models.helpers:Updating tables messages_channels
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f688250>
   
   INFO:superset.models.helpers:Updating table_columns ts
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating table_columns text
   
   INFO:superset.models.helpers:Updating tables messages
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6f7f50>
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__updated
   
   INFO:superset.mod
   
   els.helpers:Updating table_columns last_read
   
   INFO:superset.models.helpers:Updating table_columns ts
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__team_id
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__app_id
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__name
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__id
   
   INFO:superset.models.helpers:Updating table_columns parent_user_id
   
   INFO:superset.models.helpers:Updating table_columns client_msg_id
   
   INFO:superset.models.helpers:Updating table_columns icons__emoji
   
   INFO:superset.models.helpers:Updating table_columns channel_id
   
   INFO:superset.models.helpers:Updating table_columns source_team
   
   INFO:superset.models.helpers:Updating table_columns thread_ts
   
   INFO:superset.models.helpers:Updating table_columns old_name
   
   INFO:superset.models.helpers:Updating table_columns latest_reply
   
   INFO:superset.models.helpers:Updating table_columns user_team
   
   INFO:superset.models.helpers:Updating table_columns bot_id
   
   INFO:superset.models.helpers:Updating table_columns file_id
   
   INFO:superset.models.helpers:Updating table_columns username
   
   INFO:superset.models.helpers:Updating table_columns permalink
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating table_columns team
   
   INFO:superset.models.helpers:Updating table_columns subtype
   
   INFO:superset.models.helpers:Updating table_columns topic
   
   INFO:superset.models.helpers:Updating table_columns inviter
   
   INFO:superset.models.helpers:Updating table_columns purpose
   
   INFO:superset.models.helpers:Updating table_columns type
   
   INFO:superset.models.helpers:Updating table_columns user
   
   INFO:superset.models.helpers:Updating table_columns text
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__deleted
   
   INFO:superset.models.helpers:Updating table_columns display_as_bot
   
   INFO:superset.models.helpers:Updating table_columns is_delayed_message
   
   INFO:superset.models.helpers:Updating table_columns is_starred
   
   INFO:superset.models.helpers:Updating table_columns is_intro
   
   INFO:superset.models.helpers:Updating table_columns upload
   
   INFO:superset.models.helpers:Updating table_columns subscribed
   
   INFO:superset.models.helpers:Updating table_columns reply_users_count
   
   INFO:superset.models.helpers:Updating table_columns unread_count
   
   INFO:superset.models.helpers:Updating table_columns reply_count
   
   INFO:superset.models.helpers:Updating table_columns file_ids
   
   INFO:superset.models.helpers:Updating table_columns pinned_to
   
   INFO:superset.models.helpers:Updating table_columns reply_users
   
   INFO:superset.models.helpers:Updating table_columns reactions
   
   INFO:superset.models.helpers:Updating table_columns blocks
   
   INFO:superset.models.helpers:Updating tables members_channels_2
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f69ec10>
   
   INFO:superset.models.helpers:Updating table_columns channel_name
   
   INFO:superset.models.helpers:Updating table_columns member_name
   
   INFO:superset.models.helpers:Updating tables exported_stats
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6a2710>
   
   INFO:superset.models.helpers:Updating table_columns new_members
   
   INFO:superset.models.helpers:Updating table_columns percent_of_messages_private_channels
   
   INFO:superset.models.helpers:Updating table_columns percent_of_messages_public_channels
   
   INFO:superset.models.helpers:Updating table_columns percent_of_views_private_channels
   
   INFO:superset.models.helpers:Updating table_columns percent_of_views_public_channels
   
   INFO:superset.models.helpers:Updating table_columns percent_of_messages_dms
   
   INFO:superset.models.helpers:Updating table_columns percent_of_views_dms
   
   INFO:superset.models.helpers:Updating table_columns date
   
   INFO:superset.models.helpers:Updating table_columns daily_members_posting_messages
   
   INFO:superset.models.helpers:Updating table_columns messages_in_shared_channels
   
   INFO:superset.models.helpers:Updating table_columns messages_in_private_channels
   
   INFO:superset.models.helpers:Updating table_columns messages_in_public_channels
   
   INFO:superset.models.helpers:Updating table_columns weekly_members_posting_messages
   
   INFO:superset.models.helpers:Updating table_columns public_channels_single_workspace
   
   INFO:superset.models.helpers:Updating table_columns messages_in_dms
   
   INFO:superset.models.helpers:Updating table_columns daily_active_members
   
   INFO:superset.models.helpers:Updating table_columns weekly_active_members
   
   INFO:superset.models.helpers:Updating table_columns full_members
   
   INFO:superset.models.helpers:Updating table_columns messages_posted
   
   INFO:superset.models.helpers:Updating table_columns total_membership
   
   INFO:superset.models.helpers:Updating table_columns guests
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating tables covid_vaccines
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6b0410>
   
   INFO:superset.models.helpers:Updating table_columns clinical_stage
   
   INFO:superset.models.helpers:Updating table_columns fda_approved_indications
   
   INFO:superset.models.helpers:Updating table_columns anticipated_next_steps
   
   INFO:superset.models.helpers:Updating table_columns ioc_country_code
   
   INFO:superset.models.helpers:Updating table_columns clinical_trials_for_other_diseases_or_related_use
   
   INFO:superset.models.helpers:Updating table_columns country_name
   
   INFO:superset.models.helpers:Updating table_columns product_category
   
   INFO:superset.models.helpers:Updating table_columns clinical_trials
   
   INFO:superset.models.helpers:Updating table_columns date_last_updated
   
   INFO:superset.models.helpers:Updating table_columns product_description
   
   INFO:superset.models.helpers:Updating table_columns developer_or_researcher
   
   INFO:superset.models.helpers:Updating table_columns stage_of_development
   
   INFO:superset.models.helpers:Updating table_columns funder
   
   INFO:superset.models.helpers:Updating table_columns published_results
   
   INFO:superset.models.helpers:Updating table_columns sources
   
   INFO:superset.models.helpers:Updating table_columns treat
   
   ment_vs_vaccine
   
   INFO:superset.models.helpers:Updating tables cleaned_sales_data
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6b42d0>
   
   INFO:superset.models.helpers:Updating table_columns order_date
   
   INFO:superset.models.helpers:Updating table_columns price_each
   
   INFO:superset.models.helpers:Updating table_columns sales
   
   INFO:superset.models.helpers:Updating table_columns address_line1
   
   INFO:superset.models.helpers:Updating table_columns address_line2
   
   INFO:superset.models.helpers:Updating table_columns contact_last_name
   
   INFO:superset.models.helpers:Updating table_columns contact_first_name
   
   INFO:superset.models.helpers:Updating table_columns quantity_ordered
   
   INFO:superset.models.helpers:Updating table_columns year
   
   INFO:superset.models.helpers:Updating table_columns postal_code
   
   INFO:superset.models.helpers:Updating table_columns customer_name
   
   INFO:superset.models.helpers:Updating table_columns deal_size
   
   INFO:superset.models.helpers:Updating table_columns state
   
   INFO:superset.models.helpers:Updating table_columns status
   
   INFO:superset.models.helpers:Updating table_columns order_line_number
   
   INFO:superset.models.helpers:Updating table_columns order_number
   
   INFO:superset.models.helpers:Updating table_columns month
   
   INFO:superset.models.helpers:Updating table_columns quarter
   
   INFO:superset.models.helpers:Updating table_columns msrp
   
   INFO:superset.models.helpers:Updating table_columns product_code
   
   INFO:superset.models.helpers:Updating table_columns product_line
   
   INFO:superset.models.helpers:Updating table_columns city
   
   INFO:superset.models.helpers:Updating table_columns country
   
   INFO:superset.models.helpers:Updating table_columns phone
   
   INFO:superset.models.helpers:Updating table_columns territory
   
   INFO:superset.models.helpers:Updating tables channels
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6b8050>
   
   INFO:superset.models.helpers:Updating table_columns topic__last_set
   
   INFO:superset.models.helpers:Updating table_columns purpose__last_set
   
   INFO:superset.models.helpers:Updating table_columns created
   
   INFO:superset.models.helpers:Updating table_columns unlinked
   
   INFO:superset.models.helpers:Updating table_columns topic__creator
   
   INFO:superset.models.helpers:Updating table_columns purpose__creator
   
   INFO:superset.models.helpers:Updating table_columns topic__value
   
   INFO:superset.models.helpers:Updating table_columns purpose__value
   
   INFO:superset.models.helpers:Updating table_columns parent_conversation
   
   INFO:superset.models.helpers:Updating table_columns name_normalized
   
   INFO:superset.models.helpers:Updating table_columns channel_id
   
   INFO:superset.models.helpers:Updating table_columns creator
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating table_columns id
   
   INFO:superset.models.helpers:Updating table_columns is_pending_ext_shared
   
   INFO:superset.models.helpers:Updating table_columns is_ext_shared
   
   INFO:superset.models.helpers:Updating table_columns is_org_shared
   
   INFO:superset.models.helpers:Updating table_columns is_archived
   
   INFO:superset.models.helpers:Updating table_columns is_channel
   
   INFO:superset.models.helpers:Updating table_columns is_shared
   
   INFO:superset.models.helpers:Updating table_columns is_general
   
   INFO:superset.models.helpers:Updating table_columns is_private
   
   INFO:superset.models.helpers:Updating table_columns is_member
   
   INFO:superset.models.helpers:Updating table_columns is_group
   
   INFO:superset.models.helpers:Updating table_columns is_mpim
   
   INFO:superset.models.helpers:Updating table_columns is_im
   
   INFO:superset.models.helpers:Updating table_columns num_members
   
   INFO:superset.models.helpers:Updating table_columns pending_connected_team_ids
   
   INFO:superset.models.helpers:Updating table_columns shared_team_ids
   
   INFO:superset.models.helpers:Updating table_columns pending_shared
   
   INFO:superset.models.helpers:Updating table_columns previous_names
   
   INFO:superset.models.helpers:Updating table_columns members
   
   INFO:superset.models.helpers:Updating tables channel_members
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6bbcd0>
   
   INFO:superset.models.helpers:Updating table_columns channel_id
   
   INFO:superset.models.helpers:Updating table_columns user_id
   
   INFO:superset.models.helpers:Updating tables FCC 2018 Survey
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6425d0>
   
   INFO:superset.models.helpers:Updating table_columns highest_degree_earned
   
   INFO:superset.models.helpers:Updating table_columns job_location_preference
   
   INFO:superset.models.helpers:Updating table_columns ethnic_minority
   
   INFO:superset.models.helpers:Updating table_columns willing_to_relocate
   
   INFO:superset.models.helpers:Updating table_columns developer_type
   
   INFO:superset.models.helpers:Updating table_columns first_time_developer
   
   INFO:superset.models.helpers:Updating table_columns gender
   
   INFO:superset.models.helpers:Updating table_columns calc_first_time_dev
   
   INFO:superset.models.helpers:Updating table_columns yt_codingtuts360
   
   INFO:superset.models.helpers:Updating table_columns is_recv_disab_bnft
   
   INFO:superset.models.helpers:Updating table_columns job_intr_qa_engn
   
   INFO:superset.models.helpers:Updating table_columns has_high_spd_ntnet
   
   INFO:superset.models.helpers:Updating table_columns is_first_dev_job
   
   INFO:superset.models.helpers:Updating table_columns job_intr_ux_engn
   
   INFO:superset.models.helpers:Updating table_columns bootcamp_have_loan
   
   INFO:superset.models.helpers:Updating table_columns podcast_js_jabber
   
   INFO:superset.models.helpers:Updating table_columns job_intr_datasci
   
   INFO:superset.models.helpers:Updating table_columns job_intr_dataengn
   
   INFO:superset.models.helpers:Updating table_columns rsrc_khan_acdm
   
   INFO:superset.models.helpers:Updating table_columns has_finance_depends
   
   INFO:superset.models.helpers:Updating table_columns has_served_military
   
   INFO:superset.models.helpers:Updating table_columns job_intr_backend
   
   INFO:superset.models.helpers:Updating table_columns job_intr_teacher
   
   INFO:superset.models.helpers:Updating table_columns months_job_search
   
   INFO:superset.models.helpers:Updating table_columns student_debt_has
   
   INFO:superset.models.helpers:Updating table_columns student_debt_amt
   
   INFO:superset.models.helpers:Updating table_columns job_intr_gamedev
   
   INFO:superset.models.helpers:Updating table_columns rsrc_code_wars
   
   INFO:superset.models.helpers:Updating table_columns do_finance_support
   
   INFO:superset.models.helpers:Updating table_columns last_yr_income
   
   INFO:superset.models.helpers:Updating table_columns is_software_dev
   
   INFO:superset.models.helpers:Updating table_columns money_for_learning
   
   INFO:superset.models.helpers:Updating table_columns home_
   
   mrtg_has
   
   INFO:superset.models.helpers:Updating table_columns job_intr_mobile
   
   INFO:superset.models.helpers:Updating table_columns job_intr_infosec
   
   INFO:superset.models.helpers:Updating table_columns job_intr_fllstck
   
   INFO:superset.models.helpers:Updating table_columns job_intr_frntend
   
   INFO:superset.models.helpers:Updating table_columns job_intr_devops
   
   INFO:superset.models.helpers:Updating table_columns job_intr_projm
   
   INFO:superset.models.helpers:Updating table_columns rsrc_css_tricks
   
   INFO:superset.models.helpers:Updating table_columns yt_cs_dojo
   
   INFO:superset.models.helpers:Updating table_columns is_ethnic_minority
   
   INFO:superset.models.helpers:Updating table_columns yt_mit_ocw
   
   INFO:superset.models.helpers:Updating table_columns is_self_employed
   
   INFO:superset.models.helpers:Updating table_columns home_mrtg_owe
   
   INFO:superset.models.helpers:Updating table_columns yt_engn_truth
   
   INFO:superset.models.helpers:Updating table_columns bootcamp_attend
   
   INFO:superset.models.helpers:Updating table_columns yt_derekbanas
   
   INFO:superset.models.helpers:Updating table_columns yt_learncodeacdm
   
   INFO:superset.models.helpers:Updating table_columns podcast_changelog
   
   INFO:superset.models.helpers:Updating table_columns rsrc_hackerrank
   
   INFO:superset.models.helpers:Updating table_columns podcast_devtea
   
   INFO:superset.models.helpers:Updating table_columns podcast_sedaily
   
   INFO:superset.models.helpers:Updating table_columns podcast_seradio
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_gamejam
   
   INFO:superset.models.helpers:Updating table_columns podcast_geekspeak
   
   INFO:superset.models.helpers:Updating table_columns podcast_talkpythonme
   
   INFO:superset.models.helpers:Updating table_columns podcast_hanselmnts
   
   INFO:superset.models.helpers:Updating table_columns podcast_syntaxfm
   
   INFO:superset.models.helpers:Updating table_columns podcast_shoptalk
   
   INFO:superset.models.helpers:Updating table_columns yt_mozillahacks
   
   INFO:superset.models.helpers:Updating table_columns podcast_codingblcks
   
   INFO:superset.models.helpers:Updating table_columns podcast_codenewbie
   
   INFO:superset.models.helpers:Updating table_columns bootcamp_recommend
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_railsbrdg
   
   INFO:superset.models.helpers:Updating table_columns bootcamp_finished
   
   INFO:superset.models.helpers:Updating table_columns podcast_rubyrogues
   
   INFO:superset.models.helpers:Updating table_columns job_relocate
   
   INFO:superset.models.helpers:Updating table_columns debt_amt
   
   INFO:superset.models.helpers:Updating table_columns rsrc_codeacdm
   
   INFO:superset.models.helpers:Updating table_columns podcast_fcc
   
   INFO:superset.models.helpers:Updating table_columns podcast_codepenrd
   
   INFO:superset.models.helpers:Updating table_columns podcast_fullstckrd
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_hackthn
   
   INFO:superset.models.helpers:Updating table_columns rsrc_udacity
   
   INFO:superset.models.helpers:Updating table_columns podcast_ltcwm
   
   INFO:superset.models.helpers:Updating table_columns rsrc_coursera
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_djangogrls
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_startupwknd
   
   INFO:superset.models.helpers:Updating table_columns podcast_progthrwdwn
   
   INFO:superset.models.helpers:Updating table_columns expected_earn
   
   INFO:superset.models.helpers:Updating table_columns rsrc_egghead
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_railsgrls
   
   INFO:superset.models.helpers:Updating table_columns has_children
   
   INFO:superset.models.helpers:Updating table_columns podcast_frnthppyhr
   
   INFO:superset.models.helpers:Updating table_columns yt_codingtrain
   
   INFO:superset.models.helpers:Updating table_columns rsrc_lynda
   
   INFO:superset.models.helpers:Updating table_columns rsrc_pluralsght
   
   INFO:superset.models.helpers:Updating table_columns hours_learning
   
   INFO:superset.models.helpers:Updating table_columns yt_simplilearn
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_wkndbtcmp
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_fcc
   
   INFO:superset.models.helpers:Updating table_columns rsrc_fcc
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_coderdojo
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_nodeschl
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_womenwc
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_confs
   
   INFO:superset.models.helpers:Updating table_columns yt_fcc
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_girldevit
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_meetup
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_workshps
   
   INFO:superset.models.helpers:Updating table_columns rsrc_frntendmstr
   
   INFO:superset.models.helpers:Updating table_columns num_children
   
   INFO:superset.models.helpers:Updating table_columns rsrc_udemy
   
   INFO:superset.models.helpers:Updating table_columns rsrc_edx
   
   INFO:superset.models.helpers:Updating table_columns rsrc_mdn
   
   INFO:superset.models.helpers:Updating table_columns rsrc_treehouse
   
   INFO:superset.models.helpers:Updating table_columns yt_computerphile
   
   INFO:superset.models.helpers:Updating table_columns yt_funfunfunct
   
   INFO:superset.models.helpers:Updating table_columns rsrc_so
   
   INFO:superset.models.helpers:Updating table_columns yt_googledevs
   
   INFO:superset.models.helpers:Updating table_columns yt_devtips
   
   INFO:superset.models.helpers:Updating table_columns yt_simpleprog
   
   INFO:superset.models.helpers:Updating table_columns yt_lvluptuts
   
   INFO:superset.models.helpers:Updating table_columns time_start
   
   INFO:superset.models.helpers:Updating table_columns time_total_sec
   
   INFO:superset.models.helpers:Updating table_columns months_programming
   
   INFO:superset.models.helpers:Updating table_columns age
   
   INFO:superset.models.helpers:Updating table_columns ID
   
   INFO:superset.models.helpers:Updating table_columns reasons_to_code_other
   
   INFO:superset.models.helpers:Updating table_columns lang_at_home
   
   INFO:superset.models.helpers:Updating table_columns when_appl_job
   
   INFO:superset.models.helpers:Updating table_columns reasons_to_code
   
   INFO:superset.models.helpers:Updating table_columns live_city_population
   
   INFO:superset.models.helpers:Updating table_columns job_lctn_pref
   
   INFO:superset.models.helpers:Updating table_columns job_intr_other
   
   INFO:superset.models.helpers:Updating table_columns curr_emplymnt_other
   
   INFO:superset.models.helpers:Updating table_columns marital_status
   
   INFO:superset.models.helpers:Updating table_columns bootcamp_name
   
   INFO:superset.models.helpers:Updating table_columns
   
   podcast_other
   
   INFO:superset.models.helpers:Updating table_columns school_major
   
   INFO:superset.models.helpers:Updating table_columns job_pref
   
   INFO:superset.models.helpers:Updating table_columns country_citizen
   
   INFO:superset.models.helpers:Updating table_columns school_degree
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_other
   
   INFO:superset.models.helpers:Updating table_columns curr_field
   
   INFO:superset.models.helpers:Updating table_columns communite_time
   
   INFO:superset.models.helpers:Updating table_columns rsrc_other
   
   INFO:superset.models.helpers:Updating table_columns country_live
   
   INFO:superset.models.helpers:Updating table_columns curr_emplymnt
   
   INFO:superset.models.helpers:Updating table_columns gender_other
   
   INFO:superset.models.helpers:Updating table_columns time_end
   
   INFO:superset.models.helpers:Updating table_columns network_id
   
   INFO:superset.models.helpers:Updating table_columns yt_other
   
   INFO:superset.models.helpers:Updating table_columns gender
   
   INFO:superset.models.helpers:Updating slices Work Location Preference
   
   INFO:superset.models.helpers:Updating slices Weekly Threads
   
   INFO:superset.models.helpers:Updating slices Weekly Messages
   
   INFO:superset.models.helpers:Updating slices Video Game Sales filter
   
   INFO:superset.models.helpers:Updating slices Vehicle Sales Filter
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Phase
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Phase
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Country & Stage
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Country & Stage
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Country
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Country
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Approach & Stage
   
   INFO:superset.models.helpers:Updating slices Unicode Cloud
   
   INFO:superset.models.helpers:Updating slices Total Sales per Market (Grouped by Genre)
   
   INFO:superset.models.helpers:Updating slices Total Revenue
   
   INFO:superset.models.helpers:Updating slices Total Items Sold (By Product Line)
   
   INFO:superset.models.helpers:Updating slices Total Items Sold
   
   INFO:superset.models.helpers:Updating slices Top Timezones
   
   INFO:superset.models.helpers:Updating slices Top 15 Languages Spoken at Home
   
   INFO:superset.models.helpers:Updating slices Top 10 Games: Proportion of Sales in Markets
   
   INFO:superset.models.helpers:Updating slices Seasonality of Revenue (per Product Line)
   
   INFO:superset.models.helpers:Updating slices Rise & Fall of Video Game Consoles
   
   INFO:superset.models.helpers:Updating slices Revenue by Deal Size
   
   INFO:superset.models.helpers:Updating slices ✈️ Relocation ability
   
   INFO:superset.models.helpers:Updating slices Quarterly Sales (By Product Line)
   
   INFO:superset.models.helpers:Updating slices Quarterly Sales
   
   INFO:superset.models.helpers:Updating slices Publishers With Most Titles
   
   INFO:superset.models.helpers:Updating slices Proportion of Revenue by Product Line
   
   INFO:superset.models.helpers:Updating slices Preferred Employment Style
   
   INFO:superset.models.helpers:Updating slices Popular Genres Across Platforms
   
   INFO:superset.models.helpers:Updating slices Overall Sales (By Product Line)
   
   INFO:superset.models.helpers:Updating slices Number of Members
   
   INFO:superset.models.helpers:Updating slices # of Games That Hit 100k in Sales By Release Year
   
   INFO:superset.models.helpers:Updating slices Number of Deals (for each Combination)
   
   INFO:superset.models.helpers:Updating slices Number of Aspiring Developers
   
   INFO:superset.models.helpers:Updating slices New Members per Month
   
   INFO:superset.models.helpers:Updating slices Most Dominant Platforms
   
   INFO:superset.models.helpers:Updating slices Messages per Channel
   
   INFO:superset.models.helpers:Updating slices Members per Channel
   
   INFO:superset.models.helpers:Updating slices Location of Current Developers
   
   INFO:superset.models.helpers:Updating slices Last Year Income Distribution
   
   INFO:superset.models.helpers:Updating slices How much do you expect to earn? ($0 - 100k)
   
   INFO:superset.models.helpers:Updating slices How do you prefer to work?
   
   INFO:superset.models.helpers:Updating slices Highest degree held
   
   INFO:superset.models.helpers:Updating slices Gender
   
   INFO:superset.models.helpers:Updating slices Games per Genre over time
   
   INFO:superset.models.helpers:Updating slices Games per Genre
   
   INFO:superset.models.helpers:Updating slices Games
   
   INFO:superset.models.helpers:Updating slices First Time Developer & Commute Time
   
   INFO:superset.models.helpers:Updating slices First Time Developer?
   
   INFO:superset.models.helpers:Updating slices Filtering Vaccines
   
   INFO:superset.models.helpers:Updating slices Filter Segments
   
   INFO:superset.models.helpers:Updating slices Ethnic Minority & Gender
   
   INFO:superset.models.helpers:Updating slices Degrees vs Income
   
   INFO:superset.models.helpers:Updating slices Current Developers: Is this your first development job?
   
   INFO:superset.models.helpers:Updating slices Cross Channel Relationship heatmap
   
   INFO:superset.models.helpers:Updating slices Cross Channel Relationship
   
   INFO:superset.models.helpers:Updating slices Country of Citizenship
   
   INFO:superset.models.helpers:Updating slices Commute Time
   
   INFO:superset.models.helpers:Updating slices Breakdown of Developer Type
   
   INFO:superset.models.helpers:Updating slices Are you an ethnic minority in your city?
   
   INFO:superset.models.helpers:Updating slices Age distribution of respondents
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<6>
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<7>
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<8>
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<9>
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<10>
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<11>
   
   Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py]
   
   Loading examples metadata and related data into examples
   
   Creating default CSS templates
   
   Loading energy related dataset
   
   Creating table [wb_health_population] reference
   
   Loading [World Bank's Health Nutrition and Population Stats]
   
   Creating table [wb_health_population] reference
   
   Creating a World's Health Bank dashboard
   
   Loading [Birth names]
   
   Creating some slices
   
   Creating a dashboard
   
   Loading [Random time series data]
   
   Creating table [random_time_series] reference
   
   Creating a slice
   
   Loading [Random long/lat data]
   
   Creating table reference
   
   Creating a slice
   
   Loa
   
   ding [Country Map data]
   
   Creating table reference
   
   Creating a slice
   
   Loading [Multiformat time series]
   
   Creating table [multiformat_time_series] reference
   
   Creating Heatmap charts
   
   Loading [Paris GeoJson]
   
   Creating table paris_iris_mapping reference
   
   Loading [San Francisco population polygons]
   
   Creating table sf_population_polygons reference
   
   Loading [Flights data]
   
   Done loading table!
   
   Loading [BART lines]
   
   Creating table bart_lines reference
   
   Loading [Multi Line]
   
   Creating table [wb_health_population] reference
   
   Creating a World's Health Bank dashboard
   
   Creating some slices
   
   Creating a dashboard
   
   Loading [Misc Charts] dashboard
   
   Creating the dashboard
   
   Loading DECK.gl demo
   
   Loading deck.gl dashboard
   
   Creating Scatterplot slice
   
   Creating Screen Grid slice
   
   Creating Hex slice
   
   Creating Grid slice
   
   Creating Polygon slice
   
   Creating Arc slice
   
   Creating Path slice
   
   Creating a dashboard
   
   Loading [Tabbed dashboard]
   
   Creating a dashboard with nested tabs
   
   
   ######################################################################
   
   
   
   Init Step 4/4 [Complete] -- Loading examples
   
   
   
   ######################################################################
   ```


----------------------------------------------------------------
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] [superset] SuzGori edited a comment on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
SuzGori edited a comment on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-770235594


   same issue.
   
   superset-init done.
   
   but same page.
   
   woops.
   
   superset-node is don't finished...


----------------------------------------------------------------
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] [superset] gorcurek edited a comment on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
gorcurek edited a comment on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-778056540


   did you guys follow https://superset.apache.org/docs/installation/installing-superset-using-docker-compose ? I have just tried it and got no error, all is running well on http://localhost:8088
   
   I also tried: **$ docker run -p 8080:8080 -d apache/incubator-superset** which started superset container.
   I then got into the container with **$ docker exec -it <container_id> /bin/bash**, ran **superset db upgrade** and **superset init**, created an admin account with **superset fab create-admin** and all is working in that part as well.


----------------------------------------------------------------
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] [superset] vineetgupta02 commented on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
vineetgupta02 commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-778487297


   I followed this link and was able to get superset up and running with just one docker image 
   https://hub.docker.com/r/apache/superset 
   
   hope this helps.


----------------------------------------------------------------
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] [superset] gorcurek edited a comment on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
gorcurek edited a comment on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-778056540


   did you guys follow https://superset.apache.org/docs/installation/installing-superset-using-docker-compose ? I have just tried it and got no error, all is running well on http://localhost:8088
   
   I also tried: **$ docker run -p 8080:8080 -d apache/incubator-superset** which started superset container.
   I then got into the container with **$ docker exec -it <container_id> /bin/bash **, ran **superset db upgrade** and **superset init**, created an admin account with **superset fab create-admin** and all is working in that part as well.


----------------------------------------------------------------
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] [superset] SuzGori commented on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
SuzGori commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-770229739


   same issue.
   
   superset-init done.
   
   but same page.
   
   superset-init logs below.
   
   ```
   INFO:superset.models.helpers:Importing new table_columns channel_name
   
   INFO:superset.models.helpers:Importing new table_columns member_name
   
   INFO:superset.models.helpers:Importing new tables exported_stats
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb72b103d0>
   
   INFO:superset.models.helpers:Importing new table_columns new_members
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_messages_private_channels
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_messages_public_channels
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_views_private_channels
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_views_public_channels
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_messages_dms
   
   INFO:superset.models.helpers:Importing new table_columns percent_of_views_dms
   
   INFO:superset.models.helpers:Importing new table_columns date
   
   INFO:superset.models.helpers:Importing new table_columns daily_members_posting_messages
   
   INFO:superset.models.helpers:Importing new table_columns messages_in_shared_channels
   
   INFO:superset.models.helpers:Importing new table_columns messages_in_private_channels
   
   INFO:superset.models.helpers:Importing new table_columns messages_in_public_channels
   
   INFO:superset.models.helpers:Importing new table_columns weekly_members_posting_messages
   
   INFO:superset.models.helpers:Importing new table_columns public_channels_single_workspace
   
   INFO:superset.models.helpers:Importing new table_columns messages_in_dms
   
   INFO:superset.models.helpers:Importing new table_columns daily_active_members
   
   INFO:superset.models.helpers:Importing new table_columns weekly_active_members
   
   INFO:superset.models.helpers:Importing new table_columns full_members
   
   INFO:superset.models.helpers:Importing new table_columns messages_posted
   
   INFO:superset.models.helpers:Importing new table_columns total_membership
   
   INFO:superset.models.helpers:Importing new table_columns guests
   
   INFO:superset.models.helpers:Importing new table_columns name
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new tables covid_vaccines
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb7251be50>
   
   INFO:superset.models.helpers:Importing new table_columns clinical_stage
   
   INFO:superset.models.helpers:Importing new table_columns fda_approved_indications
   
   INFO:superset.models.helpers:Importing new table_columns anticipated_next_steps
   
   INFO:superset.models.helpers:Importing new table_columns ioc_country_code
   
   INFO:superset.models.helpers:Importing new table_columns clinical_trials_for_other_diseases_or_related_use
   
   INFO:superset.models.helpers:Importing new table_columns country_name
   
   INFO:superset.models.helpers:Importing new table_columns product_category
   
   INFO:superset.models.helpers:Importing new table_columns clinical_trials
   
   INFO:superset.models.helpers:Importing new table_columns date_last_updated
   
   INFO:superset.models.helpers:Importing new table_columns product_description
   
   INFO:superset.models.helpers:Importing new table_columns developer_or_researcher
   
   INFO:superset.models.helpers:Importing new table_columns stage_of_development
   
   INFO:superset.models.helpers:Importing new table_columns funder
   
   INFO:superset.models.helpers:Importing new table_columns published_results
   
   INFO:superset.models.helpers:Importing new table_columns sources
   
   INFO:superset.models.helpers:Importing new table_columns treatment_vs_vaccine
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new tables cleaned_sales_data
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb72f00b90>
   
   INFO:superset.models.helpers:Importing new table_columns order_date
   
   INFO:superset.models.helpers:Importing new table_columns price_each
   
   INFO:superset.models.helpers:Importing new table_columns sales
   
   INFO:superset.models.helpers:Importing new table_columns address_line1
   
   INFO:superset.models.helpers:Importing new table_columns address_line2
   
   INFO:superset.models.helpers:Importing new table_columns contact_last_name
   
   INFO:superset.models.helpers:Importing new table_columns contact_first_name
   
   INFO:superset.models.helpers:Importing new table_columns quantity_ordered
   
   INFO:superset.models.helpers:Importing new table_columns year
   
   INFO:superset.models.helpers:Importing new table_columns postal_code
   
   INFO:superset.models.helpers:Importing new table_columns customer_name
   
   INFO:superset.models.helpers:Importing new table_columns deal_size
   
   INFO:superset.models.helpers:Importing new table_columns state
   
   INFO:superset.models.helpers:Importing new table_columns status
   
   INFO:superset.models.helpers:Importing new table_columns order_line_number
   
   INFO:superset.models.helpers:Importing new table_columns order_number
   
   INFO:superset.models.helpers:Importing new table_columns month
   
   INFO:superset.models.helpers:Importing new table_columns quarter
   
   INFO:superset.models.helpers:Importing new table_columns msrp
   
   INFO:superset.models.helpers:Importing new table_columns product_code
   
   INFO:superset.models.helpers:Importing new table_columns product_line
   
   INFO:superset.models.helpers:Importing new table_columns city
   
   INFO:superset.models.helpers:Importing new table_columns country
   
   INFO:superset.models.helpers:Importing new table_columns phone
   
   INFO:superset.models.helpers:Importing new table_columns territory
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new tables channels
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb72005fd0>
   
   INFO:superset.models.helpers:Importing new table_columns topic__last_set
   
   INFO:superset.models.helpers:Importing new table_columns purpose__last_set
   
   INFO:superset.models.helpers:Importing new table_columns created
   
   INFO:superset.models.helpers:Importing new table_columns unlinked
   
   INFO:superset.models.helpers:Importing new table_columns topic__creator
   
   INFO:superset.models.helpers:Importing new table_columns purpose__creator
   
   INFO:superset.models.helpers:Importing new table_columns topic__value
   
   INFO:superset.models.helpers:Importing new table_columns purpose__value
   
   INFO:superset.models.helpers:Importing new table_columns parent_conversation
   
   INFO:superset.models.helpers:Importing new table_columns name_normalized
   
   INFO:superset.models.helpers:Importing new table_columns channel_id
   
   INFO:superset.models.helpers:Importing new table_columns creator
   
   INFO:superset.models.helpers:Importing new table_columns name
   
   INFO:superset.models.helpers:Importing new table_columns id
   
   INFO:superset.models.helpers:Importing new table_columns is_pending_ext_shared
   
   INFO:superset.models.helpers:Importing new table_columns is_ext_shared
   
   INFO:superset.models.helpers:Importing new table_columns is_org_shared
   
   INFO:superset.models.helpers:Importing new table_columns is_archived
   
   INFO:superset.models.helpers:Importing new table_columns is_channel
   
   INFO:superset.models.helpers:Importing new table_columns is_shared
   
   INFO:superset.models.helpers:Importing new table_columns is_general
   
   INFO:superset.models.helpers:Importing new table_columns is_private
   
   INFO:superset.models.helpers:Importing new table_columns is_member
   
   INFO:superset.models.helpers:Importing new table_columns is_group
   
   INFO:superset.models.helpers:Importing new table_columns is_mpim
   
   INFO:superset.models.helpers:Importing new table_columns is_im
   
   INFO:superset.models.helpers:Importing new table_columns num_members
   
   INFO:superset.models.helpers:Importing new table_columns pending_connected_team_ids
   
   INFO:superset.models.helpers:Importing new table_columns shared_team_ids
   
   INFO:superset.models.helpers:Importing new table_columns pending_shared
   
   INFO:superset.models.helpers:Importing new table_columns previous_names
   
   INFO:superset.models.helpers:Importing new table_columns members
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new tables channel_members
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb71ced510>
   
   INFO:superset.models.helpers:Importing new table_columns channel_id
   
   INFO:superset.models.helpers:Importing new table_columns user_id
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new tables FCC 2018 Survey
   
   INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7fbb7140f0d0>
   
   INFO:superset.models.helpers:Importing new table_columns highest_degree_earned
   
   INFO:superset.models.helpers:Importing new table_columns job_location_preference
   
   INFO:superset.models.helpers:Importing new table_columns ethnic_minority
   
   INFO:superset.models.helpers:Importing new table_columns willing_to_relocate
   
   INFO:superset.models.helpers:Importing new table_columns developer_type
   
   INFO:superset.models.helpers:Importing new table_columns first_time_developer
   
   INFO:superset.models.helpers:Importing new table_columns gender
   
   INFO:superset.models.helpers:Importing new table_columns calc_first_time_dev
   
   INFO:superset.models.helpers:Importing new table_columns yt_codingtuts360
   
   INFO:superset.models.helpers:Importing new table_columns is_recv_disab_bnft
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_qa_engn
   
   INFO:superset.models.helpers:Importing new table_columns has_high_spd_ntnet
   
   INFO:superset.models.helpers:Importing new table_columns is_first_dev_job
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_ux_engn
   
   INFO:superset.models.helpers:Importing new table_columns bootcamp_have_loan
   
   INFO:superset.models.helpers:Importing new table_columns podcast_js_jabber
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_datasci
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_dataengn
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_khan_acdm
   
   INFO:superset.models.helpers:Importing new table_columns has_finance_depends
   
   INFO:superset.models.helpers:Importing new table_columns has_served_military
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_backend
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_teacher
   
   INFO:superset.models.helpers:Importing new table_columns months_job_search
   
   INFO:superset.models.helpers:Importing new table_columns student_debt_has
   
   INFO:superset.models.helpers:Importing new table_columns student_debt_amt
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_gamedev
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_code_wars
   
   INFO:superset.models.helpers:Importing new table_columns do_finance_support
   
   INFO:superset.models.helpers:Importing new table_columns last_yr_income
   
   INFO:superset.models.helpers:Importing new table_columns is_software_dev
   
   INFO:superset.models.helpers:Importing new table_columns money_for_learning
   
   INFO:superset.models.helpers:Importing new table_columns home_mrtg_has
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_mobile
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_infosec
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_fllstck
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_frntend
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_devops
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_projm
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_css_tricks
   
   INFO:superset.models.helpers:Importing new table_columns yt_cs_dojo
   
   INFO:superset.models.helpers:Importing new table_columns is_ethnic_minority
   
   INFO:superset.models.helpers:Importing new table_columns yt_mit_ocw
   
   INFO:superset.models.helpers:Importing new table_columns is_self_employed
   
   INFO:superset.models.helpers:Importing new table_columns home_mrtg_owe
   
   INFO:superset.models.helpers:Importing new table_columns yt_engn_truth
   
   INFO:superset.models.helpers:Importing new table_columns bootcamp_attend
   
   INFO:superset.models.helpers:Importing new table_columns yt_derekbanas
   
   INFO:superset.models.helpers:Importing new table_columns yt_learncodeacdm
   
   INFO:superset.models.helpers:Importing new table_columns podcast_changelog
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_hackerrank
   
   INFO:superset.models.helpers:Importing new table_columns podcast_devtea
   
   INFO:superset.models.helpers:Importing new table_columns podcast_sedaily
   
   INFO:superset.models.helpers:Importing new table_columns podcast_seradio
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_gamejam
   
   INFO:superset.models.helpers:Importing new table_columns podcast_geekspeak
   
   INFO:superset.models.helpers:Importing new table_columns podcast_talkpythonme
   
   INFO:superset.models.helpers:Importing new table_columns podcast_hanselmnts
   
   INFO:superset.models.helpers:Importing new table_columns podcast_syntaxfm
   
   INFO:superset.models.helpers:Importing new table_columns podcast_shoptalk
   
   INFO:superset.models.helpers:Importing new table_columns yt_mozillahacks
   
   INFO:superset.models.helpers:Importing new table_columns podcast_codingblcks
   
   INFO:superset.models.helpers:Importing new table_columns podcast_codenewbie
   
   INFO:superset.models.helpers:Importing new table_columns bootcamp_recommend
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_railsbrdg
   
   INFO:superset.models.helpers:Importing new table_columns bootcamp_finished
   
   INFO:superset.models.helpers:Importing new table_columns podcast_rubyrogues
   
   INFO:superset.models.helpers:Importing new table_columns job_relocate
   
   INFO:superset.models.helpers:Importing new table_columns debt_amt
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_codeacdm
   
   INFO:superset.models.helpers:Importing new table_columns podcast_fcc
   
   INFO:superset.models.helpers:Importing new table_columns podcast_codepenrd
   
   INFO:superset.models.helpers:Importing new table_columns podcast_fullstckrd
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_hackthn
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_udacity
   
   INFO:superset.models.helpers:Importing new table_columns podcast_ltcwm
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_coursera
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_djangogrls
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_startupwknd
   
   INFO:superset.models.helpers:Importing new table_columns podcast_progthrwdwn
   
   INFO:superset.models.helpers:Importing new table_columns expected_earn
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_egghead
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_railsgrls
   
   INFO:superset.models.helpers:Importing new table_columns has_children
   
   INFO:superset.models.helpers:Importing new table_columns podcast_frnthppyhr
   
   INFO:superset.models.helpers:Importing new table_columns yt_codingtrain
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_lynda
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_pluralsght
   
   INFO:superset.models.helpers:Importing new table_columns hours_learning
   
   INFO:superset.models.helpers:Importing new table_columns yt_simplilearn
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_wkndbtcmp
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_fcc
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_fcc
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_coderdojo
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_nodeschl
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_womenwc
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_confs
   
   INFO:superset.models.helpers:Importing new table_columns yt_fcc
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_girldevit
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_meetup
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_workshps
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_frntendmstr
   
   INFO:superset.models.helpers:Importing new table_columns num_children
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_udemy
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_edx
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_mdn
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_treehouse
   
   INFO:superset.models.helpers:Importing new table_columns yt_computerphile
   
   INFO:superset.models.helpers:Importing new table_columns yt_funfunfunct
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_so
   
   INFO:superset.models.helpers:Importing new table_columns yt_googledevs
   
   INFO:superset.models.helpers:Importing new table_columns yt_devtips
   
   INFO:superset.models.helpers:Importing new table_columns yt_simpleprog
   
   INFO:superset.models.helpers:Importing new table_columns yt_lvluptuts
   
   INFO:superset.models.helpers:Importing new table_columns time_start
   
   INFO:superset.models.helpers:Importing new table_columns time_total_sec
   
   INFO:superset.models.helpers:Importing new table_columns months_programming
   
   INFO:superset.models.helpers:Importing new table_columns age
   
   INFO:superset.models.helpers:Importing new table_columns ID
   
   INFO:superset.models.helpers:Importing new table_columns reasons_to_code_other
   
   INFO:superset.models.helpers:Importing new table_columns lang_at_home
   
   INFO:superset.models.helpers:Importing new table_columns when_appl_job
   
   INFO:superset.models.helpers:Importing new table_columns reasons_to_code
   
   INFO:superset.models.helpers:Importing new table_columns live_city_population
   
   INFO:superset.models.helpers:Importing new table_columns job_lctn_pref
   
   INFO:superset.models.helpers:Importing new table_columns job_intr_other
   
   INFO:superset.models.helpers:Importing new table_columns curr_emplymnt_other
   
   INFO:superset.models.helpers:Importing new table_columns marital_status
   
   INFO:superset.models.helpers:Importing new table_columns bootcamp_name
   
   INFO:superset.models.helpers:Importing new table_columns podcast_other
   
   INFO:superset.models.helpers:Importing new table_columns school_major
   
   INFO:superset.models.helpers:Importing new table_columns job_pref
   
   INFO:superset.models.helpers:Importing new table_columns country_citizen
   
   INFO:superset.models.helpers:Importing new table_columns school_degree
   
   INFO:superset.models.helpers:Importing new table_columns codeevnt_other
   
   INFO:superset.models.helpers:Importing new table_columns curr_field
   
   INFO:superset.models.helpers:Importing new table_columns communite_time
   
   INFO:superset.models.helpers:Importing new table_columns rsrc_other
   
   INFO:superset.models.helpers:Importing new table_columns country_live
   
   INFO:superset.models.helpers:Importing new table_columns curr_emplymnt
   
   INFO:superset.models.helpers:Importing new table_columns gender_other
   
   INFO:superset.models.helpers:Importing new table_columns time_end
   
   INFO:superset.models.helpers:Importing new table_columns network_id
   
   INFO:superset.models.helpers:Importing new table_columns yt_other
   
   INFO:superset.models.helpers:Updating table_columns gender
   
   INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
   
   INFO:superset.models.helpers:Importing new slices Work Location Preference
   
   INFO:superset.models.helpers:Importing new slices Weekly Threads
   
   INFO:superset.models.helpers:Importing new slices Weekly Messages
   
   INFO:superset.models.helpers:Importing new slices Video Game Sales filter
   
   INFO:superset.models.helpers:Importing new slices Vehicle Sales Filter
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Phase
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Phase
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country & Stage
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country & Stage
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country
   
   INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Approach & Stage
   
   INFO:superset.models.helpers:Importing new slices Unicode Cloud
   
   INFO:superset.models.helpers:Importing new slices Total Sales per Market (Grouped by Genre)
   
   INFO:superset.models.helpers:Importing new slices Total Revenue
   
   INFO:superset.models.helpers:Importing new slices Total Items Sold (By Product Line)
   
   INFO:superset.models.helpers:Importing new slices Total Items Sold
   
   INFO:superset.models.helpers:Importing new slices Top Timezones
   
   INFO:superset.models.helpers:Importing new slices Top 15 Languages Spoken at Home
   
   INFO:superset.models.helpers:Importing new slices Top 10 Games: Proportion of Sales in Markets
   
   INFO:superset.models.helpers:Importing new slices Seasonality of Revenue (per Product Line)
   
   INFO:superset.models.helpers:Importing new slices Rise & Fall of Video Game Consoles
   
   INFO:superset.models.helpers:Importing new slices Revenue by Deal Size
   
   INFO:superset.models.helpers:Importing new slices ✈️ Relocation ability
   
   INFO:superset.models.helpers:Importing new slices Quarterly Sales (By Product Line)
   
   INFO:superset.models.helpers:Importing new slices Quarterly Sales
   
   INFO:superset.models.helpers:Importing new slices Publishers With Most Titles
   
   INFO:superset.models.helpers:Importing new slices Proportion of Revenue by Product Line
   
   INFO:superset.models.helpers:Importing new slices Preferred Employment Style
   
   INFO:superset.models.helpers:Importing new slices Popular Genres Across Platforms
   
   INFO:superset.models.helpers:Importing new slices Overall Sales (By Product Line)
   
   INFO:superset.models.helpers:Importing new slices Number of Members
   
   INFO:superset.models.helpers:Importing new slices # of Games That Hit 100k in Sales By Release Year
   
   INFO:superset.models.helpers:Importing new slices Number of Deals (for each Combination)
   
   INFO:superset.models.helpers:Importing new slices Number of Aspiring Developers
   
   INFO:superset.models.helpers:Importing new slices New Members per Month
   
   INFO:superset.models.helpers:Importing new slices Most Dominant Platforms
   
   INFO:superset.models.helpers:Importing new slices Messages per Channel
   
   INFO:superset.models.helpers:Importing new slices Members per Channel
   
   INFO:superset.models.helpers:Importing new slices Location of Current Developers
   
   INFO:superset.models.helpers:Importing new slices Last Year Income Distribution
   
   INFO:superset.models.helpers:Importing new slices How much do you expect to earn? ($0 - 100k)
   
   INFO:superset.models.helpers:Importing new slices How do you prefer to work?
   
   INFO:superset.models.helpers:Importing new slices Highest degree held
   
   INFO:superset.models.helpers:Importing new slices Gender
   
   INFO:superset.models.helpers:Importing new slices Games per Genre over time
   
   INFO:superset.models.helpers:Importing new slices Games per Genre
   
   INFO:superset.models.helpers:Importing new slices Games
   
   INFO:superset.models.helpers:Importing new slices First Time Developer & Commute Time
   
   INFO:superset.models.helpers:Importing new slices First Time Developer?
   
   INFO:superset.models.helpers:Importing new slices Filtering Vaccines
   
   INFO:superset.models.helpers:Importing new slices Filter Segments
   
   INFO:superset.models.helpers:Importing new slices Ethnic Minority & Gender
   
   INFO:superset.models.helpers:Importing new slices Degrees vs Income
   
   INFO:superset.models.helpers:Importing new slices Current Developers: Is this your first development job?
   
   INFO:superset.models.helpers:Importing new slices Cross Channel Relationship heatmap
   
   INFO:superset.models.helpers:Importing new slices Cross Channel Relationship
   
   INFO:superset.models.helpers:Importing new slices Country of Citizenship
   
   INFO:superset.models.helpers:Importing new slices Commute Time
   
   INFO:superset.models.helpers:Importing new slices Breakdown of Developer Type
   
   INFO:superset.models.helpers:Importing new slices Are you an ethnic minority in your city?
   
   INFO:superset.models.helpers:Importing new slices Age distribution of respondents
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<unicode-test>
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
   
   INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
   
   Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py]
   
   Loading examples metadata and related data into examples
   
   Creating default CSS templates
   
   Loading energy related dataset
   
   Creating table [wb_health_population] reference
   
   Loading [World Bank's Health Nutrition and Population Stats]
   
   Creating table [wb_health_population] reference
   
   Creating a World's Health Bank dashboard
   
   Loading [Birth names]
   
   Creating some slices
   
   Creating a dashboard
   
   Loading [Random time series data]
   
   Creating table [random_time_series] reference
   
   Creating a slice
   
   Loading [Random long/lat data]
   
   Done loading table!
   
   --------------------------------------------------------------------------------
   
   Creating table reference
   
   Creating a slice
   
   Loading [Country Map data]
   
   Done loading table!
   
   --------------------------------------------------------------------------------
   
   Creating table reference
   
   Creating a slice
   
   Loading [Multiformat time series]
   
   Done loading table!
   
   --------------------------------------------------------------------------------
   
   Creating table [multiformat_time_series] reference
   
   Creating Heatmap charts
   
   Loading [Paris GeoJson]
   
   Creating table paris_iris_mapping reference
   
   Loading [San Francisco population polygons]
   
   Creating table sf_population_polygons reference
   
   Loading [Flights data]
   
   Done loading table!
   
   Loading [BART lines]
   
   Creating table bart_lines reference
   
   Loading [Multi Line]
   
   Creating table [wb_health_population] reference
   
   Creating a World's Health Bank dashboard
   
   Creating some slices
   
   Creating a dashboard
   
   Loading [Misc Charts] dashboard
   
   Creating the dashboard
   
   Loading DECK.gl demo
   
   Loading deck.gl dashboard
   
   Creating Scatterplot slice
   
   Creating Screen Grid slice
   
   Creating Hex slice
   
   Creating Grid slice
   
   Creating Polygon slice
   
   Creating Arc slice
   
   Creating Path slice
   
   Creating a dashboard
   
   Loading [Tabbed dashboard]
   
   Creating a dashboard with nested tabs
   
   
   ######################################################################
   
   
   
   Init Step 4/4 [Complete] -- Loading examples
   
   
   
   ######################################################################
   
   
   Skipping local overrides
   
   
   ######################################################################
   
   
   
   Init Step 1/4 [Starting] -- Applying DB migrations
   
   
   
   ######################################################################
   
   
   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, "
   
   INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
   
   INFO [alembic.runtime.migration] Will assume transactional DDL.
   
   Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py]
   
   
   ######################################################################
   
   
   
   Init Step 1/4 [Complete] -- Applying DB migrations
   
   
   
   ######################################################################
   
   
   
   ######################################################################
   
   
   
   Init Step 2/4 [Starting] -- Setting up admin user ( admin / admin )
   
   
   
   ######################################################################
   
   
   INFO:superset.utils.logging_configurator:logging was configured successfully
   
   Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py]
   
   Recognized Database Authentications.
   
   Error! User already exists admin
   
   /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, "
   
   
   ######################################################################
   
   
   
   Init Step 2/4 [Complete] -- Setting up admin user
   
   
   
   ######################################################################
   
   
   
   ######################################################################
   
   
   
   Init Step 3/4 [Starting] -- Setting up roles and perms
   
   
   
   ######################################################################
   
   
   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, "
   
   INFO:superset.security.manager:Syncing role definition
   
   INFO:superset.security.manager:Syncing Admin perms
   
   INFO:superset.security.manager:Syncing Alpha perms
   
   INFO:superset.security.manager:Syncing Gamma perms
   
   INFO:superset.security.manager:Syncing granter perms
   
   INFO:superset.security.manager:Syncing sql_lab perms
   
   INFO:superset.security.manager:Fetching a set of all perms to lookup which ones are missing
   
   INFO:superset.security.manager:Creating missing datasource permissions.
   
   INFO:superset.security.manager:Creating missing database permissions.
   
   INFO:superset.security.manager:Cleaning faulty perms
   
   Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py]
   
   
   ######################################################################
   
   
   
   Init Step 3/4 [Complete] -- Setting up roles and perms
   
   
   
   ######################################################################
   
   
   
   ######################################################################
   
   
   
   Init Step 4/4 [Starting] -- Loading examples
   
   
   
   ######################################################################
   
   
   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, "
   
   DEBUG:superset.models.core:Database.get_sqla_engine(). Masked URL: postgresql://superset:XXXXXXXXXX@db:5432/superset
   
   INFO:superset.models.helpers:Updating tables video_game_sales
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6f7590>
   
   INFO:superset.models.helpers:Updating table_columns year
   
   INFO:superset.models.helpers:Updating table_columns na_sales
   
   INFO:superset.models.helpers:Updating table_columns eu_sales
   
   INFO:superset.models.helpers:Updating table_columns global_sales
   
   INFO:superset.models.helpers:Updating table_columns jp_sales
   
   INFO:superset.models.helpers:Updating table_columns other_sales
   
   INFO:superset.models.helpers:Updating table_columns rank
   
   INFO:superset.models.helpers:Updating table_columns genre
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating table_columns platform
   
   INFO:superset.models.helpers:Updating table_columns publisher
   
   DEBUG:superset.models.core:Database.get_sqla_engine(). Masked URL: postgresql://superset:XXXXXXXXXX@db:5432/superset
   
   INFO:superset.models.helpers:Updating tables users_channels
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f681250>
   
   INFO:superset.models.helpers:Updating table_columns user_id
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating tables users_channels-uzooNNtSRO
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f685510>
   
   INFO:superset.models.helpers:Updating table_columns channel_1
   
   INFO:superset.models.helpers:Updating table_columns channel_2
   
   INFO:superset.models.helpers:Updating table_columns cnt
   
   INFO:superset.models.helpers:Updating tables users
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6fa550>
   
   INFO:superset.models.helpers:Updating table_columns updated
   
   INFO:superset.models.helpers:Updating table_columns has_2fa
   
   INFO:superset.models.helpers:Updating table_columns real_name
   
   INFO:superset.models.helpers:Updating table_columns tz_label
   
   INFO:superset.models.helpers:Updating table_columns team_id
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating table_columns color
   
   INFO:superset.models.helpers:Updating table_columns id
   
   INFO:superset.models.helpers:Updating table_columns tz
   
   INFO:superset.models.helpers:Updating table_columns is_ultra_restricted
   
   INFO:superset.models.helpers:Updating table_columns is_primary_owner
   
   INFO:superset.models.helpers:Updating table_columns is_app_user
   
   INFO:superset.models.helpers:Updating table_columns is_admin
   
   INFO:superset.models.helpers:Updating table_columns is_bot
   
   INFO:superset.models.helpers:Updating table_columns is_restricted
   
   INFO:superset.models.helpers:Updating table_columns is_owner
   
   INFO:superset.models.helpers:Updating table_columns deleted
   
   INFO:superset.models.helpers:Updating table_columns tz_offset
   
   INFO:superset.models.helpers:Updating tables unicode_test
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f688090>
   
   INFO:superset.models.helpers:Updating table_columns with_missing
   
   INFO:superset.models.helpers:Updating table_columns phrase
   
   INFO:superset.models.helpers:Updating table_columns short_phrase
   
   INFO:superset.models.helpers:Updating table_columns dttm
   
   INFO:superset.models.helpers:Updating table_columns value
   
   INFO:superset.models.helpers:Updating tables threads
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f690690>
   
   INFO:superset.models.helpers:Updating table_columns ts
   
   INFO:superset.models.helpers:Updating table_columns client_msg_id
   
   INFO:superset.models.helpers:Updating table_columns channel_id
   
   INFO:superset.models.helpers:Updating table_columns thread_ts
   
   INFO:superset.models.helpers:Updating table_columns latest_reply
   
   INFO:superset.models.helpers:Updating table_columns team
   
   INFO:superset.models.helpers:Updating table_columns type
   
   INFO:superset.models.helpers:Updating table_columns user
   
   INFO:superset.models.helpers:Updating table_columns text
   
   INFO:superset.models.helpers:Updating table_columns subscribed
   
   INFO:superset.models.helpers:Updating table_columns reply_count
   
   INFO:superset.models.helpers:Updating table_columns reply_users
   
   INFO:superset.models.helpers:Updating table_columns blocks
   
   INFO:superset.models.helpers:Updating table_columns reply_users_count
   
   INFO:superset.models.helpers:Updating tables new_members_daily
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f697110>
   
   INFO:superset.models.helpers:Updating table_columns date
   
   INFO:superset.models.helpers:Updating table_columns new_members
   
   INFO:superset.models.helpers:Updating tables messages_channels
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f688250>
   
   INFO:superset.models.helpers:Updating table_columns ts
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating table_columns text
   
   INFO:superset.models.helpers:Updating tables messages
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6f7f50>
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__updated
   
   INFO:superset.mod
   
   els.helpers:Updating table_columns last_read
   
   INFO:superset.models.helpers:Updating table_columns ts
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__team_id
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__app_id
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__name
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__id
   
   INFO:superset.models.helpers:Updating table_columns parent_user_id
   
   INFO:superset.models.helpers:Updating table_columns client_msg_id
   
   INFO:superset.models.helpers:Updating table_columns icons__emoji
   
   INFO:superset.models.helpers:Updating table_columns channel_id
   
   INFO:superset.models.helpers:Updating table_columns source_team
   
   INFO:superset.models.helpers:Updating table_columns thread_ts
   
   INFO:superset.models.helpers:Updating table_columns old_name
   
   INFO:superset.models.helpers:Updating table_columns latest_reply
   
   INFO:superset.models.helpers:Updating table_columns user_team
   
   INFO:superset.models.helpers:Updating table_columns bot_id
   
   INFO:superset.models.helpers:Updating table_columns file_id
   
   INFO:superset.models.helpers:Updating table_columns username
   
   INFO:superset.models.helpers:Updating table_columns permalink
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating table_columns team
   
   INFO:superset.models.helpers:Updating table_columns subtype
   
   INFO:superset.models.helpers:Updating table_columns topic
   
   INFO:superset.models.helpers:Updating table_columns inviter
   
   INFO:superset.models.helpers:Updating table_columns purpose
   
   INFO:superset.models.helpers:Updating table_columns type
   
   INFO:superset.models.helpers:Updating table_columns user
   
   INFO:superset.models.helpers:Updating table_columns text
   
   INFO:superset.models.helpers:Updating table_columns bot_profile__deleted
   
   INFO:superset.models.helpers:Updating table_columns display_as_bot
   
   INFO:superset.models.helpers:Updating table_columns is_delayed_message
   
   INFO:superset.models.helpers:Updating table_columns is_starred
   
   INFO:superset.models.helpers:Updating table_columns is_intro
   
   INFO:superset.models.helpers:Updating table_columns upload
   
   INFO:superset.models.helpers:Updating table_columns subscribed
   
   INFO:superset.models.helpers:Updating table_columns reply_users_count
   
   INFO:superset.models.helpers:Updating table_columns unread_count
   
   INFO:superset.models.helpers:Updating table_columns reply_count
   
   INFO:superset.models.helpers:Updating table_columns file_ids
   
   INFO:superset.models.helpers:Updating table_columns pinned_to
   
   INFO:superset.models.helpers:Updating table_columns reply_users
   
   INFO:superset.models.helpers:Updating table_columns reactions
   
   INFO:superset.models.helpers:Updating table_columns blocks
   
   INFO:superset.models.helpers:Updating tables members_channels_2
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f69ec10>
   
   INFO:superset.models.helpers:Updating table_columns channel_name
   
   INFO:superset.models.helpers:Updating table_columns member_name
   
   INFO:superset.models.helpers:Updating tables exported_stats
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6a2710>
   
   INFO:superset.models.helpers:Updating table_columns new_members
   
   INFO:superset.models.helpers:Updating table_columns percent_of_messages_private_channels
   
   INFO:superset.models.helpers:Updating table_columns percent_of_messages_public_channels
   
   INFO:superset.models.helpers:Updating table_columns percent_of_views_private_channels
   
   INFO:superset.models.helpers:Updating table_columns percent_of_views_public_channels
   
   INFO:superset.models.helpers:Updating table_columns percent_of_messages_dms
   
   INFO:superset.models.helpers:Updating table_columns percent_of_views_dms
   
   INFO:superset.models.helpers:Updating table_columns date
   
   INFO:superset.models.helpers:Updating table_columns daily_members_posting_messages
   
   INFO:superset.models.helpers:Updating table_columns messages_in_shared_channels
   
   INFO:superset.models.helpers:Updating table_columns messages_in_private_channels
   
   INFO:superset.models.helpers:Updating table_columns messages_in_public_channels
   
   INFO:superset.models.helpers:Updating table_columns weekly_members_posting_messages
   
   INFO:superset.models.helpers:Updating table_columns public_channels_single_workspace
   
   INFO:superset.models.helpers:Updating table_columns messages_in_dms
   
   INFO:superset.models.helpers:Updating table_columns daily_active_members
   
   INFO:superset.models.helpers:Updating table_columns weekly_active_members
   
   INFO:superset.models.helpers:Updating table_columns full_members
   
   INFO:superset.models.helpers:Updating table_columns messages_posted
   
   INFO:superset.models.helpers:Updating table_columns total_membership
   
   INFO:superset.models.helpers:Updating table_columns guests
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating tables covid_vaccines
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6b0410>
   
   INFO:superset.models.helpers:Updating table_columns clinical_stage
   
   INFO:superset.models.helpers:Updating table_columns fda_approved_indications
   
   INFO:superset.models.helpers:Updating table_columns anticipated_next_steps
   
   INFO:superset.models.helpers:Updating table_columns ioc_country_code
   
   INFO:superset.models.helpers:Updating table_columns clinical_trials_for_other_diseases_or_related_use
   
   INFO:superset.models.helpers:Updating table_columns country_name
   
   INFO:superset.models.helpers:Updating table_columns product_category
   
   INFO:superset.models.helpers:Updating table_columns clinical_trials
   
   INFO:superset.models.helpers:Updating table_columns date_last_updated
   
   INFO:superset.models.helpers:Updating table_columns product_description
   
   INFO:superset.models.helpers:Updating table_columns developer_or_researcher
   
   INFO:superset.models.helpers:Updating table_columns stage_of_development
   
   INFO:superset.models.helpers:Updating table_columns funder
   
   INFO:superset.models.helpers:Updating table_columns published_results
   
   INFO:superset.models.helpers:Updating table_columns sources
   
   INFO:superset.models.helpers:Updating table_columns treat
   
   ment_vs_vaccine
   
   INFO:superset.models.helpers:Updating tables cleaned_sales_data
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6b42d0>
   
   INFO:superset.models.helpers:Updating table_columns order_date
   
   INFO:superset.models.helpers:Updating table_columns price_each
   
   INFO:superset.models.helpers:Updating table_columns sales
   
   INFO:superset.models.helpers:Updating table_columns address_line1
   
   INFO:superset.models.helpers:Updating table_columns address_line2
   
   INFO:superset.models.helpers:Updating table_columns contact_last_name
   
   INFO:superset.models.helpers:Updating table_columns contact_first_name
   
   INFO:superset.models.helpers:Updating table_columns quantity_ordered
   
   INFO:superset.models.helpers:Updating table_columns year
   
   INFO:superset.models.helpers:Updating table_columns postal_code
   
   INFO:superset.models.helpers:Updating table_columns customer_name
   
   INFO:superset.models.helpers:Updating table_columns deal_size
   
   INFO:superset.models.helpers:Updating table_columns state
   
   INFO:superset.models.helpers:Updating table_columns status
   
   INFO:superset.models.helpers:Updating table_columns order_line_number
   
   INFO:superset.models.helpers:Updating table_columns order_number
   
   INFO:superset.models.helpers:Updating table_columns month
   
   INFO:superset.models.helpers:Updating table_columns quarter
   
   INFO:superset.models.helpers:Updating table_columns msrp
   
   INFO:superset.models.helpers:Updating table_columns product_code
   
   INFO:superset.models.helpers:Updating table_columns product_line
   
   INFO:superset.models.helpers:Updating table_columns city
   
   INFO:superset.models.helpers:Updating table_columns country
   
   INFO:superset.models.helpers:Updating table_columns phone
   
   INFO:superset.models.helpers:Updating table_columns territory
   
   INFO:superset.models.helpers:Updating tables channels
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6b8050>
   
   INFO:superset.models.helpers:Updating table_columns topic__last_set
   
   INFO:superset.models.helpers:Updating table_columns purpose__last_set
   
   INFO:superset.models.helpers:Updating table_columns created
   
   INFO:superset.models.helpers:Updating table_columns unlinked
   
   INFO:superset.models.helpers:Updating table_columns topic__creator
   
   INFO:superset.models.helpers:Updating table_columns purpose__creator
   
   INFO:superset.models.helpers:Updating table_columns topic__value
   
   INFO:superset.models.helpers:Updating table_columns purpose__value
   
   INFO:superset.models.helpers:Updating table_columns parent_conversation
   
   INFO:superset.models.helpers:Updating table_columns name_normalized
   
   INFO:superset.models.helpers:Updating table_columns channel_id
   
   INFO:superset.models.helpers:Updating table_columns creator
   
   INFO:superset.models.helpers:Updating table_columns name
   
   INFO:superset.models.helpers:Updating table_columns id
   
   INFO:superset.models.helpers:Updating table_columns is_pending_ext_shared
   
   INFO:superset.models.helpers:Updating table_columns is_ext_shared
   
   INFO:superset.models.helpers:Updating table_columns is_org_shared
   
   INFO:superset.models.helpers:Updating table_columns is_archived
   
   INFO:superset.models.helpers:Updating table_columns is_channel
   
   INFO:superset.models.helpers:Updating table_columns is_shared
   
   INFO:superset.models.helpers:Updating table_columns is_general
   
   INFO:superset.models.helpers:Updating table_columns is_private
   
   INFO:superset.models.helpers:Updating table_columns is_member
   
   INFO:superset.models.helpers:Updating table_columns is_group
   
   INFO:superset.models.helpers:Updating table_columns is_mpim
   
   INFO:superset.models.helpers:Updating table_columns is_im
   
   INFO:superset.models.helpers:Updating table_columns num_members
   
   INFO:superset.models.helpers:Updating table_columns pending_connected_team_ids
   
   INFO:superset.models.helpers:Updating table_columns shared_team_ids
   
   INFO:superset.models.helpers:Updating table_columns pending_shared
   
   INFO:superset.models.helpers:Updating table_columns previous_names
   
   INFO:superset.models.helpers:Updating table_columns members
   
   INFO:superset.models.helpers:Updating tables channel_members
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6bbcd0>
   
   INFO:superset.models.helpers:Updating table_columns channel_id
   
   INFO:superset.models.helpers:Updating table_columns user_id
   
   INFO:superset.models.helpers:Updating tables FCC 2018 Survey
   
   INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f6d6f6425d0>
   
   INFO:superset.models.helpers:Updating table_columns highest_degree_earned
   
   INFO:superset.models.helpers:Updating table_columns job_location_preference
   
   INFO:superset.models.helpers:Updating table_columns ethnic_minority
   
   INFO:superset.models.helpers:Updating table_columns willing_to_relocate
   
   INFO:superset.models.helpers:Updating table_columns developer_type
   
   INFO:superset.models.helpers:Updating table_columns first_time_developer
   
   INFO:superset.models.helpers:Updating table_columns gender
   
   INFO:superset.models.helpers:Updating table_columns calc_first_time_dev
   
   INFO:superset.models.helpers:Updating table_columns yt_codingtuts360
   
   INFO:superset.models.helpers:Updating table_columns is_recv_disab_bnft
   
   INFO:superset.models.helpers:Updating table_columns job_intr_qa_engn
   
   INFO:superset.models.helpers:Updating table_columns has_high_spd_ntnet
   
   INFO:superset.models.helpers:Updating table_columns is_first_dev_job
   
   INFO:superset.models.helpers:Updating table_columns job_intr_ux_engn
   
   INFO:superset.models.helpers:Updating table_columns bootcamp_have_loan
   
   INFO:superset.models.helpers:Updating table_columns podcast_js_jabber
   
   INFO:superset.models.helpers:Updating table_columns job_intr_datasci
   
   INFO:superset.models.helpers:Updating table_columns job_intr_dataengn
   
   INFO:superset.models.helpers:Updating table_columns rsrc_khan_acdm
   
   INFO:superset.models.helpers:Updating table_columns has_finance_depends
   
   INFO:superset.models.helpers:Updating table_columns has_served_military
   
   INFO:superset.models.helpers:Updating table_columns job_intr_backend
   
   INFO:superset.models.helpers:Updating table_columns job_intr_teacher
   
   INFO:superset.models.helpers:Updating table_columns months_job_search
   
   INFO:superset.models.helpers:Updating table_columns student_debt_has
   
   INFO:superset.models.helpers:Updating table_columns student_debt_amt
   
   INFO:superset.models.helpers:Updating table_columns job_intr_gamedev
   
   INFO:superset.models.helpers:Updating table_columns rsrc_code_wars
   
   INFO:superset.models.helpers:Updating table_columns do_finance_support
   
   INFO:superset.models.helpers:Updating table_columns last_yr_income
   
   INFO:superset.models.helpers:Updating table_columns is_software_dev
   
   INFO:superset.models.helpers:Updating table_columns money_for_learning
   
   INFO:superset.models.helpers:Updating table_columns home_
   
   mrtg_has
   
   INFO:superset.models.helpers:Updating table_columns job_intr_mobile
   
   INFO:superset.models.helpers:Updating table_columns job_intr_infosec
   
   INFO:superset.models.helpers:Updating table_columns job_intr_fllstck
   
   INFO:superset.models.helpers:Updating table_columns job_intr_frntend
   
   INFO:superset.models.helpers:Updating table_columns job_intr_devops
   
   INFO:superset.models.helpers:Updating table_columns job_intr_projm
   
   INFO:superset.models.helpers:Updating table_columns rsrc_css_tricks
   
   INFO:superset.models.helpers:Updating table_columns yt_cs_dojo
   
   INFO:superset.models.helpers:Updating table_columns is_ethnic_minority
   
   INFO:superset.models.helpers:Updating table_columns yt_mit_ocw
   
   INFO:superset.models.helpers:Updating table_columns is_self_employed
   
   INFO:superset.models.helpers:Updating table_columns home_mrtg_owe
   
   INFO:superset.models.helpers:Updating table_columns yt_engn_truth
   
   INFO:superset.models.helpers:Updating table_columns bootcamp_attend
   
   INFO:superset.models.helpers:Updating table_columns yt_derekbanas
   
   INFO:superset.models.helpers:Updating table_columns yt_learncodeacdm
   
   INFO:superset.models.helpers:Updating table_columns podcast_changelog
   
   INFO:superset.models.helpers:Updating table_columns rsrc_hackerrank
   
   INFO:superset.models.helpers:Updating table_columns podcast_devtea
   
   INFO:superset.models.helpers:Updating table_columns podcast_sedaily
   
   INFO:superset.models.helpers:Updating table_columns podcast_seradio
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_gamejam
   
   INFO:superset.models.helpers:Updating table_columns podcast_geekspeak
   
   INFO:superset.models.helpers:Updating table_columns podcast_talkpythonme
   
   INFO:superset.models.helpers:Updating table_columns podcast_hanselmnts
   
   INFO:superset.models.helpers:Updating table_columns podcast_syntaxfm
   
   INFO:superset.models.helpers:Updating table_columns podcast_shoptalk
   
   INFO:superset.models.helpers:Updating table_columns yt_mozillahacks
   
   INFO:superset.models.helpers:Updating table_columns podcast_codingblcks
   
   INFO:superset.models.helpers:Updating table_columns podcast_codenewbie
   
   INFO:superset.models.helpers:Updating table_columns bootcamp_recommend
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_railsbrdg
   
   INFO:superset.models.helpers:Updating table_columns bootcamp_finished
   
   INFO:superset.models.helpers:Updating table_columns podcast_rubyrogues
   
   INFO:superset.models.helpers:Updating table_columns job_relocate
   
   INFO:superset.models.helpers:Updating table_columns debt_amt
   
   INFO:superset.models.helpers:Updating table_columns rsrc_codeacdm
   
   INFO:superset.models.helpers:Updating table_columns podcast_fcc
   
   INFO:superset.models.helpers:Updating table_columns podcast_codepenrd
   
   INFO:superset.models.helpers:Updating table_columns podcast_fullstckrd
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_hackthn
   
   INFO:superset.models.helpers:Updating table_columns rsrc_udacity
   
   INFO:superset.models.helpers:Updating table_columns podcast_ltcwm
   
   INFO:superset.models.helpers:Updating table_columns rsrc_coursera
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_djangogrls
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_startupwknd
   
   INFO:superset.models.helpers:Updating table_columns podcast_progthrwdwn
   
   INFO:superset.models.helpers:Updating table_columns expected_earn
   
   INFO:superset.models.helpers:Updating table_columns rsrc_egghead
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_railsgrls
   
   INFO:superset.models.helpers:Updating table_columns has_children
   
   INFO:superset.models.helpers:Updating table_columns podcast_frnthppyhr
   
   INFO:superset.models.helpers:Updating table_columns yt_codingtrain
   
   INFO:superset.models.helpers:Updating table_columns rsrc_lynda
   
   INFO:superset.models.helpers:Updating table_columns rsrc_pluralsght
   
   INFO:superset.models.helpers:Updating table_columns hours_learning
   
   INFO:superset.models.helpers:Updating table_columns yt_simplilearn
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_wkndbtcmp
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_fcc
   
   INFO:superset.models.helpers:Updating table_columns rsrc_fcc
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_coderdojo
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_nodeschl
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_womenwc
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_confs
   
   INFO:superset.models.helpers:Updating table_columns yt_fcc
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_girldevit
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_meetup
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_workshps
   
   INFO:superset.models.helpers:Updating table_columns rsrc_frntendmstr
   
   INFO:superset.models.helpers:Updating table_columns num_children
   
   INFO:superset.models.helpers:Updating table_columns rsrc_udemy
   
   INFO:superset.models.helpers:Updating table_columns rsrc_edx
   
   INFO:superset.models.helpers:Updating table_columns rsrc_mdn
   
   INFO:superset.models.helpers:Updating table_columns rsrc_treehouse
   
   INFO:superset.models.helpers:Updating table_columns yt_computerphile
   
   INFO:superset.models.helpers:Updating table_columns yt_funfunfunct
   
   INFO:superset.models.helpers:Updating table_columns rsrc_so
   
   INFO:superset.models.helpers:Updating table_columns yt_googledevs
   
   INFO:superset.models.helpers:Updating table_columns yt_devtips
   
   INFO:superset.models.helpers:Updating table_columns yt_simpleprog
   
   INFO:superset.models.helpers:Updating table_columns yt_lvluptuts
   
   INFO:superset.models.helpers:Updating table_columns time_start
   
   INFO:superset.models.helpers:Updating table_columns time_total_sec
   
   INFO:superset.models.helpers:Updating table_columns months_programming
   
   INFO:superset.models.helpers:Updating table_columns age
   
   INFO:superset.models.helpers:Updating table_columns ID
   
   INFO:superset.models.helpers:Updating table_columns reasons_to_code_other
   
   INFO:superset.models.helpers:Updating table_columns lang_at_home
   
   INFO:superset.models.helpers:Updating table_columns when_appl_job
   
   INFO:superset.models.helpers:Updating table_columns reasons_to_code
   
   INFO:superset.models.helpers:Updating table_columns live_city_population
   
   INFO:superset.models.helpers:Updating table_columns job_lctn_pref
   
   INFO:superset.models.helpers:Updating table_columns job_intr_other
   
   INFO:superset.models.helpers:Updating table_columns curr_emplymnt_other
   
   INFO:superset.models.helpers:Updating table_columns marital_status
   
   INFO:superset.models.helpers:Updating table_columns bootcamp_name
   
   INFO:superset.models.helpers:Updating table_columns
   
   podcast_other
   
   INFO:superset.models.helpers:Updating table_columns school_major
   
   INFO:superset.models.helpers:Updating table_columns job_pref
   
   INFO:superset.models.helpers:Updating table_columns country_citizen
   
   INFO:superset.models.helpers:Updating table_columns school_degree
   
   INFO:superset.models.helpers:Updating table_columns codeevnt_other
   
   INFO:superset.models.helpers:Updating table_columns curr_field
   
   INFO:superset.models.helpers:Updating table_columns communite_time
   
   INFO:superset.models.helpers:Updating table_columns rsrc_other
   
   INFO:superset.models.helpers:Updating table_columns country_live
   
   INFO:superset.models.helpers:Updating table_columns curr_emplymnt
   
   INFO:superset.models.helpers:Updating table_columns gender_other
   
   INFO:superset.models.helpers:Updating table_columns time_end
   
   INFO:superset.models.helpers:Updating table_columns network_id
   
   INFO:superset.models.helpers:Updating table_columns yt_other
   
   INFO:superset.models.helpers:Updating table_columns gender
   
   INFO:superset.models.helpers:Updating slices Work Location Preference
   
   INFO:superset.models.helpers:Updating slices Weekly Threads
   
   INFO:superset.models.helpers:Updating slices Weekly Messages
   
   INFO:superset.models.helpers:Updating slices Video Game Sales filter
   
   INFO:superset.models.helpers:Updating slices Vehicle Sales Filter
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Phase
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Phase
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Country & Stage
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Country & Stage
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Country
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Country
   
   INFO:superset.models.helpers:Updating slices Vaccine Candidates per Approach & Stage
   
   INFO:superset.models.helpers:Updating slices Unicode Cloud
   
   INFO:superset.models.helpers:Updating slices Total Sales per Market (Grouped by Genre)
   
   INFO:superset.models.helpers:Updating slices Total Revenue
   
   INFO:superset.models.helpers:Updating slices Total Items Sold (By Product Line)
   
   INFO:superset.models.helpers:Updating slices Total Items Sold
   
   INFO:superset.models.helpers:Updating slices Top Timezones
   
   INFO:superset.models.helpers:Updating slices Top 15 Languages Spoken at Home
   
   INFO:superset.models.helpers:Updating slices Top 10 Games: Proportion of Sales in Markets
   
   INFO:superset.models.helpers:Updating slices Seasonality of Revenue (per Product Line)
   
   INFO:superset.models.helpers:Updating slices Rise & Fall of Video Game Consoles
   
   INFO:superset.models.helpers:Updating slices Revenue by Deal Size
   
   INFO:superset.models.helpers:Updating slices ✈️ Relocation ability
   
   INFO:superset.models.helpers:Updating slices Quarterly Sales (By Product Line)
   
   INFO:superset.models.helpers:Updating slices Quarterly Sales
   
   INFO:superset.models.helpers:Updating slices Publishers With Most Titles
   
   INFO:superset.models.helpers:Updating slices Proportion of Revenue by Product Line
   
   INFO:superset.models.helpers:Updating slices Preferred Employment Style
   
   INFO:superset.models.helpers:Updating slices Popular Genres Across Platforms
   
   INFO:superset.models.helpers:Updating slices Overall Sales (By Product Line)
   
   INFO:superset.models.helpers:Updating slices Number of Members
   
   INFO:superset.models.helpers:Updating slices # of Games That Hit 100k in Sales By Release Year
   
   INFO:superset.models.helpers:Updating slices Number of Deals (for each Combination)
   
   INFO:superset.models.helpers:Updating slices Number of Aspiring Developers
   
   INFO:superset.models.helpers:Updating slices New Members per Month
   
   INFO:superset.models.helpers:Updating slices Most Dominant Platforms
   
   INFO:superset.models.helpers:Updating slices Messages per Channel
   
   INFO:superset.models.helpers:Updating slices Members per Channel
   
   INFO:superset.models.helpers:Updating slices Location of Current Developers
   
   INFO:superset.models.helpers:Updating slices Last Year Income Distribution
   
   INFO:superset.models.helpers:Updating slices How much do you expect to earn? ($0 - 100k)
   
   INFO:superset.models.helpers:Updating slices How do you prefer to work?
   
   INFO:superset.models.helpers:Updating slices Highest degree held
   
   INFO:superset.models.helpers:Updating slices Gender
   
   INFO:superset.models.helpers:Updating slices Games per Genre over time
   
   INFO:superset.models.helpers:Updating slices Games per Genre
   
   INFO:superset.models.helpers:Updating slices Games
   
   INFO:superset.models.helpers:Updating slices First Time Developer & Commute Time
   
   INFO:superset.models.helpers:Updating slices First Time Developer?
   
   INFO:superset.models.helpers:Updating slices Filtering Vaccines
   
   INFO:superset.models.helpers:Updating slices Filter Segments
   
   INFO:superset.models.helpers:Updating slices Ethnic Minority & Gender
   
   INFO:superset.models.helpers:Updating slices Degrees vs Income
   
   INFO:superset.models.helpers:Updating slices Current Developers: Is this your first development job?
   
   INFO:superset.models.helpers:Updating slices Cross Channel Relationship heatmap
   
   INFO:superset.models.helpers:Updating slices Cross Channel Relationship
   
   INFO:superset.models.helpers:Updating slices Country of Citizenship
   
   INFO:superset.models.helpers:Updating slices Commute Time
   
   INFO:superset.models.helpers:Updating slices Breakdown of Developer Type
   
   INFO:superset.models.helpers:Updating slices Are you an ethnic minority in your city?
   
   INFO:superset.models.helpers:Updating slices Age distribution of respondents
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<6>
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<7>
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<8>
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<9>
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<10>
   
   INFO:superset.models.helpers:Updating dashboards Dashboard<11>
   
   Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py]
   
   Loading examples metadata and related data into examples
   
   Creating default CSS templates
   
   Loading energy related dataset
   
   Creating table [wb_health_population] reference
   
   Loading [World Bank's Health Nutrition and Population Stats]
   
   Creating table [wb_health_population] reference
   
   Creating a World's Health Bank dashboard
   
   Loading [Birth names]
   
   Creating some slices
   
   Creating a dashboard
   
   Loading [Random time series data]
   
   Creating table [random_time_series] reference
   
   Creating a slice
   
   Loading [Random long/lat data]
   
   Creating table reference
   
   Creating a slice
   
   Loa
   
   ding [Country Map data]
   
   Creating table reference
   
   Creating a slice
   
   Loading [Multiformat time series]
   
   Creating table [multiformat_time_series] reference
   
   Creating Heatmap charts
   
   Loading [Paris GeoJson]
   
   Creating table paris_iris_mapping reference
   
   Loading [San Francisco population polygons]
   
   Creating table sf_population_polygons reference
   
   Loading [Flights data]
   
   Done loading table!
   
   Loading [BART lines]
   
   Creating table bart_lines reference
   
   Loading [Multi Line]
   
   Creating table [wb_health_population] reference
   
   Creating a World's Health Bank dashboard
   
   Creating some slices
   
   Creating a dashboard
   
   Loading [Misc Charts] dashboard
   
   Creating the dashboard
   
   Loading DECK.gl demo
   
   Loading deck.gl dashboard
   
   Creating Scatterplot slice
   
   Creating Screen Grid slice
   
   Creating Hex slice
   
   Creating Grid slice
   
   Creating Polygon slice
   
   Creating Arc slice
   
   Creating Path slice
   
   Creating a dashboard
   
   Loading [Tabbed dashboard]
   
   Creating a dashboard with nested tabs
   
   
   ######################################################################
   
   
   
   Init Step 4/4 [Complete] -- Loading examples
   
   
   
   ######################################################################
   ```


----------------------------------------------------------------
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] [superset] singh-ab commented on issue #12827: Docker for testing Superset Failed in local

Posted by GitBox <gi...@apache.org>.
singh-ab commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-769731311


    did you run `superset-init` ? it takes a while for all the assets to load 
   
   Would make it easier if you can share some logs .


----------------------------------------------------------------
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