apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.05k stars 13.61k forks source link

load_examples seems not fully compatible with superset 2.0.0 (warnings in log, deprecation warnings in UI) #20831

Closed nigzak closed 10 months ago

nigzak commented 2 years ago

load_examples seems not fully compatible with superset 2.0.0 and produces issues => script should be updated

SAWarning: Attribute history events accumulated on previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning. util.warn(

How to reproduce the bug

load latest container from dockerhub (2.0.0) create admin user superset fab create-admin .... execute "superset load_examples"

Expected results

no warnings

Actual results

warnings are in the logfile

Creating database reference for examples
2022-07-22 18:00:24,153:INFO:superset.utils.database:Creating database reference for examples
Loading examples metadata and related data into examples
Creating default CSS templates
Loading [World Bank's Health Nutrition and Population Stats]
Creating table [wb_health_population] reference
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2545: SAWarning: Usage of the 'related attribute set' operation is not currently supported within the execution stage of the flush process. Results may not be consistent.  Consider using alternative event listeners or connection-level operations instead.
  util.warn(
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2545: SAWarning: Usage of the 'collection append' operation is not currently supported within the execution stage of the flush process. Results may not be consistent.  Consider using alternative event listeners or connection-level operations instead.
  util.warn(
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2545: SAWarning: Usage of the 'Session.add()' operation is not currently supported within the execution stage of the flush process. Results may not be consistent.  Consider using alternative event listeners or connection-level operations instead.
  util.warn(
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 6 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Creating a World's Health Bank dashboard
Loading [Birth names]
Done loading table!
--------------------------------------------------------------------------------
Creating table [birth_names] reference
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 9 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Creating some slices
Creating a dashboard
Loading [Random long/lat data]
Done loading table!
--------------------------------------------------------------------------------
Creating table reference
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 1 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Creating a slice
Loading [Country Map data]
Done loading table!
--------------------------------------------------------------------------------
Creating table reference
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 2 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Creating a slice
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
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2545: SAWarning: Usage of the 'Session.merge()' operation is not currently supported within the execution stage of the flush process. Results may not be consistent.  Consider using alternative event listeners or connection-level operations instead.
  util.warn(
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 328 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Creating a World's Health Bank dashboard
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 7 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
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
Importing new tables threads
2022-07-22 18:02:38,180:INFO:superset.models.helpers:Importing new tables threads
Dataset has no database refusing to set permission
2022-07-22 18:02:38,183:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fb8357c0>
2022-07-22 18:02:38,191:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fb8357c0>
Importing new table_columns ts
2022-07-22 18:02:38,204:INFO:superset.models.helpers:Importing new table_columns ts
Importing new table_columns client_msg_id
2022-07-22 18:02:38,217:INFO:superset.models.helpers:Importing new table_columns client_msg_id
Importing new table_columns channel_id
2022-07-22 18:02:38,227:INFO:superset.models.helpers:Importing new table_columns channel_id
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 3 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns thread_ts
2022-07-22 18:02:38,243:INFO:superset.models.helpers:Importing new table_columns thread_ts
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 4 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns latest_reply
2022-07-22 18:02:38,259:INFO:superset.models.helpers:Importing new table_columns latest_reply
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 5 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns team
2022-07-22 18:02:38,274:INFO:superset.models.helpers:Importing new table_columns team
Importing new table_columns type
2022-07-22 18:02:38,290:INFO:superset.models.helpers:Importing new table_columns type
Importing new table_columns user
2022-07-22 18:02:38,306:INFO:superset.models.helpers:Importing new table_columns user
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 8 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns text
2022-07-22 18:02:38,325:INFO:superset.models.helpers:Importing new table_columns text
Importing new table_columns subscribed
2022-07-22 18:02:38,341:INFO:superset.models.helpers:Importing new table_columns subscribed
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 10 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns reply_count
2022-07-22 18:02:38,356:INFO:superset.models.helpers:Importing new table_columns reply_count
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 11 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns reply_users
2022-07-22 18:02:38,374:INFO:superset.models.helpers:Importing new table_columns reply_users
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 12 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns blocks
2022-07-22 18:02:38,390:INFO:superset.models.helpers:Importing new table_columns blocks
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 13 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns reply_users_count
2022-07-22 18:02:38,405:INFO:superset.models.helpers:Importing new table_columns reply_users_count
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/threads.csv
2022-07-22 18:02:38,410:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/threads.csv
Loading data inside the import transaction
2022-07-22 18:02:38,627:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 14 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Updating tables threads
2022-07-22 18:02:38,674:INFO:superset.models.helpers:Updating tables threads
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fb8357c0>
2022-07-22 18:02:38,682:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fb8357c0>
Updating table_columns ts
2022-07-22 18:02:38,691:INFO:superset.models.helpers:Updating table_columns ts
Updating table_columns client_msg_id
2022-07-22 18:02:38,699:INFO:superset.models.helpers:Updating table_columns client_msg_id
Updating table_columns channel_id
2022-07-22 18:02:38,707:INFO:superset.models.helpers:Updating table_columns channel_id
Updating table_columns thread_ts
2022-07-22 18:02:38,716:INFO:superset.models.helpers:Updating table_columns thread_ts
Updating table_columns latest_reply
2022-07-22 18:02:38,724:INFO:superset.models.helpers:Updating table_columns latest_reply
Updating table_columns team
2022-07-22 18:02:38,732:INFO:superset.models.helpers:Updating table_columns team
Updating table_columns type
2022-07-22 18:02:38,741:INFO:superset.models.helpers:Updating table_columns type
Updating table_columns user
2022-07-22 18:02:38,749:INFO:superset.models.helpers:Updating table_columns user
Updating table_columns text
2022-07-22 18:02:38,757:INFO:superset.models.helpers:Updating table_columns text
Updating table_columns subscribed
2022-07-22 18:02:38,765:INFO:superset.models.helpers:Updating table_columns subscribed
Updating table_columns reply_count
2022-07-22 18:02:38,775:INFO:superset.models.helpers:Updating table_columns reply_count
Updating table_columns reply_users
2022-07-22 18:02:38,784:INFO:superset.models.helpers:Updating table_columns reply_users
Updating table_columns blocks
2022-07-22 18:02:38,792:INFO:superset.models.helpers:Updating table_columns blocks
Updating table_columns reply_users_count
2022-07-22 18:02:38,801:INFO:superset.models.helpers:Updating table_columns reply_users_count
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/threads.csv
2022-07-22 18:02:38,811:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/threads.csv
Loading data inside the import transaction
2022-07-22 18:02:38,877:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new tables unicode_test
2022-07-22 18:02:38,952:INFO:superset.models.helpers:Importing new tables unicode_test
Dataset has no database refusing to set permission
2022-07-22 18:02:38,956:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ffdd30>
2022-07-22 18:02:38,964:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ffdd30>
Importing new table_columns with_missing
2022-07-22 18:02:38,986:INFO:superset.models.helpers:Importing new table_columns with_missing
Importing new table_columns phrase
2022-07-22 18:02:39,004:INFO:superset.models.helpers:Importing new table_columns phrase
Importing new table_columns short_phrase
2022-07-22 18:02:39,020:INFO:superset.models.helpers:Importing new table_columns short_phrase
Importing new table_columns dttm
2022-07-22 18:02:39,036:INFO:superset.models.helpers:Importing new table_columns dttm
Importing new table_columns value
2022-07-22 18:02:39,051:INFO:superset.models.helpers:Importing new table_columns value
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/unicode_test.csv
2022-07-22 18:02:39,054:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/unicode_test.csv
Loading data inside the import transaction
2022-07-22 18:02:39,258:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables unicode_test
2022-07-22 18:02:39,286:INFO:superset.models.helpers:Updating tables unicode_test
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ffdd30>
2022-07-22 18:02:39,292:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ffdd30>
Updating table_columns with_missing
2022-07-22 18:02:39,302:INFO:superset.models.helpers:Updating table_columns with_missing
Updating table_columns phrase
2022-07-22 18:02:39,310:INFO:superset.models.helpers:Updating table_columns phrase
Updating table_columns short_phrase
2022-07-22 18:02:39,318:INFO:superset.models.helpers:Updating table_columns short_phrase
Updating table_columns dttm
2022-07-22 18:02:39,325:INFO:superset.models.helpers:Updating table_columns dttm
Updating table_columns value
2022-07-22 18:02:39,333:INFO:superset.models.helpers:Updating table_columns value
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/unicode_test.csv
2022-07-22 18:02:39,342:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/unicode_test.csv
Loading data inside the import transaction
2022-07-22 18:02:39,402:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new tables users_channels
2022-07-22 18:02:39,450:INFO:superset.models.helpers:Importing new tables users_channels
Dataset has no database refusing to set permission
2022-07-22 18:02:39,453:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a8a60>
2022-07-22 18:02:39,460:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a8a60>
Importing new table_columns user_id
2022-07-22 18:02:39,476:INFO:superset.models.helpers:Importing new table_columns user_id
Importing new table_columns name
2022-07-22 18:02:39,490:INFO:superset.models.helpers:Importing new table_columns name
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/users_channels.csv
2022-07-22 18:02:39,494:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/users_channels.csv
Loading data inside the import transaction
2022-07-22 18:02:39,735:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables users_channels
2022-07-22 18:02:40,214:INFO:superset.models.helpers:Updating tables users_channels
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a8a60>
2022-07-22 18:02:40,222:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a8a60>
Updating table_columns user_id
2022-07-22 18:02:40,231:INFO:superset.models.helpers:Updating table_columns user_id
Updating table_columns name
2022-07-22 18:02:40,240:INFO:superset.models.helpers:Updating table_columns name
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/users_channels.csv
2022-07-22 18:02:40,252:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/users_channels.csv
Loading data inside the import transaction
2022-07-22 18:02:40,387:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new tables messages_channels
2022-07-22 18:02:40,826:INFO:superset.models.helpers:Importing new tables messages_channels
Dataset has no database refusing to set permission
2022-07-22 18:02:40,839:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506197ee0>
2022-07-22 18:02:40,858:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506197ee0>
Importing new table_columns ts
2022-07-22 18:02:40,880:INFO:superset.models.helpers:Importing new table_columns ts
Importing new table_columns name
2022-07-22 18:02:40,897:INFO:superset.models.helpers:Importing new table_columns name
Importing new table_columns text
2022-07-22 18:02:40,920:INFO:superset.models.helpers:Importing new table_columns text
Updating tables messages_channels
2022-07-22 18:02:40,949:INFO:superset.models.helpers:Updating tables messages_channels
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506197ee0>
2022-07-22 18:02:40,958:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506197ee0>
Updating table_columns ts
2022-07-22 18:02:40,970:INFO:superset.models.helpers:Updating table_columns ts
Updating table_columns name
2022-07-22 18:02:40,982:INFO:superset.models.helpers:Updating table_columns name
Updating table_columns text
2022-07-22 18:02:40,993:INFO:superset.models.helpers:Updating table_columns text
Importing new tables members_channels_2
2022-07-22 18:02:41,040:INFO:superset.models.helpers:Importing new tables members_channels_2
Dataset has no database refusing to set permission
2022-07-22 18:02:41,042:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fbe58130>
2022-07-22 18:02:41,054:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fbe58130>
Importing new table_columns channel_name
2022-07-22 18:02:41,075:INFO:superset.models.helpers:Importing new table_columns channel_name
Importing new table_columns member_name
2022-07-22 18:02:41,089:INFO:superset.models.helpers:Importing new table_columns member_name
Updating tables members_channels_2
2022-07-22 18:02:41,111:INFO:superset.models.helpers:Updating tables members_channels_2
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fbe58130>
2022-07-22 18:02:41,119:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fbe58130>
Updating table_columns channel_name
2022-07-22 18:02:41,131:INFO:superset.models.helpers:Updating table_columns channel_name
Updating table_columns member_name
2022-07-22 18:02:41,139:INFO:superset.models.helpers:Updating table_columns member_name
Importing new tables new_members_daily
2022-07-22 18:02:41,182:INFO:superset.models.helpers:Importing new tables new_members_daily
Dataset has no database refusing to set permission
2022-07-22 18:02:41,187:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a2460>
2022-07-22 18:02:41,196:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a2460>
Importing new table_columns date
2022-07-22 18:02:41,213:INFO:superset.models.helpers:Importing new table_columns date
Importing new table_columns new_members
2022-07-22 18:02:41,227:INFO:superset.models.helpers:Importing new table_columns new_members
Updating tables new_members_daily
2022-07-22 18:02:41,252:INFO:superset.models.helpers:Updating tables new_members_daily
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a2460>
2022-07-22 18:02:41,260:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a2460>
Updating table_columns date
2022-07-22 18:02:41,272:INFO:superset.models.helpers:Updating table_columns date
Updating table_columns new_members
2022-07-22 18:02:41,285:INFO:superset.models.helpers:Updating table_columns new_members
Importing new tables users_channels-uzooNNtSRO
2022-07-22 18:02:41,339:INFO:superset.models.helpers:Importing new tables users_channels-uzooNNtSRO
Dataset has no database refusing to set permission
2022-07-22 18:02:41,342:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506076940>
2022-07-22 18:02:41,350:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506076940>
Importing new table_columns channel_1
2022-07-22 18:02:41,372:INFO:superset.models.helpers:Importing new table_columns channel_1
Importing new table_columns channel_2
2022-07-22 18:02:41,390:INFO:superset.models.helpers:Importing new table_columns channel_2
Importing new table_columns cnt
2022-07-22 18:02:41,408:INFO:superset.models.helpers:Importing new table_columns cnt
Updating tables users_channels-uzooNNtSRO
2022-07-22 18:02:41,430:INFO:superset.models.helpers:Updating tables users_channels-uzooNNtSRO
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506076940>
2022-07-22 18:02:41,438:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506076940>
Updating table_columns channel_1
2022-07-22 18:02:41,449:INFO:superset.models.helpers:Updating table_columns channel_1
Updating table_columns channel_2
2022-07-22 18:02:41,457:INFO:superset.models.helpers:Updating table_columns channel_2
Updating table_columns cnt
2022-07-22 18:02:41,467:INFO:superset.models.helpers:Updating table_columns cnt
Importing new tables FCC 2018 Survey
2022-07-22 18:02:41,507:INFO:superset.models.helpers:Importing new tables FCC 2018 Survey
Dataset has no database refusing to set permission
2022-07-22 18:02:41,510:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75049c4370>
2022-07-22 18:02:41,520:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75049c4370>
Importing new table_columns highest_degree_earned
2022-07-22 18:02:41,539:INFO:superset.models.helpers:Importing new table_columns highest_degree_earned
Importing new table_columns job_location_preference
2022-07-22 18:02:41,554:INFO:superset.models.helpers:Importing new table_columns job_location_preference
Importing new table_columns ethnic_minority
2022-07-22 18:02:41,570:INFO:superset.models.helpers:Importing new table_columns ethnic_minority
Importing new table_columns willing_to_relocate
2022-07-22 18:02:41,587:INFO:superset.models.helpers:Importing new table_columns willing_to_relocate
Importing new table_columns developer_type
2022-07-22 18:02:41,600:INFO:superset.models.helpers:Importing new table_columns developer_type
Importing new table_columns first_time_developer
2022-07-22 18:02:41,617:INFO:superset.models.helpers:Importing new table_columns first_time_developer
Importing new table_columns gender
2022-07-22 18:02:41,632:INFO:superset.models.helpers:Importing new table_columns gender
Importing new table_columns calc_first_time_dev
2022-07-22 18:02:41,649:INFO:superset.models.helpers:Importing new table_columns calc_first_time_dev
Importing new table_columns yt_codingtuts360
2022-07-22 18:02:41,664:INFO:superset.models.helpers:Importing new table_columns yt_codingtuts360
Importing new table_columns is_recv_disab_bnft
2022-07-22 18:02:41,680:INFO:superset.models.helpers:Importing new table_columns is_recv_disab_bnft
Importing new table_columns job_intr_qa_engn
2022-07-22 18:02:41,699:INFO:superset.models.helpers:Importing new table_columns job_intr_qa_engn
Importing new table_columns has_high_spd_ntnet
2022-07-22 18:02:41,714:INFO:superset.models.helpers:Importing new table_columns has_high_spd_ntnet
Importing new table_columns is_first_dev_job
2022-07-22 18:02:41,731:INFO:superset.models.helpers:Importing new table_columns is_first_dev_job
Importing new table_columns job_intr_ux_engn
2022-07-22 18:02:41,746:INFO:superset.models.helpers:Importing new table_columns job_intr_ux_engn
Importing new table_columns bootcamp_have_loan
2022-07-22 18:02:41,763:INFO:superset.models.helpers:Importing new table_columns bootcamp_have_loan
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 15 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_js_jabber
2022-07-22 18:02:41,780:INFO:superset.models.helpers:Importing new table_columns podcast_js_jabber
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 16 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_datasci
2022-07-22 18:02:41,795:INFO:superset.models.helpers:Importing new table_columns job_intr_datasci
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 17 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_dataengn
2022-07-22 18:02:41,811:INFO:superset.models.helpers:Importing new table_columns job_intr_dataengn
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 18 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_khan_acdm
2022-07-22 18:02:41,834:INFO:superset.models.helpers:Importing new table_columns rsrc_khan_acdm
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 19 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns has_finance_depends
2022-07-22 18:02:41,852:INFO:superset.models.helpers:Importing new table_columns has_finance_depends
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 20 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns has_served_military
2022-07-22 18:02:41,870:INFO:superset.models.helpers:Importing new table_columns has_served_military
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 21 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_backend
2022-07-22 18:02:41,886:INFO:superset.models.helpers:Importing new table_columns job_intr_backend
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 22 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_teacher
2022-07-22 18:02:41,903:INFO:superset.models.helpers:Importing new table_columns job_intr_teacher
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 23 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns months_job_search
2022-07-22 18:02:41,921:INFO:superset.models.helpers:Importing new table_columns months_job_search
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 24 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns student_debt_has
2022-07-22 18:02:41,939:INFO:superset.models.helpers:Importing new table_columns student_debt_has
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 25 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns student_debt_amt
2022-07-22 18:02:41,956:INFO:superset.models.helpers:Importing new table_columns student_debt_amt
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 26 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_gamedev
2022-07-22 18:02:41,974:INFO:superset.models.helpers:Importing new table_columns job_intr_gamedev
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 27 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_code_wars
2022-07-22 18:02:41,993:INFO:superset.models.helpers:Importing new table_columns rsrc_code_wars
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 28 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns do_finance_support
2022-07-22 18:02:42,024:INFO:superset.models.helpers:Importing new table_columns do_finance_support
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 29 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns last_yr_income
2022-07-22 18:02:42,060:INFO:superset.models.helpers:Importing new table_columns last_yr_income
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 30 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns is_software_dev
2022-07-22 18:02:42,086:INFO:superset.models.helpers:Importing new table_columns is_software_dev
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 31 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns money_for_learning
2022-07-22 18:02:42,106:INFO:superset.models.helpers:Importing new table_columns money_for_learning
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 32 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns home_mrtg_has
2022-07-22 18:02:42,128:INFO:superset.models.helpers:Importing new table_columns home_mrtg_has
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 33 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_mobile
2022-07-22 18:02:42,150:INFO:superset.models.helpers:Importing new table_columns job_intr_mobile
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 34 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_infosec
2022-07-22 18:02:42,170:INFO:superset.models.helpers:Importing new table_columns job_intr_infosec
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 35 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_fllstck
2022-07-22 18:02:42,191:INFO:superset.models.helpers:Importing new table_columns job_intr_fllstck
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 36 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_frntend
2022-07-22 18:02:42,211:INFO:superset.models.helpers:Importing new table_columns job_intr_frntend
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 37 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_devops
2022-07-22 18:02:42,241:INFO:superset.models.helpers:Importing new table_columns job_intr_devops
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 38 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_projm
2022-07-22 18:02:42,266:INFO:superset.models.helpers:Importing new table_columns job_intr_projm
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 39 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_css_tricks
2022-07-22 18:02:42,287:INFO:superset.models.helpers:Importing new table_columns rsrc_css_tricks
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 40 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_cs_dojo
2022-07-22 18:02:42,316:INFO:superset.models.helpers:Importing new table_columns yt_cs_dojo
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 41 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns is_ethnic_minority
2022-07-22 18:02:42,350:INFO:superset.models.helpers:Importing new table_columns is_ethnic_minority
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 42 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_mit_ocw
2022-07-22 18:02:42,372:INFO:superset.models.helpers:Importing new table_columns yt_mit_ocw
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 43 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns is_self_employed
2022-07-22 18:02:42,393:INFO:superset.models.helpers:Importing new table_columns is_self_employed
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 44 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns home_mrtg_owe
2022-07-22 18:02:42,421:INFO:superset.models.helpers:Importing new table_columns home_mrtg_owe
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 45 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_engn_truth
2022-07-22 18:02:42,459:INFO:superset.models.helpers:Importing new table_columns yt_engn_truth
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 46 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns bootcamp_attend
2022-07-22 18:02:42,486:INFO:superset.models.helpers:Importing new table_columns bootcamp_attend
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 47 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_derekbanas
2022-07-22 18:02:42,507:INFO:superset.models.helpers:Importing new table_columns yt_derekbanas
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 48 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_learncodeacdm
2022-07-22 18:02:42,529:INFO:superset.models.helpers:Importing new table_columns yt_learncodeacdm
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 49 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_changelog
2022-07-22 18:02:42,551:INFO:superset.models.helpers:Importing new table_columns podcast_changelog
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 50 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_hackerrank
2022-07-22 18:02:42,571:INFO:superset.models.helpers:Importing new table_columns rsrc_hackerrank
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 51 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_devtea
2022-07-22 18:02:42,595:INFO:superset.models.helpers:Importing new table_columns podcast_devtea
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 52 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_sedaily
2022-07-22 18:02:42,620:INFO:superset.models.helpers:Importing new table_columns podcast_sedaily
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 53 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_seradio
2022-07-22 18:02:42,646:INFO:superset.models.helpers:Importing new table_columns podcast_seradio
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 54 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_gamejam
2022-07-22 18:02:42,672:INFO:superset.models.helpers:Importing new table_columns codeevnt_gamejam
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 55 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_geekspeak
2022-07-22 18:02:42,699:INFO:superset.models.helpers:Importing new table_columns podcast_geekspeak
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 56 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_talkpythonme
2022-07-22 18:02:42,723:INFO:superset.models.helpers:Importing new table_columns podcast_talkpythonme
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 57 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_hanselmnts
2022-07-22 18:02:42,749:INFO:superset.models.helpers:Importing new table_columns podcast_hanselmnts
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 58 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_syntaxfm
2022-07-22 18:02:42,770:INFO:superset.models.helpers:Importing new table_columns podcast_syntaxfm
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 59 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_shoptalk
2022-07-22 18:02:42,792:INFO:superset.models.helpers:Importing new table_columns podcast_shoptalk
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 60 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_mozillahacks
2022-07-22 18:02:42,820:INFO:superset.models.helpers:Importing new table_columns yt_mozillahacks
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 61 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_codingblcks
2022-07-22 18:02:42,853:INFO:superset.models.helpers:Importing new table_columns podcast_codingblcks
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 62 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_codenewbie
2022-07-22 18:02:42,878:INFO:superset.models.helpers:Importing new table_columns podcast_codenewbie
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 63 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns bootcamp_recommend
2022-07-22 18:02:42,901:INFO:superset.models.helpers:Importing new table_columns bootcamp_recommend
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 64 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_railsbrdg
2022-07-22 18:02:42,926:INFO:superset.models.helpers:Importing new table_columns codeevnt_railsbrdg
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 65 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns bootcamp_finished
2022-07-22 18:02:42,949:INFO:superset.models.helpers:Importing new table_columns bootcamp_finished
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 66 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_rubyrogues
2022-07-22 18:02:42,974:INFO:superset.models.helpers:Importing new table_columns podcast_rubyrogues
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 67 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_relocate
2022-07-22 18:02:42,998:INFO:superset.models.helpers:Importing new table_columns job_relocate
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 68 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns debt_amt
2022-07-22 18:02:43,021:INFO:superset.models.helpers:Importing new table_columns debt_amt
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 69 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_codeacdm
2022-07-22 18:02:43,044:INFO:superset.models.helpers:Importing new table_columns rsrc_codeacdm
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 70 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_fcc
2022-07-22 18:02:43,069:INFO:superset.models.helpers:Importing new table_columns podcast_fcc
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 71 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_codepenrd
2022-07-22 18:02:43,094:INFO:superset.models.helpers:Importing new table_columns podcast_codepenrd
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 72 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_fullstckrd
2022-07-22 18:02:43,123:INFO:superset.models.helpers:Importing new table_columns podcast_fullstckrd
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 73 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_hackthn
2022-07-22 18:02:43,156:INFO:superset.models.helpers:Importing new table_columns codeevnt_hackthn
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 74 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_udacity
2022-07-22 18:02:43,191:INFO:superset.models.helpers:Importing new table_columns rsrc_udacity
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 75 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_ltcwm
2022-07-22 18:02:43,224:INFO:superset.models.helpers:Importing new table_columns podcast_ltcwm
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 76 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_coursera
2022-07-22 18:02:43,253:INFO:superset.models.helpers:Importing new table_columns rsrc_coursera
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 77 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_djangogrls
2022-07-22 18:02:43,278:INFO:superset.models.helpers:Importing new table_columns codeevnt_djangogrls
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 78 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_startupwknd
2022-07-22 18:02:43,304:INFO:superset.models.helpers:Importing new table_columns codeevnt_startupwknd
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 79 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_progthrwdwn
2022-07-22 18:02:43,329:INFO:superset.models.helpers:Importing new table_columns podcast_progthrwdwn
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 80 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns expected_earn
2022-07-22 18:02:43,353:INFO:superset.models.helpers:Importing new table_columns expected_earn
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 81 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_egghead
2022-07-22 18:02:43,380:INFO:superset.models.helpers:Importing new table_columns rsrc_egghead
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 82 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_railsgrls
2022-07-22 18:02:43,406:INFO:superset.models.helpers:Importing new table_columns codeevnt_railsgrls
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 83 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns has_children
2022-07-22 18:02:43,433:INFO:superset.models.helpers:Importing new table_columns has_children
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 84 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_frnthppyhr
2022-07-22 18:02:43,458:INFO:superset.models.helpers:Importing new table_columns podcast_frnthppyhr
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 85 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_codingtrain
2022-07-22 18:02:43,495:INFO:superset.models.helpers:Importing new table_columns yt_codingtrain
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 86 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_lynda
2022-07-22 18:02:43,521:INFO:superset.models.helpers:Importing new table_columns rsrc_lynda
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 87 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_pluralsght
2022-07-22 18:02:43,556:INFO:superset.models.helpers:Importing new table_columns rsrc_pluralsght
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 88 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns hours_learning
2022-07-22 18:02:43,586:INFO:superset.models.helpers:Importing new table_columns hours_learning
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 89 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_simplilearn
2022-07-22 18:02:43,613:INFO:superset.models.helpers:Importing new table_columns yt_simplilearn
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 90 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_wkndbtcmp
2022-07-22 18:02:43,642:INFO:superset.models.helpers:Importing new table_columns codeevnt_wkndbtcmp
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 91 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_fcc
2022-07-22 18:02:43,668:INFO:superset.models.helpers:Importing new table_columns codeevnt_fcc
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 92 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_fcc
2022-07-22 18:02:43,694:INFO:superset.models.helpers:Importing new table_columns rsrc_fcc
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 93 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_coderdojo
2022-07-22 18:02:43,721:INFO:superset.models.helpers:Importing new table_columns codeevnt_coderdojo
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 94 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_nodeschl
2022-07-22 18:02:43,751:INFO:superset.models.helpers:Importing new table_columns codeevnt_nodeschl
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 95 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_womenwc
2022-07-22 18:02:43,778:INFO:superset.models.helpers:Importing new table_columns codeevnt_womenwc
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 96 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_confs
2022-07-22 18:02:43,920:INFO:superset.models.helpers:Importing new table_columns codeevnt_confs
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 97 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_fcc
2022-07-22 18:02:43,949:INFO:superset.models.helpers:Importing new table_columns yt_fcc
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 98 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_girldevit
2022-07-22 18:02:43,980:INFO:superset.models.helpers:Importing new table_columns codeevnt_girldevit
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 99 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_meetup
2022-07-22 18:02:44,008:INFO:superset.models.helpers:Importing new table_columns codeevnt_meetup
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 100 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_workshps
2022-07-22 18:02:44,037:INFO:superset.models.helpers:Importing new table_columns codeevnt_workshps
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 101 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_frntendmstr
2022-07-22 18:02:44,066:INFO:superset.models.helpers:Importing new table_columns rsrc_frntendmstr
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 102 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns num_children
2022-07-22 18:02:44,093:INFO:superset.models.helpers:Importing new table_columns num_children
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 103 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_udemy
2022-07-22 18:02:44,121:INFO:superset.models.helpers:Importing new table_columns rsrc_udemy
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 104 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_edx
2022-07-22 18:02:44,154:INFO:superset.models.helpers:Importing new table_columns rsrc_edx
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 105 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_mdn
2022-07-22 18:02:44,184:INFO:superset.models.helpers:Importing new table_columns rsrc_mdn
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 106 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_treehouse
2022-07-22 18:02:44,212:INFO:superset.models.helpers:Importing new table_columns rsrc_treehouse
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 107 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_computerphile
2022-07-22 18:02:44,244:INFO:superset.models.helpers:Importing new table_columns yt_computerphile
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 108 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_funfunfunct
2022-07-22 18:02:44,272:INFO:superset.models.helpers:Importing new table_columns yt_funfunfunct
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 109 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_so
2022-07-22 18:02:44,303:INFO:superset.models.helpers:Importing new table_columns rsrc_so
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 110 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_googledevs
2022-07-22 18:02:44,335:INFO:superset.models.helpers:Importing new table_columns yt_googledevs
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 111 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_devtips
2022-07-22 18:02:44,372:INFO:superset.models.helpers:Importing new table_columns yt_devtips
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 112 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_simpleprog
2022-07-22 18:02:44,402:INFO:superset.models.helpers:Importing new table_columns yt_simpleprog
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 113 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_lvluptuts
2022-07-22 18:02:44,431:INFO:superset.models.helpers:Importing new table_columns yt_lvluptuts
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 114 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns time_start
2022-07-22 18:02:44,463:INFO:superset.models.helpers:Importing new table_columns time_start
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 115 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns time_total_sec
2022-07-22 18:02:44,493:INFO:superset.models.helpers:Importing new table_columns time_total_sec
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 116 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns months_programming
2022-07-22 18:02:44,540:INFO:superset.models.helpers:Importing new table_columns months_programming
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 117 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns age
2022-07-22 18:02:44,578:INFO:superset.models.helpers:Importing new table_columns age
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 118 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns ID
2022-07-22 18:02:44,610:INFO:superset.models.helpers:Importing new table_columns ID
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 119 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns reasons_to_code_other
2022-07-22 18:02:44,640:INFO:superset.models.helpers:Importing new table_columns reasons_to_code_other
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 120 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns lang_at_home
2022-07-22 18:02:44,671:INFO:superset.models.helpers:Importing new table_columns lang_at_home
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 121 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns when_appl_job
2022-07-22 18:02:44,703:INFO:superset.models.helpers:Importing new table_columns when_appl_job
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 122 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns reasons_to_code
2022-07-22 18:02:44,735:INFO:superset.models.helpers:Importing new table_columns reasons_to_code
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 123 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns live_city_population
2022-07-22 18:02:44,766:INFO:superset.models.helpers:Importing new table_columns live_city_population
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 124 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_lctn_pref
2022-07-22 18:02:44,800:INFO:superset.models.helpers:Importing new table_columns job_lctn_pref
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 125 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_intr_other
2022-07-22 18:02:44,843:INFO:superset.models.helpers:Importing new table_columns job_intr_other
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 126 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns curr_emplymnt_other
2022-07-22 18:02:44,883:INFO:superset.models.helpers:Importing new table_columns curr_emplymnt_other
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 127 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns marital_status
2022-07-22 18:02:44,922:INFO:superset.models.helpers:Importing new table_columns marital_status
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 128 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns bootcamp_name
2022-07-22 18:02:44,965:INFO:superset.models.helpers:Importing new table_columns bootcamp_name
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 129 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns podcast_other
2022-07-22 18:02:45,000:INFO:superset.models.helpers:Importing new table_columns podcast_other
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 130 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns school_major
2022-07-22 18:02:45,040:INFO:superset.models.helpers:Importing new table_columns school_major
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 131 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns job_pref
2022-07-22 18:02:45,092:INFO:superset.models.helpers:Importing new table_columns job_pref
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 132 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns country_citizen
2022-07-22 18:02:45,123:INFO:superset.models.helpers:Importing new table_columns country_citizen
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 133 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns school_degree
2022-07-22 18:02:45,157:INFO:superset.models.helpers:Importing new table_columns school_degree
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 134 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns codeevnt_other
2022-07-22 18:02:45,196:INFO:superset.models.helpers:Importing new table_columns codeevnt_other
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 135 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns curr_field
2022-07-22 18:02:45,231:INFO:superset.models.helpers:Importing new table_columns curr_field
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 136 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns communite_time
2022-07-22 18:02:45,266:INFO:superset.models.helpers:Importing new table_columns communite_time
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 137 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns rsrc_other
2022-07-22 18:02:45,299:INFO:superset.models.helpers:Importing new table_columns rsrc_other
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 138 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns country_live
2022-07-22 18:02:45,332:INFO:superset.models.helpers:Importing new table_columns country_live
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 139 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns curr_emplymnt
2022-07-22 18:02:45,368:INFO:superset.models.helpers:Importing new table_columns curr_emplymnt
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 140 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns gender_other
2022-07-22 18:02:45,401:INFO:superset.models.helpers:Importing new table_columns gender_other
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 141 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns time_end
2022-07-22 18:02:45,436:INFO:superset.models.helpers:Importing new table_columns time_end
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 142 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns network_id
2022-07-22 18:02:45,468:INFO:superset.models.helpers:Importing new table_columns network_id
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 143 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Importing new table_columns yt_other
2022-07-22 18:02:45,502:INFO:superset.models.helpers:Importing new table_columns yt_other
/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/session.py:2660: SAWarning: Attribute history events accumulated on 144 previously clean instances within inner-flush event handlers have been reset, and will not result in database updates. Consider using set_committed_value() within inner-flush event handlers to avoid this warning.
  util.warn(
Updating table_columns gender
2022-07-22 18:02:45,538:INFO:superset.models.helpers:Updating table_columns gender
Downloading data from https://github.com/apache-superset/examples-data/raw/master/datasets/examples/fcc_survey_2018.csv.gz
2022-07-22 18:02:45,542:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://github.com/apache-superset/examples-data/raw/master/datasets/examples/fcc_survey_2018.csv.gz
Loading data inside the import transaction
2022-07-22 18:02:47,048:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables FCC 2018 Survey
2022-07-22 18:04:14,865:INFO:superset.models.helpers:Updating tables FCC 2018 Survey
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75049c4370>
2022-07-22 18:04:14,874:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75049c4370>
Updating table_columns highest_degree_earned
2022-07-22 18:04:14,884:INFO:superset.models.helpers:Updating table_columns highest_degree_earned
Updating table_columns job_location_preference
2022-07-22 18:04:14,892:INFO:superset.models.helpers:Updating table_columns job_location_preference
Updating table_columns ethnic_minority
2022-07-22 18:04:14,901:INFO:superset.models.helpers:Updating table_columns ethnic_minority
Updating table_columns willing_to_relocate
2022-07-22 18:04:14,910:INFO:superset.models.helpers:Updating table_columns willing_to_relocate
Updating table_columns developer_type
2022-07-22 18:04:14,921:INFO:superset.models.helpers:Updating table_columns developer_type
Updating table_columns first_time_developer
2022-07-22 18:04:14,931:INFO:superset.models.helpers:Updating table_columns first_time_developer
Updating table_columns gender
2022-07-22 18:04:14,940:INFO:superset.models.helpers:Updating table_columns gender
Updating table_columns calc_first_time_dev
2022-07-22 18:04:14,951:INFO:superset.models.helpers:Updating table_columns calc_first_time_dev
Updating table_columns yt_codingtuts360
2022-07-22 18:04:14,961:INFO:superset.models.helpers:Updating table_columns yt_codingtuts360
Updating table_columns is_recv_disab_bnft
2022-07-22 18:04:14,969:INFO:superset.models.helpers:Updating table_columns is_recv_disab_bnft
Updating table_columns job_intr_qa_engn
2022-07-22 18:04:14,981:INFO:superset.models.helpers:Updating table_columns job_intr_qa_engn
Updating table_columns has_high_spd_ntnet
2022-07-22 18:04:14,990:INFO:superset.models.helpers:Updating table_columns has_high_spd_ntnet
Updating table_columns is_first_dev_job
2022-07-22 18:04:14,999:INFO:superset.models.helpers:Updating table_columns is_first_dev_job
Updating table_columns job_intr_ux_engn
2022-07-22 18:04:15,008:INFO:superset.models.helpers:Updating table_columns job_intr_ux_engn
Updating table_columns bootcamp_have_loan
2022-07-22 18:04:15,018:INFO:superset.models.helpers:Updating table_columns bootcamp_have_loan
Updating table_columns podcast_js_jabber
2022-07-22 18:04:15,030:INFO:superset.models.helpers:Updating table_columns podcast_js_jabber
Updating table_columns job_intr_datasci
2022-07-22 18:04:15,043:INFO:superset.models.helpers:Updating table_columns job_intr_datasci
Updating table_columns job_intr_dataengn
2022-07-22 18:04:15,056:INFO:superset.models.helpers:Updating table_columns job_intr_dataengn
Updating table_columns rsrc_khan_acdm
2022-07-22 18:04:15,067:INFO:superset.models.helpers:Updating table_columns rsrc_khan_acdm
Updating table_columns has_finance_depends
2022-07-22 18:04:15,077:INFO:superset.models.helpers:Updating table_columns has_finance_depends
Updating table_columns has_served_military
2022-07-22 18:04:15,088:INFO:superset.models.helpers:Updating table_columns has_served_military
Updating table_columns job_intr_backend
2022-07-22 18:04:15,098:INFO:superset.models.helpers:Updating table_columns job_intr_backend
Updating table_columns job_intr_teacher
2022-07-22 18:04:15,107:INFO:superset.models.helpers:Updating table_columns job_intr_teacher
Updating table_columns months_job_search
2022-07-22 18:04:15,116:INFO:superset.models.helpers:Updating table_columns months_job_search
Updating table_columns student_debt_has
2022-07-22 18:04:15,125:INFO:superset.models.helpers:Updating table_columns student_debt_has
Updating table_columns student_debt_amt
2022-07-22 18:04:15,136:INFO:superset.models.helpers:Updating table_columns student_debt_amt
Updating table_columns job_intr_gamedev
2022-07-22 18:04:15,147:INFO:superset.models.helpers:Updating table_columns job_intr_gamedev
Updating table_columns rsrc_code_wars
2022-07-22 18:04:15,155:INFO:superset.models.helpers:Updating table_columns rsrc_code_wars
Updating table_columns do_finance_support
2022-07-22 18:04:15,165:INFO:superset.models.helpers:Updating table_columns do_finance_support
Updating table_columns last_yr_income
2022-07-22 18:04:15,174:INFO:superset.models.helpers:Updating table_columns last_yr_income
Updating table_columns is_software_dev
2022-07-22 18:04:15,184:INFO:superset.models.helpers:Updating table_columns is_software_dev
Updating table_columns money_for_learning
2022-07-22 18:04:15,193:INFO:superset.models.helpers:Updating table_columns money_for_learning
Updating table_columns home_mrtg_has
2022-07-22 18:04:15,205:INFO:superset.models.helpers:Updating table_columns home_mrtg_has
Updating table_columns job_intr_mobile
2022-07-22 18:04:15,215:INFO:superset.models.helpers:Updating table_columns job_intr_mobile
Updating table_columns job_intr_infosec
2022-07-22 18:04:15,224:INFO:superset.models.helpers:Updating table_columns job_intr_infosec
Updating table_columns job_intr_fllstck
2022-07-22 18:04:15,233:INFO:superset.models.helpers:Updating table_columns job_intr_fllstck
Updating table_columns job_intr_frntend
2022-07-22 18:04:15,242:INFO:superset.models.helpers:Updating table_columns job_intr_frntend
Updating table_columns job_intr_devops
2022-07-22 18:04:15,251:INFO:superset.models.helpers:Updating table_columns job_intr_devops
Updating table_columns job_intr_projm
2022-07-22 18:04:15,262:INFO:superset.models.helpers:Updating table_columns job_intr_projm
Updating table_columns rsrc_css_tricks
2022-07-22 18:04:15,275:INFO:superset.models.helpers:Updating table_columns rsrc_css_tricks
Updating table_columns yt_cs_dojo
2022-07-22 18:04:15,286:INFO:superset.models.helpers:Updating table_columns yt_cs_dojo
Updating table_columns is_ethnic_minority
2022-07-22 18:04:15,295:INFO:superset.models.helpers:Updating table_columns is_ethnic_minority
Updating table_columns yt_mit_ocw
2022-07-22 18:04:15,305:INFO:superset.models.helpers:Updating table_columns yt_mit_ocw
Updating table_columns is_self_employed
2022-07-22 18:04:15,314:INFO:superset.models.helpers:Updating table_columns is_self_employed
Updating table_columns home_mrtg_owe
2022-07-22 18:04:15,322:INFO:superset.models.helpers:Updating table_columns home_mrtg_owe
Updating table_columns yt_engn_truth
2022-07-22 18:04:15,330:INFO:superset.models.helpers:Updating table_columns yt_engn_truth
Updating table_columns bootcamp_attend
2022-07-22 18:04:15,337:INFO:superset.models.helpers:Updating table_columns bootcamp_attend
Updating table_columns yt_derekbanas
2022-07-22 18:04:15,345:INFO:superset.models.helpers:Updating table_columns yt_derekbanas
Updating table_columns yt_learncodeacdm
2022-07-22 18:04:15,354:INFO:superset.models.helpers:Updating table_columns yt_learncodeacdm
Updating table_columns podcast_changelog
2022-07-22 18:04:15,362:INFO:superset.models.helpers:Updating table_columns podcast_changelog
Updating table_columns rsrc_hackerrank
2022-07-22 18:04:15,373:INFO:superset.models.helpers:Updating table_columns rsrc_hackerrank
Updating table_columns podcast_devtea
2022-07-22 18:04:15,383:INFO:superset.models.helpers:Updating table_columns podcast_devtea
Updating table_columns podcast_sedaily
2022-07-22 18:04:15,392:INFO:superset.models.helpers:Updating table_columns podcast_sedaily
Updating table_columns podcast_seradio
2022-07-22 18:04:15,401:INFO:superset.models.helpers:Updating table_columns podcast_seradio
Updating table_columns codeevnt_gamejam
2022-07-22 18:04:15,410:INFO:superset.models.helpers:Updating table_columns codeevnt_gamejam
Updating table_columns podcast_geekspeak
2022-07-22 18:04:15,419:INFO:superset.models.helpers:Updating table_columns podcast_geekspeak
Updating table_columns podcast_talkpythonme
2022-07-22 18:04:15,428:INFO:superset.models.helpers:Updating table_columns podcast_talkpythonme
Updating table_columns podcast_hanselmnts
2022-07-22 18:04:15,438:INFO:superset.models.helpers:Updating table_columns podcast_hanselmnts
Updating table_columns podcast_syntaxfm
2022-07-22 18:04:15,447:INFO:superset.models.helpers:Updating table_columns podcast_syntaxfm
Updating table_columns podcast_shoptalk
2022-07-22 18:04:15,460:INFO:superset.models.helpers:Updating table_columns podcast_shoptalk
Updating table_columns yt_mozillahacks
2022-07-22 18:04:15,471:INFO:superset.models.helpers:Updating table_columns yt_mozillahacks
Updating table_columns podcast_codingblcks
2022-07-22 18:04:15,480:INFO:superset.models.helpers:Updating table_columns podcast_codingblcks
Updating table_columns podcast_codenewbie
2022-07-22 18:04:15,490:INFO:superset.models.helpers:Updating table_columns podcast_codenewbie
Updating table_columns bootcamp_recommend
2022-07-22 18:04:15,499:INFO:superset.models.helpers:Updating table_columns bootcamp_recommend
Updating table_columns codeevnt_railsbrdg
2022-07-22 18:04:15,508:INFO:superset.models.helpers:Updating table_columns codeevnt_railsbrdg
Updating table_columns bootcamp_finished
2022-07-22 18:04:15,519:INFO:superset.models.helpers:Updating table_columns bootcamp_finished
Updating table_columns podcast_rubyrogues
2022-07-22 18:04:15,528:INFO:superset.models.helpers:Updating table_columns podcast_rubyrogues
Updating table_columns job_relocate
2022-07-22 18:04:15,537:INFO:superset.models.helpers:Updating table_columns job_relocate
Updating table_columns debt_amt
2022-07-22 18:04:15,547:INFO:superset.models.helpers:Updating table_columns debt_amt
Updating table_columns rsrc_codeacdm
2022-07-22 18:04:15,555:INFO:superset.models.helpers:Updating table_columns rsrc_codeacdm
Updating table_columns podcast_fcc
2022-07-22 18:04:15,565:INFO:superset.models.helpers:Updating table_columns podcast_fcc
Updating table_columns podcast_codepenrd
2022-07-22 18:04:15,573:INFO:superset.models.helpers:Updating table_columns podcast_codepenrd
Updating table_columns podcast_fullstckrd
2022-07-22 18:04:15,584:INFO:superset.models.helpers:Updating table_columns podcast_fullstckrd
Updating table_columns codeevnt_hackthn
2022-07-22 18:04:15,593:INFO:superset.models.helpers:Updating table_columns codeevnt_hackthn
Updating table_columns rsrc_udacity
2022-07-22 18:04:15,603:INFO:superset.models.helpers:Updating table_columns rsrc_udacity
Updating table_columns podcast_ltcwm
2022-07-22 18:04:15,615:INFO:superset.models.helpers:Updating table_columns podcast_ltcwm
Updating table_columns rsrc_coursera
2022-07-22 18:04:15,626:INFO:superset.models.helpers:Updating table_columns rsrc_coursera
Updating table_columns codeevnt_djangogrls
2022-07-22 18:04:15,635:INFO:superset.models.helpers:Updating table_columns codeevnt_djangogrls
Updating table_columns codeevnt_startupwknd
2022-07-22 18:04:15,645:INFO:superset.models.helpers:Updating table_columns codeevnt_startupwknd
Updating table_columns podcast_progthrwdwn
2022-07-22 18:04:15,656:INFO:superset.models.helpers:Updating table_columns podcast_progthrwdwn
Updating table_columns expected_earn
2022-07-22 18:04:15,666:INFO:superset.models.helpers:Updating table_columns expected_earn
Updating table_columns rsrc_egghead
2022-07-22 18:04:15,676:INFO:superset.models.helpers:Updating table_columns rsrc_egghead
Updating table_columns codeevnt_railsgrls
2022-07-22 18:04:15,685:INFO:superset.models.helpers:Updating table_columns codeevnt_railsgrls
Updating table_columns has_children
2022-07-22 18:04:15,693:INFO:superset.models.helpers:Updating table_columns has_children
Updating table_columns podcast_frnthppyhr
2022-07-22 18:04:15,704:INFO:superset.models.helpers:Updating table_columns podcast_frnthppyhr
Updating table_columns yt_codingtrain
2022-07-22 18:04:15,714:INFO:superset.models.helpers:Updating table_columns yt_codingtrain
Updating table_columns rsrc_lynda
2022-07-22 18:04:15,726:INFO:superset.models.helpers:Updating table_columns rsrc_lynda
Updating table_columns rsrc_pluralsght
2022-07-22 18:04:15,741:INFO:superset.models.helpers:Updating table_columns rsrc_pluralsght
Updating table_columns hours_learning
2022-07-22 18:04:15,752:INFO:superset.models.helpers:Updating table_columns hours_learning
Updating table_columns yt_simplilearn
2022-07-22 18:04:15,762:INFO:superset.models.helpers:Updating table_columns yt_simplilearn
Updating table_columns codeevnt_wkndbtcmp
2022-07-22 18:04:15,772:INFO:superset.models.helpers:Updating table_columns codeevnt_wkndbtcmp
Updating table_columns codeevnt_fcc
2022-07-22 18:04:15,784:INFO:superset.models.helpers:Updating table_columns codeevnt_fcc
Updating table_columns rsrc_fcc
2022-07-22 18:04:15,794:INFO:superset.models.helpers:Updating table_columns rsrc_fcc
Updating table_columns codeevnt_coderdojo
2022-07-22 18:04:15,805:INFO:superset.models.helpers:Updating table_columns codeevnt_coderdojo
Updating table_columns codeevnt_nodeschl
2022-07-22 18:04:15,815:INFO:superset.models.helpers:Updating table_columns codeevnt_nodeschl
Updating table_columns codeevnt_womenwc
2022-07-22 18:04:15,837:INFO:superset.models.helpers:Updating table_columns codeevnt_womenwc
Updating table_columns codeevnt_confs
2022-07-22 18:04:15,848:INFO:superset.models.helpers:Updating table_columns codeevnt_confs
Updating table_columns yt_fcc
2022-07-22 18:04:15,856:INFO:superset.models.helpers:Updating table_columns yt_fcc
Updating table_columns codeevnt_girldevit
2022-07-22 18:04:15,867:INFO:superset.models.helpers:Updating table_columns codeevnt_girldevit
Updating table_columns codeevnt_meetup
2022-07-22 18:04:15,878:INFO:superset.models.helpers:Updating table_columns codeevnt_meetup
Updating table_columns codeevnt_workshps
2022-07-22 18:04:15,897:INFO:superset.models.helpers:Updating table_columns codeevnt_workshps
Updating table_columns rsrc_frntendmstr
2022-07-22 18:04:15,907:INFO:superset.models.helpers:Updating table_columns rsrc_frntendmstr
Updating table_columns num_children
2022-07-22 18:04:15,920:INFO:superset.models.helpers:Updating table_columns num_children
Updating table_columns rsrc_udemy
2022-07-22 18:04:15,931:INFO:superset.models.helpers:Updating table_columns rsrc_udemy
Updating table_columns rsrc_edx
2022-07-22 18:04:15,942:INFO:superset.models.helpers:Updating table_columns rsrc_edx
Updating table_columns rsrc_mdn
2022-07-22 18:04:15,952:INFO:superset.models.helpers:Updating table_columns rsrc_mdn
Updating table_columns rsrc_treehouse
2022-07-22 18:04:15,963:INFO:superset.models.helpers:Updating table_columns rsrc_treehouse
Updating table_columns yt_computerphile
2022-07-22 18:04:15,977:INFO:superset.models.helpers:Updating table_columns yt_computerphile
Updating table_columns yt_funfunfunct
2022-07-22 18:04:15,989:INFO:superset.models.helpers:Updating table_columns yt_funfunfunct
Updating table_columns rsrc_so
2022-07-22 18:04:15,998:INFO:superset.models.helpers:Updating table_columns rsrc_so
Updating table_columns yt_googledevs
2022-07-22 18:04:16,008:INFO:superset.models.helpers:Updating table_columns yt_googledevs
Updating table_columns yt_devtips
2022-07-22 18:04:16,021:INFO:superset.models.helpers:Updating table_columns yt_devtips
Updating table_columns yt_simpleprog
2022-07-22 18:04:16,031:INFO:superset.models.helpers:Updating table_columns yt_simpleprog
Updating table_columns yt_lvluptuts
2022-07-22 18:04:16,042:INFO:superset.models.helpers:Updating table_columns yt_lvluptuts
Updating table_columns time_start
2022-07-22 18:04:16,054:INFO:superset.models.helpers:Updating table_columns time_start
Updating table_columns time_total_sec
2022-07-22 18:04:16,065:INFO:superset.models.helpers:Updating table_columns time_total_sec
Updating table_columns months_programming
2022-07-22 18:04:16,075:INFO:superset.models.helpers:Updating table_columns months_programming
Updating table_columns age
2022-07-22 18:04:16,084:INFO:superset.models.helpers:Updating table_columns age
Updating table_columns ID
2022-07-22 18:04:16,094:INFO:superset.models.helpers:Updating table_columns ID
Updating table_columns reasons_to_code_other
2022-07-22 18:04:16,104:INFO:superset.models.helpers:Updating table_columns reasons_to_code_other
Updating table_columns lang_at_home
2022-07-22 18:04:16,116:INFO:superset.models.helpers:Updating table_columns lang_at_home
Updating table_columns when_appl_job
2022-07-22 18:04:16,127:INFO:superset.models.helpers:Updating table_columns when_appl_job
Updating table_columns reasons_to_code
2022-07-22 18:04:16,139:INFO:superset.models.helpers:Updating table_columns reasons_to_code
Updating table_columns live_city_population
2022-07-22 18:04:16,149:INFO:superset.models.helpers:Updating table_columns live_city_population
Updating table_columns job_lctn_pref
2022-07-22 18:04:16,160:INFO:superset.models.helpers:Updating table_columns job_lctn_pref
Updating table_columns job_intr_other
2022-07-22 18:04:16,171:INFO:superset.models.helpers:Updating table_columns job_intr_other
Updating table_columns curr_emplymnt_other
2022-07-22 18:04:16,181:INFO:superset.models.helpers:Updating table_columns curr_emplymnt_other
Updating table_columns marital_status
2022-07-22 18:04:16,191:INFO:superset.models.helpers:Updating table_columns marital_status
Updating table_columns bootcamp_name
2022-07-22 18:04:16,200:INFO:superset.models.helpers:Updating table_columns bootcamp_name
Updating table_columns podcast_other
2022-07-22 18:04:16,209:INFO:superset.models.helpers:Updating table_columns podcast_other
Updating table_columns school_major
2022-07-22 18:04:16,218:INFO:superset.models.helpers:Updating table_columns school_major
Updating table_columns job_pref
2022-07-22 18:04:16,227:INFO:superset.models.helpers:Updating table_columns job_pref
Updating table_columns country_citizen
2022-07-22 18:04:16,235:INFO:superset.models.helpers:Updating table_columns country_citizen
Updating table_columns school_degree
2022-07-22 18:04:16,245:INFO:superset.models.helpers:Updating table_columns school_degree
Updating table_columns codeevnt_other
2022-07-22 18:04:16,255:INFO:superset.models.helpers:Updating table_columns codeevnt_other
Updating table_columns curr_field
2022-07-22 18:04:16,265:INFO:superset.models.helpers:Updating table_columns curr_field
Updating table_columns communite_time
2022-07-22 18:04:16,273:INFO:superset.models.helpers:Updating table_columns communite_time
Updating table_columns rsrc_other
2022-07-22 18:04:16,283:INFO:superset.models.helpers:Updating table_columns rsrc_other
Updating table_columns country_live
2022-07-22 18:04:16,294:INFO:superset.models.helpers:Updating table_columns country_live
Updating table_columns curr_emplymnt
2022-07-22 18:04:16,303:INFO:superset.models.helpers:Updating table_columns curr_emplymnt
Updating table_columns gender_other
2022-07-22 18:04:16,313:INFO:superset.models.helpers:Updating table_columns gender_other
Updating table_columns time_end
2022-07-22 18:04:16,321:INFO:superset.models.helpers:Updating table_columns time_end
Updating table_columns network_id
2022-07-22 18:04:16,330:INFO:superset.models.helpers:Updating table_columns network_id
Updating table_columns yt_other
2022-07-22 18:04:16,339:INFO:superset.models.helpers:Updating table_columns yt_other
Updating table_columns gender
2022-07-22 18:04:16,349:INFO:superset.models.helpers:Updating table_columns gender
Couldn't check if table FCC 2018 Survey exists, assuming it does
2022-07-22 18:04:21,370:WARNING:superset.datasets.commands.importers.v1.utils:Couldn't check if table FCC 2018 Survey exists, assuming it does
Importing new tables channels
2022-07-22 18:04:21,416:INFO:superset.models.helpers:Importing new tables channels
Dataset has no database refusing to set permission
2022-07-22 18:04:21,418:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fbc6f1c0>
2022-07-22 18:04:21,428:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fbc6f1c0>
Importing new table_columns topic__last_set
2022-07-22 18:04:21,443:INFO:superset.models.helpers:Importing new table_columns topic__last_set
Importing new table_columns purpose__last_set
2022-07-22 18:04:21,459:INFO:superset.models.helpers:Importing new table_columns purpose__last_set
Importing new table_columns created
2022-07-22 18:04:21,471:INFO:superset.models.helpers:Importing new table_columns created
Importing new table_columns unlinked
2022-07-22 18:04:21,485:INFO:superset.models.helpers:Importing new table_columns unlinked
Importing new table_columns topic__creator
2022-07-22 18:04:21,502:INFO:superset.models.helpers:Importing new table_columns topic__creator
Importing new table_columns purpose__creator
2022-07-22 18:04:21,518:INFO:superset.models.helpers:Importing new table_columns purpose__creator
Importing new table_columns topic__value
2022-07-22 18:04:21,533:INFO:superset.models.helpers:Importing new table_columns topic__value
Importing new table_columns purpose__value
2022-07-22 18:04:21,549:INFO:superset.models.helpers:Importing new table_columns purpose__value
Importing new table_columns parent_conversation
2022-07-22 18:04:21,566:INFO:superset.models.helpers:Importing new table_columns parent_conversation
Importing new table_columns name_normalized
2022-07-22 18:04:21,583:INFO:superset.models.helpers:Importing new table_columns name_normalized
Importing new table_columns channel_id
2022-07-22 18:04:21,600:INFO:superset.models.helpers:Importing new table_columns channel_id
Importing new table_columns creator
2022-07-22 18:04:21,614:INFO:superset.models.helpers:Importing new table_columns creator
Importing new table_columns name
2022-07-22 18:04:21,630:INFO:superset.models.helpers:Importing new table_columns name
Importing new table_columns id
2022-07-22 18:04:21,646:INFO:superset.models.helpers:Importing new table_columns id
Importing new table_columns is_pending_ext_shared
2022-07-22 18:04:21,661:INFO:superset.models.helpers:Importing new table_columns is_pending_ext_shared
Importing new table_columns is_ext_shared
2022-07-22 18:04:21,678:INFO:superset.models.helpers:Importing new table_columns is_ext_shared
Importing new table_columns is_org_shared
2022-07-22 18:04:21,693:INFO:superset.models.helpers:Importing new table_columns is_org_shared
Importing new table_columns is_archived
2022-07-22 18:04:21,708:INFO:superset.models.helpers:Importing new table_columns is_archived
Importing new table_columns is_channel
2022-07-22 18:04:21,724:INFO:superset.models.helpers:Importing new table_columns is_channel
Importing new table_columns is_shared
2022-07-22 18:04:21,740:INFO:superset.models.helpers:Importing new table_columns is_shared
Importing new table_columns is_general
2022-07-22 18:04:21,761:INFO:superset.models.helpers:Importing new table_columns is_general
Importing new table_columns is_private
2022-07-22 18:04:21,789:INFO:superset.models.helpers:Importing new table_columns is_private
Importing new table_columns is_member
2022-07-22 18:04:21,808:INFO:superset.models.helpers:Importing new table_columns is_member
Importing new table_columns is_group
2022-07-22 18:04:21,824:INFO:superset.models.helpers:Importing new table_columns is_group
Importing new table_columns is_mpim
2022-07-22 18:04:21,846:INFO:superset.models.helpers:Importing new table_columns is_mpim
Importing new table_columns is_im
2022-07-22 18:04:21,866:INFO:superset.models.helpers:Importing new table_columns is_im
Importing new table_columns num_members
2022-07-22 18:04:21,883:INFO:superset.models.helpers:Importing new table_columns num_members
Importing new table_columns pending_connected_team_ids
2022-07-22 18:04:21,901:INFO:superset.models.helpers:Importing new table_columns pending_connected_team_ids
Importing new table_columns shared_team_ids
2022-07-22 18:04:21,918:INFO:superset.models.helpers:Importing new table_columns shared_team_ids
Importing new table_columns pending_shared
2022-07-22 18:04:21,935:INFO:superset.models.helpers:Importing new table_columns pending_shared
Importing new table_columns previous_names
2022-07-22 18:04:21,953:INFO:superset.models.helpers:Importing new table_columns previous_names
Importing new table_columns members
2022-07-22 18:04:21,972:INFO:superset.models.helpers:Importing new table_columns members
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/channels.csv
2022-07-22 18:04:21,977:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/channels.csv
Loading data inside the import transaction
2022-07-22 18:04:22,222:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables channels
2022-07-22 18:04:22,328:INFO:superset.models.helpers:Updating tables channels
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fbc6f1c0>
2022-07-22 18:04:22,339:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74fbc6f1c0>
Updating table_columns topic__last_set
2022-07-22 18:04:22,350:INFO:superset.models.helpers:Updating table_columns topic__last_set
Updating table_columns purpose__last_set
2022-07-22 18:04:22,363:INFO:superset.models.helpers:Updating table_columns purpose__last_set
Updating table_columns created
2022-07-22 18:04:22,375:INFO:superset.models.helpers:Updating table_columns created
Updating table_columns unlinked
2022-07-22 18:04:22,385:INFO:superset.models.helpers:Updating table_columns unlinked
Updating table_columns topic__creator
2022-07-22 18:04:22,392:INFO:superset.models.helpers:Updating table_columns topic__creator
Updating table_columns purpose__creator
2022-07-22 18:04:22,402:INFO:superset.models.helpers:Updating table_columns purpose__creator
Updating table_columns topic__value
2022-07-22 18:04:22,410:INFO:superset.models.helpers:Updating table_columns topic__value
Updating table_columns purpose__value
2022-07-22 18:04:22,420:INFO:superset.models.helpers:Updating table_columns purpose__value
Updating table_columns parent_conversation
2022-07-22 18:04:22,429:INFO:superset.models.helpers:Updating table_columns parent_conversation
Updating table_columns name_normalized
2022-07-22 18:04:22,438:INFO:superset.models.helpers:Updating table_columns name_normalized
Updating table_columns channel_id
2022-07-22 18:04:22,447:INFO:superset.models.helpers:Updating table_columns channel_id
Updating table_columns creator
2022-07-22 18:04:22,456:INFO:superset.models.helpers:Updating table_columns creator
Updating table_columns name
2022-07-22 18:04:22,465:INFO:superset.models.helpers:Updating table_columns name
Updating table_columns id
2022-07-22 18:04:22,473:INFO:superset.models.helpers:Updating table_columns id
Updating table_columns is_pending_ext_shared
2022-07-22 18:04:22,482:INFO:superset.models.helpers:Updating table_columns is_pending_ext_shared
Updating table_columns is_ext_shared
2022-07-22 18:04:22,493:INFO:superset.models.helpers:Updating table_columns is_ext_shared
Updating table_columns is_org_shared
2022-07-22 18:04:22,501:INFO:superset.models.helpers:Updating table_columns is_org_shared
Updating table_columns is_archived
2022-07-22 18:04:22,511:INFO:superset.models.helpers:Updating table_columns is_archived
Updating table_columns is_channel
2022-07-22 18:04:22,521:INFO:superset.models.helpers:Updating table_columns is_channel
Updating table_columns is_shared
2022-07-22 18:04:22,531:INFO:superset.models.helpers:Updating table_columns is_shared
Updating table_columns is_general
2022-07-22 18:04:22,542:INFO:superset.models.helpers:Updating table_columns is_general
Updating table_columns is_private
2022-07-22 18:04:22,554:INFO:superset.models.helpers:Updating table_columns is_private
Updating table_columns is_member
2022-07-22 18:04:22,563:INFO:superset.models.helpers:Updating table_columns is_member
Updating table_columns is_group
2022-07-22 18:04:22,572:INFO:superset.models.helpers:Updating table_columns is_group
Updating table_columns is_mpim
2022-07-22 18:04:22,585:INFO:superset.models.helpers:Updating table_columns is_mpim
Updating table_columns is_im
2022-07-22 18:04:22,594:INFO:superset.models.helpers:Updating table_columns is_im
Updating table_columns num_members
2022-07-22 18:04:22,606:INFO:superset.models.helpers:Updating table_columns num_members
Updating table_columns pending_connected_team_ids
2022-07-22 18:04:22,616:INFO:superset.models.helpers:Updating table_columns pending_connected_team_ids
Updating table_columns shared_team_ids
2022-07-22 18:04:22,624:INFO:superset.models.helpers:Updating table_columns shared_team_ids
Updating table_columns pending_shared
2022-07-22 18:04:22,633:INFO:superset.models.helpers:Updating table_columns pending_shared
Updating table_columns previous_names
2022-07-22 18:04:22,641:INFO:superset.models.helpers:Updating table_columns previous_names
Updating table_columns members
2022-07-22 18:04:22,649:INFO:superset.models.helpers:Updating table_columns members
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/channels.csv
2022-07-22 18:04:22,660:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/channels.csv
Loading data inside the import transaction
2022-07-22 18:04:22,730:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new tables cleaned_sales_data
2022-07-22 18:04:22,843:INFO:superset.models.helpers:Importing new tables cleaned_sales_data
Dataset has no database refusing to set permission
2022-07-22 18:04:22,846:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f750613c190>
2022-07-22 18:04:22,857:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f750613c190>
Importing new table_columns order_date
2022-07-22 18:04:22,878:INFO:superset.models.helpers:Importing new table_columns order_date
Importing new table_columns price_each
2022-07-22 18:04:22,893:INFO:superset.models.helpers:Importing new table_columns price_each
Importing new table_columns sales
2022-07-22 18:04:22,908:INFO:superset.models.helpers:Importing new table_columns sales
Importing new table_columns address_line1
2022-07-22 18:04:22,922:INFO:superset.models.helpers:Importing new table_columns address_line1
Importing new table_columns address_line2
2022-07-22 18:04:22,937:INFO:superset.models.helpers:Importing new table_columns address_line2
Importing new table_columns contact_last_name
2022-07-22 18:04:22,951:INFO:superset.models.helpers:Importing new table_columns contact_last_name
Importing new table_columns contact_first_name
2022-07-22 18:04:22,965:INFO:superset.models.helpers:Importing new table_columns contact_first_name
Importing new table_columns quantity_ordered
2022-07-22 18:04:22,980:INFO:superset.models.helpers:Importing new table_columns quantity_ordered
Importing new table_columns year
2022-07-22 18:04:22,993:INFO:superset.models.helpers:Importing new table_columns year
Importing new table_columns postal_code
2022-07-22 18:04:23,007:INFO:superset.models.helpers:Importing new table_columns postal_code
Importing new table_columns customer_name
2022-07-22 18:04:23,023:INFO:superset.models.helpers:Importing new table_columns customer_name
Importing new table_columns deal_size
2022-07-22 18:04:23,037:INFO:superset.models.helpers:Importing new table_columns deal_size
Importing new table_columns state
2022-07-22 18:04:23,052:INFO:superset.models.helpers:Importing new table_columns state
Importing new table_columns status
2022-07-22 18:04:23,068:INFO:superset.models.helpers:Importing new table_columns status
Importing new table_columns order_line_number
2022-07-22 18:04:23,085:INFO:superset.models.helpers:Importing new table_columns order_line_number
Importing new table_columns order_number
2022-07-22 18:04:23,102:INFO:superset.models.helpers:Importing new table_columns order_number
Importing new table_columns month
2022-07-22 18:04:23,120:INFO:superset.models.helpers:Importing new table_columns month
Importing new table_columns quarter
2022-07-22 18:04:23,137:INFO:superset.models.helpers:Importing new table_columns quarter
Importing new table_columns msrp
2022-07-22 18:04:23,153:INFO:superset.models.helpers:Importing new table_columns msrp
Importing new table_columns product_code
2022-07-22 18:04:23,170:INFO:superset.models.helpers:Importing new table_columns product_code
Importing new table_columns product_line
2022-07-22 18:04:23,187:INFO:superset.models.helpers:Importing new table_columns product_line
Importing new table_columns city
2022-07-22 18:04:23,210:INFO:superset.models.helpers:Importing new table_columns city
Importing new table_columns country
2022-07-22 18:04:23,231:INFO:superset.models.helpers:Importing new table_columns country
Importing new table_columns phone
2022-07-22 18:04:23,249:INFO:superset.models.helpers:Importing new table_columns phone
Importing new table_columns territory
2022-07-22 18:04:23,268:INFO:superset.models.helpers:Importing new table_columns territory
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/sales.csv
2022-07-22 18:04:23,272:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/sales.csv
Loading data inside the import transaction
2022-07-22 18:04:23,595:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables cleaned_sales_data
2022-07-22 18:04:25,183:INFO:superset.models.helpers:Updating tables cleaned_sales_data
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f750613c190>
2022-07-22 18:04:25,191:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f750613c190>
Updating table_columns order_date
2022-07-22 18:04:25,202:INFO:superset.models.helpers:Updating table_columns order_date
Updating table_columns price_each
2022-07-22 18:04:25,211:INFO:superset.models.helpers:Updating table_columns price_each
Updating table_columns sales
2022-07-22 18:04:25,220:INFO:superset.models.helpers:Updating table_columns sales
Updating table_columns address_line1
2022-07-22 18:04:25,228:INFO:superset.models.helpers:Updating table_columns address_line1
Updating table_columns address_line2
2022-07-22 18:04:25,236:INFO:superset.models.helpers:Updating table_columns address_line2
Updating table_columns contact_last_name
2022-07-22 18:04:25,246:INFO:superset.models.helpers:Updating table_columns contact_last_name
Updating table_columns contact_first_name
2022-07-22 18:04:25,257:INFO:superset.models.helpers:Updating table_columns contact_first_name
Updating table_columns quantity_ordered
2022-07-22 18:04:25,265:INFO:superset.models.helpers:Updating table_columns quantity_ordered
Updating table_columns year
2022-07-22 18:04:25,273:INFO:superset.models.helpers:Updating table_columns year
Updating table_columns postal_code
2022-07-22 18:04:25,283:INFO:superset.models.helpers:Updating table_columns postal_code
Updating table_columns customer_name
2022-07-22 18:04:25,292:INFO:superset.models.helpers:Updating table_columns customer_name
Updating table_columns deal_size
2022-07-22 18:04:25,302:INFO:superset.models.helpers:Updating table_columns deal_size
Updating table_columns state
2022-07-22 18:04:25,312:INFO:superset.models.helpers:Updating table_columns state
Updating table_columns status
2022-07-22 18:04:25,322:INFO:superset.models.helpers:Updating table_columns status
Updating table_columns order_line_number
2022-07-22 18:04:25,332:INFO:superset.models.helpers:Updating table_columns order_line_number
Updating table_columns order_number
2022-07-22 18:04:25,341:INFO:superset.models.helpers:Updating table_columns order_number
Updating table_columns month
2022-07-22 18:04:25,351:INFO:superset.models.helpers:Updating table_columns month
Updating table_columns quarter
2022-07-22 18:04:25,359:INFO:superset.models.helpers:Updating table_columns quarter
Updating table_columns msrp
2022-07-22 18:04:25,367:INFO:superset.models.helpers:Updating table_columns msrp
Updating table_columns product_code
2022-07-22 18:04:25,376:INFO:superset.models.helpers:Updating table_columns product_code
Updating table_columns product_line
2022-07-22 18:04:25,384:INFO:superset.models.helpers:Updating table_columns product_line
Updating table_columns city
2022-07-22 18:04:25,393:INFO:superset.models.helpers:Updating table_columns city
Updating table_columns country
2022-07-22 18:04:25,400:INFO:superset.models.helpers:Updating table_columns country
Updating table_columns phone
2022-07-22 18:04:25,409:INFO:superset.models.helpers:Updating table_columns phone
Updating table_columns territory
2022-07-22 18:04:25,418:INFO:superset.models.helpers:Updating table_columns territory
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/sales.csv
2022-07-22 18:04:25,429:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/sales.csv
Loading data inside the import transaction
2022-07-22 18:04:25,637:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new tables users
2022-07-22 18:04:27,370:INFO:superset.models.helpers:Importing new tables users
Dataset has no database refusing to set permission
2022-07-22 18:04:27,373:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ff8160>
2022-07-22 18:04:27,383:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ff8160>
Importing new table_columns updated
2022-07-22 18:04:27,400:INFO:superset.models.helpers:Importing new table_columns updated
Importing new table_columns has_2fa
2022-07-22 18:04:27,416:INFO:superset.models.helpers:Importing new table_columns has_2fa
Importing new table_columns real_name
2022-07-22 18:04:27,433:INFO:superset.models.helpers:Importing new table_columns real_name
Importing new table_columns tz_label
2022-07-22 18:04:27,444:INFO:superset.models.helpers:Importing new table_columns tz_label
Importing new table_columns team_id
2022-07-22 18:04:27,457:INFO:superset.models.helpers:Importing new table_columns team_id
Importing new table_columns name
2022-07-22 18:04:27,471:INFO:superset.models.helpers:Importing new table_columns name
Importing new table_columns color
2022-07-22 18:04:27,485:INFO:superset.models.helpers:Importing new table_columns color
Importing new table_columns id
2022-07-22 18:04:27,499:INFO:superset.models.helpers:Importing new table_columns id
Importing new table_columns tz
2022-07-22 18:04:27,515:INFO:superset.models.helpers:Importing new table_columns tz
Importing new table_columns is_ultra_restricted
2022-07-22 18:04:27,531:INFO:superset.models.helpers:Importing new table_columns is_ultra_restricted
Importing new table_columns is_primary_owner
2022-07-22 18:04:27,548:INFO:superset.models.helpers:Importing new table_columns is_primary_owner
Importing new table_columns is_app_user
2022-07-22 18:04:27,564:INFO:superset.models.helpers:Importing new table_columns is_app_user
Importing new table_columns is_admin
2022-07-22 18:04:27,580:INFO:superset.models.helpers:Importing new table_columns is_admin
Importing new table_columns is_bot
2022-07-22 18:04:27,597:INFO:superset.models.helpers:Importing new table_columns is_bot
Importing new table_columns is_restricted
2022-07-22 18:04:27,612:INFO:superset.models.helpers:Importing new table_columns is_restricted
Importing new table_columns is_owner
2022-07-22 18:04:27,626:INFO:superset.models.helpers:Importing new table_columns is_owner
Importing new table_columns deleted
2022-07-22 18:04:27,642:INFO:superset.models.helpers:Importing new table_columns deleted
Importing new table_columns tz_offset
2022-07-22 18:04:27,657:INFO:superset.models.helpers:Importing new table_columns tz_offset
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/users.csv
2022-07-22 18:04:27,661:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/users.csv
Loading data inside the import transaction
2022-07-22 18:04:28,095:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables users
2022-07-22 18:04:29,044:INFO:superset.models.helpers:Updating tables users
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ff8160>
2022-07-22 18:04:29,053:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ff8160>
Updating table_columns updated
2022-07-22 18:04:29,063:INFO:superset.models.helpers:Updating table_columns updated
Updating table_columns has_2fa
2022-07-22 18:04:29,072:INFO:superset.models.helpers:Updating table_columns has_2fa
Updating table_columns real_name
2022-07-22 18:04:29,084:INFO:superset.models.helpers:Updating table_columns real_name
Updating table_columns tz_label
2022-07-22 18:04:29,093:INFO:superset.models.helpers:Updating table_columns tz_label
Updating table_columns team_id
2022-07-22 18:04:29,101:INFO:superset.models.helpers:Updating table_columns team_id
Updating table_columns name
2022-07-22 18:04:29,110:INFO:superset.models.helpers:Updating table_columns name
Updating table_columns color
2022-07-22 18:04:29,118:INFO:superset.models.helpers:Updating table_columns color
Updating table_columns id
2022-07-22 18:04:29,127:INFO:superset.models.helpers:Updating table_columns id
Updating table_columns tz
2022-07-22 18:04:29,137:INFO:superset.models.helpers:Updating table_columns tz
Updating table_columns is_ultra_restricted
2022-07-22 18:04:29,147:INFO:superset.models.helpers:Updating table_columns is_ultra_restricted
Updating table_columns is_primary_owner
2022-07-22 18:04:29,157:INFO:superset.models.helpers:Updating table_columns is_primary_owner
Updating table_columns is_app_user
2022-07-22 18:04:29,166:INFO:superset.models.helpers:Updating table_columns is_app_user
Updating table_columns is_admin
2022-07-22 18:04:29,175:INFO:superset.models.helpers:Updating table_columns is_admin
Updating table_columns is_bot
2022-07-22 18:04:29,185:INFO:superset.models.helpers:Updating table_columns is_bot
Updating table_columns is_restricted
2022-07-22 18:04:29,193:INFO:superset.models.helpers:Updating table_columns is_restricted
Updating table_columns is_owner
2022-07-22 18:04:29,204:INFO:superset.models.helpers:Updating table_columns is_owner
Updating table_columns deleted
2022-07-22 18:04:29,212:INFO:superset.models.helpers:Updating table_columns deleted
Updating table_columns tz_offset
2022-07-22 18:04:29,220:INFO:superset.models.helpers:Updating table_columns tz_offset
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/users.csv
2022-07-22 18:04:29,233:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/users.csv
Loading data inside the import transaction
2022-07-22 18:04:29,351:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new tables covid_vaccines
2022-07-22 18:04:30,346:INFO:superset.models.helpers:Importing new tables covid_vaccines
Dataset has no database refusing to set permission
2022-07-22 18:04:30,349:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506191a60>
2022-07-22 18:04:30,357:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506191a60>
Importing new table_columns clinical_stage
2022-07-22 18:04:30,375:INFO:superset.models.helpers:Importing new table_columns clinical_stage
Importing new table_columns fda_approved_indications
2022-07-22 18:04:30,388:INFO:superset.models.helpers:Importing new table_columns fda_approved_indications
Importing new table_columns anticipated_next_steps
2022-07-22 18:04:30,402:INFO:superset.models.helpers:Importing new table_columns anticipated_next_steps
Importing new table_columns ioc_country_code
2022-07-22 18:04:30,416:INFO:superset.models.helpers:Importing new table_columns ioc_country_code
Importing new table_columns clinical_trials_for_other_diseases_or_related_use
2022-07-22 18:04:30,432:INFO:superset.models.helpers:Importing new table_columns clinical_trials_for_other_diseases_or_related_use
Importing new table_columns country_name
2022-07-22 18:04:30,445:INFO:superset.models.helpers:Importing new table_columns country_name
Importing new table_columns product_category
2022-07-22 18:04:30,462:INFO:superset.models.helpers:Importing new table_columns product_category
Importing new table_columns clinical_trials
2022-07-22 18:04:30,477:INFO:superset.models.helpers:Importing new table_columns clinical_trials
Importing new table_columns date_last_updated
2022-07-22 18:04:30,492:INFO:superset.models.helpers:Importing new table_columns date_last_updated
Importing new table_columns product_description
2022-07-22 18:04:30,506:INFO:superset.models.helpers:Importing new table_columns product_description
Importing new table_columns developer_or_researcher
2022-07-22 18:04:30,524:INFO:superset.models.helpers:Importing new table_columns developer_or_researcher
Importing new table_columns stage_of_development
2022-07-22 18:04:30,540:INFO:superset.models.helpers:Importing new table_columns stage_of_development
Importing new table_columns funder
2022-07-22 18:04:30,558:INFO:superset.models.helpers:Importing new table_columns funder
Importing new table_columns published_results
2022-07-22 18:04:30,573:INFO:superset.models.helpers:Importing new table_columns published_results
Importing new table_columns sources
2022-07-22 18:04:30,596:INFO:superset.models.helpers:Importing new table_columns sources
Importing new table_columns treatment_vs_vaccine
2022-07-22 18:04:30,613:INFO:superset.models.helpers:Importing new table_columns treatment_vs_vaccine
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/covid_vaccines.csv
2022-07-22 18:04:30,617:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/covid_vaccines.csv
Loading data inside the import transaction
2022-07-22 18:04:30,839:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables covid_vaccines
2022-07-22 18:04:30,945:INFO:superset.models.helpers:Updating tables covid_vaccines
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506191a60>
2022-07-22 18:04:30,954:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7506191a60>
Updating table_columns clinical_stage
2022-07-22 18:04:30,965:INFO:superset.models.helpers:Updating table_columns clinical_stage
Updating table_columns fda_approved_indications
2022-07-22 18:04:30,974:INFO:superset.models.helpers:Updating table_columns fda_approved_indications
Updating table_columns anticipated_next_steps
2022-07-22 18:04:30,987:INFO:superset.models.helpers:Updating table_columns anticipated_next_steps
Updating table_columns ioc_country_code
2022-07-22 18:04:30,998:INFO:superset.models.helpers:Updating table_columns ioc_country_code
Updating table_columns clinical_trials_for_other_diseases_or_related_use
2022-07-22 18:04:31,009:INFO:superset.models.helpers:Updating table_columns clinical_trials_for_other_diseases_or_related_use
Updating table_columns country_name
2022-07-22 18:04:31,022:INFO:superset.models.helpers:Updating table_columns country_name
Updating table_columns product_category
2022-07-22 18:04:31,032:INFO:superset.models.helpers:Updating table_columns product_category
Updating table_columns clinical_trials
2022-07-22 18:04:31,044:INFO:superset.models.helpers:Updating table_columns clinical_trials
Updating table_columns date_last_updated
2022-07-22 18:04:31,053:INFO:superset.models.helpers:Updating table_columns date_last_updated
Updating table_columns product_description
2022-07-22 18:04:31,061:INFO:superset.models.helpers:Updating table_columns product_description
Updating table_columns developer_or_researcher
2022-07-22 18:04:31,071:INFO:superset.models.helpers:Updating table_columns developer_or_researcher
Updating table_columns stage_of_development
2022-07-22 18:04:31,080:INFO:superset.models.helpers:Updating table_columns stage_of_development
Updating table_columns funder
2022-07-22 18:04:31,090:INFO:superset.models.helpers:Updating table_columns funder
Updating table_columns published_results
2022-07-22 18:04:31,100:INFO:superset.models.helpers:Updating table_columns published_results
Updating table_columns sources
2022-07-22 18:04:31,110:INFO:superset.models.helpers:Updating table_columns sources
Updating table_columns treatment_vs_vaccine
2022-07-22 18:04:31,121:INFO:superset.models.helpers:Updating table_columns treatment_vs_vaccine
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/covid_vaccines.csv
2022-07-22 18:04:31,134:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/lowercase_columns_examples/datasets/examples/covid_vaccines.csv
Loading data inside the import transaction
2022-07-22 18:04:31,215:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new tables exported_stats
2022-07-22 18:04:31,322:INFO:superset.models.helpers:Importing new tables exported_stats
Dataset has no database refusing to set permission
2022-07-22 18:04:31,324:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a2340>
2022-07-22 18:04:31,333:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a2340>
Importing new table_columns new_members
2022-07-22 18:04:31,351:INFO:superset.models.helpers:Importing new table_columns new_members
Importing new table_columns percent_of_messages_private_channels
2022-07-22 18:04:31,367:INFO:superset.models.helpers:Importing new table_columns percent_of_messages_private_channels
Importing new table_columns percent_of_messages_public_channels
2022-07-22 18:04:31,392:INFO:superset.models.helpers:Importing new table_columns percent_of_messages_public_channels
Importing new table_columns percent_of_views_private_channels
2022-07-22 18:04:31,407:INFO:superset.models.helpers:Importing new table_columns percent_of_views_private_channels
Importing new table_columns percent_of_views_public_channels
2022-07-22 18:04:31,427:INFO:superset.models.helpers:Importing new table_columns percent_of_views_public_channels
Importing new table_columns percent_of_messages_dms
2022-07-22 18:04:31,445:INFO:superset.models.helpers:Importing new table_columns percent_of_messages_dms
Importing new table_columns percent_of_views_dms
2022-07-22 18:04:31,465:INFO:superset.models.helpers:Importing new table_columns percent_of_views_dms
Importing new table_columns date
2022-07-22 18:04:31,479:INFO:superset.models.helpers:Importing new table_columns date
Importing new table_columns daily_members_posting_messages
2022-07-22 18:04:31,497:INFO:superset.models.helpers:Importing new table_columns daily_members_posting_messages
Importing new table_columns messages_in_shared_channels
2022-07-22 18:04:31,513:INFO:superset.models.helpers:Importing new table_columns messages_in_shared_channels
Importing new table_columns messages_in_private_channels
2022-07-22 18:04:31,529:INFO:superset.models.helpers:Importing new table_columns messages_in_private_channels
Importing new table_columns messages_in_public_channels
2022-07-22 18:04:31,546:INFO:superset.models.helpers:Importing new table_columns messages_in_public_channels
Importing new table_columns weekly_members_posting_messages
2022-07-22 18:04:31,562:INFO:superset.models.helpers:Importing new table_columns weekly_members_posting_messages
Importing new table_columns public_channels_single_workspace
2022-07-22 18:04:31,579:INFO:superset.models.helpers:Importing new table_columns public_channels_single_workspace
Importing new table_columns messages_in_dms
2022-07-22 18:04:31,596:INFO:superset.models.helpers:Importing new table_columns messages_in_dms
Importing new table_columns daily_active_members
2022-07-22 18:04:31,616:INFO:superset.models.helpers:Importing new table_columns daily_active_members
Importing new table_columns weekly_active_members
2022-07-22 18:04:31,632:INFO:superset.models.helpers:Importing new table_columns weekly_active_members
Importing new table_columns full_members
2022-07-22 18:04:31,647:INFO:superset.models.helpers:Importing new table_columns full_members
Importing new table_columns messages_posted
2022-07-22 18:04:31,664:INFO:superset.models.helpers:Importing new table_columns messages_posted
Importing new table_columns total_membership
2022-07-22 18:04:31,680:INFO:superset.models.helpers:Importing new table_columns total_membership
Importing new table_columns guests
2022-07-22 18:04:31,699:INFO:superset.models.helpers:Importing new table_columns guests
Importing new table_columns name
2022-07-22 18:04:31,716:INFO:superset.models.helpers:Importing new table_columns name
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/exported_stats.csv
2022-07-22 18:04:31,720:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/exported_stats.csv
Loading data inside the import transaction
2022-07-22 18:04:31,975:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables exported_stats
2022-07-22 18:04:32,589:INFO:superset.models.helpers:Updating tables exported_stats
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a2340>
2022-07-22 18:04:32,598:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f75061a2340>
Updating table_columns new_members
2022-07-22 18:04:32,609:INFO:superset.models.helpers:Updating table_columns new_members
Updating table_columns percent_of_messages_private_channels
2022-07-22 18:04:32,617:INFO:superset.models.helpers:Updating table_columns percent_of_messages_private_channels
Updating table_columns percent_of_messages_public_channels
2022-07-22 18:04:32,627:INFO:superset.models.helpers:Updating table_columns percent_of_messages_public_channels
Updating table_columns percent_of_views_private_channels
2022-07-22 18:04:32,635:INFO:superset.models.helpers:Updating table_columns percent_of_views_private_channels
Updating table_columns percent_of_views_public_channels
2022-07-22 18:04:32,645:INFO:superset.models.helpers:Updating table_columns percent_of_views_public_channels
Updating table_columns percent_of_messages_dms
2022-07-22 18:04:32,654:INFO:superset.models.helpers:Updating table_columns percent_of_messages_dms
Updating table_columns percent_of_views_dms
2022-07-22 18:04:32,663:INFO:superset.models.helpers:Updating table_columns percent_of_views_dms
Updating table_columns date
2022-07-22 18:04:32,673:INFO:superset.models.helpers:Updating table_columns date
Updating table_columns daily_members_posting_messages
2022-07-22 18:04:32,683:INFO:superset.models.helpers:Updating table_columns daily_members_posting_messages
Updating table_columns messages_in_shared_channels
2022-07-22 18:04:32,693:INFO:superset.models.helpers:Updating table_columns messages_in_shared_channels
Updating table_columns messages_in_private_channels
2022-07-22 18:04:32,704:INFO:superset.models.helpers:Updating table_columns messages_in_private_channels
Updating table_columns messages_in_public_channels
2022-07-22 18:04:32,715:INFO:superset.models.helpers:Updating table_columns messages_in_public_channels
Updating table_columns weekly_members_posting_messages
2022-07-22 18:04:32,724:INFO:superset.models.helpers:Updating table_columns weekly_members_posting_messages
Updating table_columns public_channels_single_workspace
2022-07-22 18:04:32,733:INFO:superset.models.helpers:Updating table_columns public_channels_single_workspace
Updating table_columns messages_in_dms
2022-07-22 18:04:32,742:INFO:superset.models.helpers:Updating table_columns messages_in_dms
Updating table_columns daily_active_members
2022-07-22 18:04:32,750:INFO:superset.models.helpers:Updating table_columns daily_active_members
Updating table_columns weekly_active_members
2022-07-22 18:04:32,759:INFO:superset.models.helpers:Updating table_columns weekly_active_members
Updating table_columns full_members
2022-07-22 18:04:32,769:INFO:superset.models.helpers:Updating table_columns full_members
Updating table_columns messages_posted
2022-07-22 18:04:32,777:INFO:superset.models.helpers:Updating table_columns messages_posted
Updating table_columns total_membership
2022-07-22 18:04:32,786:INFO:superset.models.helpers:Updating table_columns total_membership
Updating table_columns guests
2022-07-22 18:04:32,797:INFO:superset.models.helpers:Updating table_columns guests
Updating table_columns name
2022-07-22 18:04:32,804:INFO:superset.models.helpers:Updating table_columns name
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/exported_stats.csv
2022-07-22 18:04:32,818:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/exported_stats.csv
Loading data inside the import transaction
2022-07-22 18:04:32,913:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new tables messages
2022-07-22 18:04:33,519:INFO:superset.models.helpers:Importing new tables messages
Dataset has no database refusing to set permission
2022-07-22 18:04:33,521:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ff8a90>
2022-07-22 18:04:33,530:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ff8a90>
Importing new table_columns bot_profile__updated
2022-07-22 18:04:33,547:INFO:superset.models.helpers:Importing new table_columns bot_profile__updated
Importing new table_columns last_read
2022-07-22 18:04:33,560:INFO:superset.models.helpers:Importing new table_columns last_read
Importing new table_columns ts
2022-07-22 18:04:33,574:INFO:superset.models.helpers:Importing new table_columns ts
Importing new table_columns bot_profile__team_id
2022-07-22 18:04:33,588:INFO:superset.models.helpers:Importing new table_columns bot_profile__team_id
Importing new table_columns bot_profile__app_id
2022-07-22 18:04:33,605:INFO:superset.models.helpers:Importing new table_columns bot_profile__app_id
Importing new table_columns bot_profile__name
2022-07-22 18:04:33,626:INFO:superset.models.helpers:Importing new table_columns bot_profile__name
Importing new table_columns bot_profile__id
2022-07-22 18:04:33,642:INFO:superset.models.helpers:Importing new table_columns bot_profile__id
Importing new table_columns parent_user_id
2022-07-22 18:04:33,658:INFO:superset.models.helpers:Importing new table_columns parent_user_id
Importing new table_columns client_msg_id
2022-07-22 18:04:33,673:INFO:superset.models.helpers:Importing new table_columns client_msg_id
Importing new table_columns icons__emoji
2022-07-22 18:04:33,692:INFO:superset.models.helpers:Importing new table_columns icons__emoji
Importing new table_columns channel_id
2022-07-22 18:04:33,708:INFO:superset.models.helpers:Importing new table_columns channel_id
Importing new table_columns source_team
2022-07-22 18:04:33,726:INFO:superset.models.helpers:Importing new table_columns source_team
Importing new table_columns thread_ts
2022-07-22 18:04:33,743:INFO:superset.models.helpers:Importing new table_columns thread_ts
Importing new table_columns old_name
2022-07-22 18:04:33,758:INFO:superset.models.helpers:Importing new table_columns old_name
Importing new table_columns latest_reply
2022-07-22 18:04:33,775:INFO:superset.models.helpers:Importing new table_columns latest_reply
Importing new table_columns user_team
2022-07-22 18:04:33,794:INFO:superset.models.helpers:Importing new table_columns user_team
Importing new table_columns bot_id
2022-07-22 18:04:33,815:INFO:superset.models.helpers:Importing new table_columns bot_id
Importing new table_columns file_id
2022-07-22 18:04:33,844:INFO:superset.models.helpers:Importing new table_columns file_id
Importing new table_columns username
2022-07-22 18:04:33,861:INFO:superset.models.helpers:Importing new table_columns username
Importing new table_columns permalink
2022-07-22 18:04:33,877:INFO:superset.models.helpers:Importing new table_columns permalink
Importing new table_columns name
2022-07-22 18:04:33,898:INFO:superset.models.helpers:Importing new table_columns name
Importing new table_columns team
2022-07-22 18:04:33,916:INFO:superset.models.helpers:Importing new table_columns team
Importing new table_columns subtype
2022-07-22 18:04:33,939:INFO:superset.models.helpers:Importing new table_columns subtype
Importing new table_columns topic
2022-07-22 18:04:33,960:INFO:superset.models.helpers:Importing new table_columns topic
Importing new table_columns inviter
2022-07-22 18:04:33,981:INFO:superset.models.helpers:Importing new table_columns inviter
Importing new table_columns purpose
2022-07-22 18:04:34,001:INFO:superset.models.helpers:Importing new table_columns purpose
Importing new table_columns type
2022-07-22 18:04:34,018:INFO:superset.models.helpers:Importing new table_columns type
Importing new table_columns user
2022-07-22 18:04:34,038:INFO:superset.models.helpers:Importing new table_columns user
Importing new table_columns text
2022-07-22 18:04:34,058:INFO:superset.models.helpers:Importing new table_columns text
Importing new table_columns bot_profile__deleted
2022-07-22 18:04:34,076:INFO:superset.models.helpers:Importing new table_columns bot_profile__deleted
Importing new table_columns display_as_bot
2022-07-22 18:04:34,095:INFO:superset.models.helpers:Importing new table_columns display_as_bot
Importing new table_columns is_delayed_message
2022-07-22 18:04:34,113:INFO:superset.models.helpers:Importing new table_columns is_delayed_message
Importing new table_columns is_starred
2022-07-22 18:04:34,130:INFO:superset.models.helpers:Importing new table_columns is_starred
Importing new table_columns is_intro
2022-07-22 18:04:34,148:INFO:superset.models.helpers:Importing new table_columns is_intro
Importing new table_columns upload
2022-07-22 18:04:34,168:INFO:superset.models.helpers:Importing new table_columns upload
Importing new table_columns subscribed
2022-07-22 18:04:34,188:INFO:superset.models.helpers:Importing new table_columns subscribed
Importing new table_columns reply_users_count
2022-07-22 18:04:34,206:INFO:superset.models.helpers:Importing new table_columns reply_users_count
Importing new table_columns unread_count
2022-07-22 18:04:34,229:INFO:superset.models.helpers:Importing new table_columns unread_count
Importing new table_columns reply_count
2022-07-22 18:04:34,246:INFO:superset.models.helpers:Importing new table_columns reply_count
Importing new table_columns file_ids
2022-07-22 18:04:34,265:INFO:superset.models.helpers:Importing new table_columns file_ids
Importing new table_columns pinned_to
2022-07-22 18:04:34,287:INFO:superset.models.helpers:Importing new table_columns pinned_to
Importing new table_columns reply_users
2022-07-22 18:04:34,308:INFO:superset.models.helpers:Importing new table_columns reply_users
Importing new table_columns reactions
2022-07-22 18:04:34,327:INFO:superset.models.helpers:Importing new table_columns reactions
Importing new table_columns blocks
2022-07-22 18:04:34,350:INFO:superset.models.helpers:Importing new table_columns blocks
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/messages.csv
2022-07-22 18:04:34,355:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/messages.csv
Loading data inside the import transaction
2022-07-22 18:04:34,739:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables messages
2022-07-22 18:04:39,308:INFO:superset.models.helpers:Updating tables messages
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ff8a90>
2022-07-22 18:04:39,316:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7502ff8a90>
Updating table_columns bot_profile__updated
2022-07-22 18:04:39,326:INFO:superset.models.helpers:Updating table_columns bot_profile__updated
Updating table_columns last_read
2022-07-22 18:04:39,335:INFO:superset.models.helpers:Updating table_columns last_read
Updating table_columns ts
2022-07-22 18:04:39,343:INFO:superset.models.helpers:Updating table_columns ts
Updating table_columns bot_profile__team_id
2022-07-22 18:04:39,353:INFO:superset.models.helpers:Updating table_columns bot_profile__team_id
Updating table_columns bot_profile__app_id
2022-07-22 18:04:39,363:INFO:superset.models.helpers:Updating table_columns bot_profile__app_id
Updating table_columns bot_profile__name
2022-07-22 18:04:39,373:INFO:superset.models.helpers:Updating table_columns bot_profile__name
Updating table_columns bot_profile__id
2022-07-22 18:04:39,381:INFO:superset.models.helpers:Updating table_columns bot_profile__id
Updating table_columns parent_user_id
2022-07-22 18:04:39,389:INFO:superset.models.helpers:Updating table_columns parent_user_id
Updating table_columns client_msg_id
2022-07-22 18:04:39,401:INFO:superset.models.helpers:Updating table_columns client_msg_id
Updating table_columns icons__emoji
2022-07-22 18:04:39,412:INFO:superset.models.helpers:Updating table_columns icons__emoji
Updating table_columns channel_id
2022-07-22 18:04:39,419:INFO:superset.models.helpers:Updating table_columns channel_id
Updating table_columns source_team
2022-07-22 18:04:39,428:INFO:superset.models.helpers:Updating table_columns source_team
Updating table_columns thread_ts
2022-07-22 18:04:39,436:INFO:superset.models.helpers:Updating table_columns thread_ts
Updating table_columns old_name
2022-07-22 18:04:39,445:INFO:superset.models.helpers:Updating table_columns old_name
Updating table_columns latest_reply
2022-07-22 18:04:39,454:INFO:superset.models.helpers:Updating table_columns latest_reply
Updating table_columns user_team
2022-07-22 18:04:39,463:INFO:superset.models.helpers:Updating table_columns user_team
Updating table_columns bot_id
2022-07-22 18:04:39,472:INFO:superset.models.helpers:Updating table_columns bot_id
Updating table_columns file_id
2022-07-22 18:04:39,482:INFO:superset.models.helpers:Updating table_columns file_id
Updating table_columns username
2022-07-22 18:04:39,492:INFO:superset.models.helpers:Updating table_columns username
Updating table_columns permalink
2022-07-22 18:04:39,503:INFO:superset.models.helpers:Updating table_columns permalink
Updating table_columns name
2022-07-22 18:04:39,512:INFO:superset.models.helpers:Updating table_columns name
Updating table_columns team
2022-07-22 18:04:39,523:INFO:superset.models.helpers:Updating table_columns team
Updating table_columns subtype
2022-07-22 18:04:39,532:INFO:superset.models.helpers:Updating table_columns subtype
Updating table_columns topic
2022-07-22 18:04:39,541:INFO:superset.models.helpers:Updating table_columns topic
Updating table_columns inviter
2022-07-22 18:04:39,550:INFO:superset.models.helpers:Updating table_columns inviter
Updating table_columns purpose
2022-07-22 18:04:39,558:INFO:superset.models.helpers:Updating table_columns purpose
Updating table_columns type
2022-07-22 18:04:39,567:INFO:superset.models.helpers:Updating table_columns type
Updating table_columns user
2022-07-22 18:04:39,576:INFO:superset.models.helpers:Updating table_columns user
Updating table_columns text
2022-07-22 18:04:39,586:INFO:superset.models.helpers:Updating table_columns text
Updating table_columns bot_profile__deleted
2022-07-22 18:04:39,595:INFO:superset.models.helpers:Updating table_columns bot_profile__deleted
Updating table_columns display_as_bot
2022-07-22 18:04:39,604:INFO:superset.models.helpers:Updating table_columns display_as_bot
Updating table_columns is_delayed_message
2022-07-22 18:04:39,613:INFO:superset.models.helpers:Updating table_columns is_delayed_message
Updating table_columns is_starred
2022-07-22 18:04:39,622:INFO:superset.models.helpers:Updating table_columns is_starred
Updating table_columns is_intro
2022-07-22 18:04:39,632:INFO:superset.models.helpers:Updating table_columns is_intro
Updating table_columns upload
2022-07-22 18:04:39,643:INFO:superset.models.helpers:Updating table_columns upload
Updating table_columns subscribed
2022-07-22 18:04:39,653:INFO:superset.models.helpers:Updating table_columns subscribed
Updating table_columns reply_users_count
2022-07-22 18:04:39,662:INFO:superset.models.helpers:Updating table_columns reply_users_count
Updating table_columns unread_count
2022-07-22 18:04:39,670:INFO:superset.models.helpers:Updating table_columns unread_count
Updating table_columns reply_count
2022-07-22 18:04:39,677:INFO:superset.models.helpers:Updating table_columns reply_count
Updating table_columns file_ids
2022-07-22 18:04:39,687:INFO:superset.models.helpers:Updating table_columns file_ids
Updating table_columns pinned_to
2022-07-22 18:04:39,695:INFO:superset.models.helpers:Updating table_columns pinned_to
Updating table_columns reply_users
2022-07-22 18:04:39,704:INFO:superset.models.helpers:Updating table_columns reply_users
Updating table_columns reactions
2022-07-22 18:04:39,713:INFO:superset.models.helpers:Updating table_columns reactions
Updating table_columns blocks
2022-07-22 18:04:39,722:INFO:superset.models.helpers:Updating table_columns blocks
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/messages.csv
2022-07-22 18:04:39,734:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/messages.csv
Loading data inside the import transaction
2022-07-22 18:04:40,004:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new tables video_game_sales
2022-07-22 18:04:44,933:INFO:superset.models.helpers:Importing new tables video_game_sales
Dataset has no database refusing to set permission
2022-07-22 18:04:44,935:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74dcaaf070>
2022-07-22 18:04:44,943:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74dcaaf070>
Importing new table_columns year
2022-07-22 18:04:44,960:INFO:superset.models.helpers:Importing new table_columns year
Importing new table_columns na_sales
2022-07-22 18:04:44,980:INFO:superset.models.helpers:Importing new table_columns na_sales
Importing new table_columns eu_sales
2022-07-22 18:04:44,994:INFO:superset.models.helpers:Importing new table_columns eu_sales
Importing new table_columns global_sales
2022-07-22 18:04:45,009:INFO:superset.models.helpers:Importing new table_columns global_sales
Importing new table_columns jp_sales
2022-07-22 18:04:45,023:INFO:superset.models.helpers:Importing new table_columns jp_sales
Importing new table_columns other_sales
2022-07-22 18:04:45,042:INFO:superset.models.helpers:Importing new table_columns other_sales
Importing new table_columns rank
2022-07-22 18:04:45,061:INFO:superset.models.helpers:Importing new table_columns rank
Importing new table_columns genre
2022-07-22 18:04:45,081:INFO:superset.models.helpers:Importing new table_columns genre
Importing new table_columns name
2022-07-22 18:04:45,101:INFO:superset.models.helpers:Importing new table_columns name
Importing new table_columns platform
2022-07-22 18:04:45,120:INFO:superset.models.helpers:Importing new table_columns platform
Importing new table_columns publisher
2022-07-22 18:04:45,137:INFO:superset.models.helpers:Importing new table_columns publisher
Downloading data from https://github.com/apache-superset/examples-data/raw/lowercase_columns_examples/datasets/examples/video_game_sales.csv
2022-07-22 18:04:45,141:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://github.com/apache-superset/examples-data/raw/lowercase_columns_examples/datasets/examples/video_game_sales.csv
Loading data inside the import transaction
2022-07-22 18:04:45,830:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables video_game_sales
2022-07-22 18:04:49,795:INFO:superset.models.helpers:Updating tables video_game_sales
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74dcaaf070>
2022-07-22 18:04:49,821:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f74dcaaf070>
Updating table_columns year
2022-07-22 18:04:49,837:INFO:superset.models.helpers:Updating table_columns year
Updating table_columns na_sales
2022-07-22 18:04:49,851:INFO:superset.models.helpers:Updating table_columns na_sales
Updating table_columns eu_sales
2022-07-22 18:04:49,866:INFO:superset.models.helpers:Updating table_columns eu_sales
Updating table_columns global_sales
2022-07-22 18:04:49,887:INFO:superset.models.helpers:Updating table_columns global_sales
Updating table_columns jp_sales
2022-07-22 18:04:49,901:INFO:superset.models.helpers:Updating table_columns jp_sales
Updating table_columns other_sales
2022-07-22 18:04:49,911:INFO:superset.models.helpers:Updating table_columns other_sales
Updating table_columns rank
2022-07-22 18:04:49,918:INFO:superset.models.helpers:Updating table_columns rank
Updating table_columns genre
2022-07-22 18:04:49,930:INFO:superset.models.helpers:Updating table_columns genre
Updating table_columns name
2022-07-22 18:04:49,940:INFO:superset.models.helpers:Updating table_columns name
Updating table_columns platform
2022-07-22 18:04:49,950:INFO:superset.models.helpers:Updating table_columns platform
Updating table_columns publisher
2022-07-22 18:04:49,958:INFO:superset.models.helpers:Updating table_columns publisher
Downloading data from https://github.com/apache-superset/examples-data/raw/lowercase_columns_examples/datasets/examples/video_game_sales.csv
2022-07-22 18:04:49,972:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://github.com/apache-superset/examples-data/raw/lowercase_columns_examples/datasets/examples/video_game_sales.csv
Loading data inside the import transaction
2022-07-22 18:04:50,284:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new tables channel_members
2022-07-22 18:04:54,101:INFO:superset.models.helpers:Importing new tables channel_members
Dataset has no database refusing to set permission
2022-07-22 18:04:54,104:WARNING:superset.security.manager:Dataset has no database refusing to set permission
Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7505e55ac0>
2022-07-22 18:04:54,114:INFO:superset.models.helpers:Importing new sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7505e55ac0>
Importing new table_columns channel_id
2022-07-22 18:04:54,131:INFO:superset.models.helpers:Importing new table_columns channel_id
Importing new table_columns user_id
2022-07-22 18:04:54,147:INFO:superset.models.helpers:Importing new table_columns user_id
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/channel_members.csv
2022-07-22 18:04:54,151:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/channel_members.csv
Loading data inside the import transaction
2022-07-22 18:04:54,419:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Updating tables channel_members
2022-07-22 18:04:54,860:INFO:superset.models.helpers:Updating tables channel_members
Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7505e55ac0>
2022-07-22 18:04:54,869:INFO:superset.models.helpers:Updating sql_metrics <superset.connectors.sqla.models.SqlMetric object at 0x7f7505e55ac0>
Updating table_columns channel_id
2022-07-22 18:04:54,881:INFO:superset.models.helpers:Updating table_columns channel_id
Updating table_columns user_id
2022-07-22 18:04:54,889:INFO:superset.models.helpers:Updating table_columns user_id
Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/channel_members.csv
2022-07-22 18:04:54,901:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://raw.githubusercontent.com/apache-superset/examples-data/master/datasets/examples/slack/channel_members.csv
Loading data inside the import transaction
2022-07-22 18:04:54,995:INFO:superset.datasets.commands.importers.v1.utils:Loading data inside the import transaction
Importing new slices Total Items Sold
2022-07-22 18:04:55,398:INFO:superset.models.helpers:Importing new slices Total Items Sold
Importing new slices Age distribution of respondents
2022-07-22 18:04:55,412:INFO:superset.models.helpers:Importing new slices Age distribution of respondents
Importing new slices Games
2022-07-22 18:04:55,428:INFO:superset.models.helpers:Importing new slices Games
Importing new slices Popular Genres Across Platforms
2022-07-22 18:04:55,442:INFO:superset.models.helpers:Importing new slices Popular Genres Across Platforms
Importing new slices Highest degree held
2022-07-22 18:04:55,456:INFO:superset.models.helpers:Importing new slices Highest degree held
Importing new slices Unicode Cloud
2022-07-22 18:04:55,470:INFO:superset.models.helpers:Importing new slices Unicode Cloud
Importing new slices Country of Citizenship
2022-07-22 18:04:55,485:INFO:superset.models.helpers:Importing new slices Country of Citizenship
Importing new slices Vaccine Candidates per Country & Stage
2022-07-22 18:04:55,502:INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country & Stage
Importing new slices Filter Segments
2022-07-22 18:04:55,517:INFO:superset.models.helpers:Importing new slices Filter Segments
Importing new slices Cross Channel Relationship heatmap
2022-07-22 18:04:55,535:INFO:superset.models.helpers:Importing new slices Cross Channel Relationship heatmap
Importing new slices Last Year Income Distribution
2022-07-22 18:04:55,550:INFO:superset.models.helpers:Importing new slices Last Year Income Distribution
Importing new slices Number of Deals (for each Combination)
2022-07-22 18:04:55,567:INFO:superset.models.helpers:Importing new slices Number of Deals (for each Combination)
Importing new slices Quarterly Sales
2022-07-22 18:04:55,584:INFO:superset.models.helpers:Importing new slices Quarterly Sales
Importing new slices Breakdown of Developer Type
2022-07-22 18:04:55,600:INFO:superset.models.helpers:Importing new slices Breakdown of Developer Type
Importing new slices Commute Time
2022-07-22 18:04:55,617:INFO:superset.models.helpers:Importing new slices Commute Time
Importing new slices Total Revenue
2022-07-22 18:04:55,629:INFO:superset.models.helpers:Importing new slices Total Revenue
Importing new slices Games per Genre over time
2022-07-22 18:04:55,642:INFO:superset.models.helpers:Importing new slices Games per Genre over time
Importing new slices Work Location Preference
2022-07-22 18:04:55,657:INFO:superset.models.helpers:Importing new slices Work Location Preference
Importing new slices Current Developers: Is this your first development job?
2022-07-22 18:04:55,671:INFO:superset.models.helpers:Importing new slices Current Developers: Is this your first development job?
Importing new slices Proportion of Revenue by Product Line
2022-07-22 18:04:55,687:INFO:superset.models.helpers:Importing new slices Proportion of Revenue by Product Line
Importing new slices Are you an ethnic minority in your city?
2022-07-22 18:04:55,704:INFO:superset.models.helpers:Importing new slices Are you an ethnic minority in your city?
Importing new slices Vaccine Candidates per Phase
2022-07-22 18:04:55,717:INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Phase
Importing new slices # of Games That Hit 100k in Sales By Release Year
2022-07-22 18:04:55,733:INFO:superset.models.helpers:Importing new slices # of Games That Hit 100k in Sales By Release Year
Importing new slices Members per Channel
2022-07-22 18:04:55,749:INFO:superset.models.helpers:Importing new slices Members per Channel
Importing new slices Cross Channel Relationship
2022-07-22 18:04:55,763:INFO:superset.models.helpers:Importing new slices Cross Channel Relationship
Importing new slices Preferred Employment Style
2022-07-22 18:04:55,781:INFO:superset.models.helpers:Importing new slices Preferred Employment Style
Importing new slices Vaccine Candidates per Country
2022-07-22 18:04:55,795:INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country
Importing new slices Vaccine Candidates per Phase
2022-07-22 18:04:55,811:INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Phase
Importing new slices Weekly Messages
2022-07-22 18:04:55,834:INFO:superset.models.helpers:Importing new slices Weekly Messages
Importing new slices Weekly Threads
2022-07-22 18:04:55,846:INFO:superset.models.helpers:Importing new slices Weekly Threads
Importing new slices Gender
2022-07-22 18:04:55,860:INFO:superset.models.helpers:Importing new slices Gender
Importing new slices Top 10 Games: Proportion of Sales in Markets
2022-07-22 18:04:55,874:INFO:superset.models.helpers:Importing new slices Top 10 Games: Proportion of Sales in Markets
Importing new slices Vehicle Sales Filter
2022-07-22 18:04:55,891:INFO:superset.models.helpers:Importing new slices Vehicle Sales Filter
Importing new slices Messages per Channel
2022-07-22 18:04:55,907:INFO:superset.models.helpers:Importing new slices Messages per Channel
Importing new slices Total Items Sold (By Product Line)
2022-07-22 18:04:55,923:INFO:superset.models.helpers:Importing new slices Total Items Sold (By Product Line)
Importing new slices Vaccine Candidates per Country & Stage
2022-07-22 18:04:55,938:INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country & Stage
Importing new slices Most Dominant Platforms
2022-07-22 18:04:55,956:INFO:superset.models.helpers:Importing new slices Most Dominant Platforms
Importing new slices ✈️ Relocation ability
2022-07-22 18:04:55,972:INFO:superset.models.helpers:Importing new slices ✈️ Relocation ability
Importing new slices Filtering Vaccines
2022-07-22 18:04:55,989:INFO:superset.models.helpers:Importing new slices Filtering Vaccines
Importing new slices Quarterly Sales (By Product Line)
2022-07-22 18:04:56,007:INFO:superset.models.helpers:Importing new slices Quarterly Sales (By Product Line)
Importing new slices Video Game Sales filter
2022-07-22 18:04:56,023:INFO:superset.models.helpers:Importing new slices Video Game Sales filter
Importing new slices Total Sales per Market (Grouped by Genre)
2022-07-22 18:04:56,039:INFO:superset.models.helpers:Importing new slices Total Sales per Market (Grouped by Genre)
Importing new slices Location of Current Developers
2022-07-22 18:04:56,056:INFO:superset.models.helpers:Importing new slices Location of Current Developers
Importing new slices Rise & Fall of Video Game Consoles
2022-07-22 18:04:56,074:INFO:superset.models.helpers:Importing new slices Rise & Fall of Video Game Consoles
Importing new slices Degrees vs Income
2022-07-22 18:04:56,088:INFO:superset.models.helpers:Importing new slices Degrees vs Income
Importing new slices Publishers With Most Titles
2022-07-22 18:04:56,104:INFO:superset.models.helpers:Importing new slices Publishers With Most Titles
Importing new slices First Time Developer?
2022-07-22 18:04:56,121:INFO:superset.models.helpers:Importing new slices First Time Developer?
Importing new slices First Time Developer & Commute Time
2022-07-22 18:04:56,139:INFO:superset.models.helpers:Importing new slices First Time Developer & Commute Time
Importing new slices How much do you expect to earn? ($0 - 100k)
2022-07-22 18:04:56,158:INFO:superset.models.helpers:Importing new slices How much do you expect to earn? ($0 - 100k)
Importing new slices Top 15 Languages Spoken at Home
2022-07-22 18:04:56,177:INFO:superset.models.helpers:Importing new slices Top 15 Languages Spoken at Home
Importing new slices Overall Sales (By Product Line)
2022-07-22 18:04:56,205:INFO:superset.models.helpers:Importing new slices Overall Sales (By Product Line)
Importing new slices New Members per Month
2022-07-22 18:04:56,221:INFO:superset.models.helpers:Importing new slices New Members per Month
Importing new slices Revenue by Deal Size
2022-07-22 18:04:56,232:INFO:superset.models.helpers:Importing new slices Revenue by Deal Size
Importing new slices Top Timezones
2022-07-22 18:04:56,245:INFO:superset.models.helpers:Importing new slices Top Timezones
Importing new slices Seasonality of Revenue (per Product Line)
2022-07-22 18:04:56,261:INFO:superset.models.helpers:Importing new slices Seasonality of Revenue (per Product Line)
Importing new slices Vaccine Candidates per Approach & Stage
2022-07-22 18:04:56,277:INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Approach & Stage
Importing new slices Number of Members
2022-07-22 18:04:56,290:INFO:superset.models.helpers:Importing new slices Number of Members
Importing new slices Number of Aspiring Developers
2022-07-22 18:04:56,303:INFO:superset.models.helpers:Importing new slices Number of Aspiring Developers
Importing new slices How do you prefer to work?
2022-07-22 18:04:56,318:INFO:superset.models.helpers:Importing new slices How do you prefer to work?
Importing new slices Ethnic Minority & Gender
2022-07-22 18:04:56,333:INFO:superset.models.helpers:Importing new slices Ethnic Minority & Gender
Importing new slices Vaccine Candidates per Country
2022-07-22 18:04:56,349:INFO:superset.models.helpers:Importing new slices Vaccine Candidates per Country
Importing new slices Games per Genre
2022-07-22 18:04:56,364:INFO:superset.models.helpers:Importing new slices Games per Genre
Importing new dashboards Dashboard<None>
2022-07-22 18:04:56,375:INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
Importing new dashboards Dashboard<None>
2022-07-22 18:04:56,384:INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
Importing new dashboards Dashboard<None>
2022-07-22 18:04:56,395:INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
Importing new dashboards Dashboard<None>
2022-07-22 18:04:56,404:INFO:superset.models.helpers:Importing new dashboards Dashboard<None>
Importing new dashboards Dashboard<unicode-test>
2022-07-22 18:04:56,411:INFO:superset.models.helpers:Importing new dashboards Dashboard<unicode-test>
Importing new dashboards Dashboard<None>
2022-07-22 18:04:56,420:INFO:superset.models.helpers:Importing new dashboards Dashboard<None>

Checklist

Make sure to follow these steps before submitting your issue - thank you!

addition

the created dashboards seems to be using deprecated functions

image

srinify commented 2 years ago

Hey @nigzak this isn't a bug per say but something we should absolutely improve. Now that dashboard native filters are no longer behind a feature flag, we can replace these filter box elements with native filters.

sfirke commented 10 months ago

Closing this old issue as a lot of this has changed, filter boxes are deprecated in favor of native filters, etc. Thanks @sebastianliebscher for finding this one 🙏