LICENSE.txt
MANIFEST.in
NOTICE
README.md
setup.cfg
setup.py
superset/__init__.py
superset/app.py
superset/cli.py
superset/config.py
superset/constants.py
superset/dataframe.py
superset/errors.py
superset/exceptions.py
superset/extensions.py
superset/forms.py
superset/jinja_context.py
superset/legacy.py
superset/result_set.py
superset/schemas.py
superset/sql_lab.py
superset/sql_parse.py
superset/stats_logger.py
superset/typing.py
superset/viz.py
superset-frontend/package.json
superset/annotation_layers/__init__.py
superset/annotation_layers/api.py
superset/annotation_layers/dao.py
superset/annotation_layers/filters.py
superset/annotation_layers/schemas.py
superset/annotation_layers/annotations/__init__.py
superset/annotation_layers/annotations/api.py
superset/annotation_layers/annotations/dao.py
superset/annotation_layers/annotations/filters.py
superset/annotation_layers/annotations/schemas.py
superset/annotation_layers/annotations/commands/__init__.py
superset/annotation_layers/annotations/commands/bulk_delete.py
superset/annotation_layers/annotations/commands/create.py
superset/annotation_layers/annotations/commands/delete.py
superset/annotation_layers/annotations/commands/exceptions.py
superset/annotation_layers/annotations/commands/update.py
superset/annotation_layers/commands/__init__.py
superset/annotation_layers/commands/bulk_delete.py
superset/annotation_layers/commands/create.py
superset/annotation_layers/commands/delete.py
superset/annotation_layers/commands/exceptions.py
superset/annotation_layers/commands/update.py
superset/async_events/__init__.py
superset/async_events/api.py
superset/cachekeys/__init__.py
superset/cachekeys/api.py
superset/cachekeys/schemas.py
superset/charts/__init__.py
superset/charts/api.py
superset/charts/dao.py
superset/charts/filters.py
superset/charts/post_processing.py
superset/charts/schemas.py
superset/charts/commands/__init__.py
superset/charts/commands/bulk_delete.py
superset/charts/commands/create.py
superset/charts/commands/data.py
superset/charts/commands/delete.py
superset/charts/commands/exceptions.py
superset/charts/commands/export.py
superset/charts/commands/update.py
superset/charts/commands/importers/__init__.py
superset/charts/commands/importers/dispatcher.py
superset/charts/commands/importers/v1/__init__.py
superset/charts/commands/importers/v1/utils.py
superset/commands/__init__.py
superset/commands/base.py
superset/commands/exceptions.py
superset/commands/export.py
superset/commands/utils.py
superset/commands/importers/__init__.py
superset/commands/importers/exceptions.py
superset/commands/importers/v1/__init__.py
superset/commands/importers/v1/examples.py
superset/commands/importers/v1/utils.py
superset/common/__init__.py
superset/common/db_query_status.py
superset/common/not_authrized_object.py
superset/common/query_actions.py
superset/common/query_context.py
superset/common/query_object.py
superset/common/request_contexed_based.py
superset/common/tags.py
superset/common/utils.py
superset/connectors/__init__.py
superset/connectors/connector_registry.py
superset/connectors/base/__init__.py
superset/connectors/base/models.py
superset/connectors/base/views.py
superset/connectors/druid/__init__.py
superset/connectors/druid/models.py
superset/connectors/druid/views.py
superset/connectors/sqla/__init__.py
superset/connectors/sqla/models.py
superset/connectors/sqla/utils.py
superset/connectors/sqla/views.py
superset/css_templates/__init__.py
superset/css_templates/api.py
superset/css_templates/dao.py
superset/css_templates/filters.py
superset/css_templates/schemas.py
superset/css_templates/commands/__init__.py
superset/css_templates/commands/bulk_delete.py
superset/css_templates/commands/exceptions.py
superset/dao/__init__.py
superset/dao/base.py
superset/dao/exceptions.py
superset/dashboards/__init__.py
superset/dashboards/api.py
superset/dashboards/dao.py
superset/dashboards/filters.py
superset/dashboards/schemas.py
superset/dashboards/commands/__init__.py
superset/dashboards/commands/bulk_delete.py
superset/dashboards/commands/create.py
superset/dashboards/commands/delete.py
superset/dashboards/commands/exceptions.py
superset/dashboards/commands/export.py
superset/dashboards/commands/update.py
superset/dashboards/commands/importers/__init__.py
superset/dashboards/commands/importers/dispatcher.py
superset/dashboards/commands/importers/v0.py
superset/dashboards/commands/importers/v1/__init__.py
superset/dashboards/commands/importers/v1/utils.py
superset/dashboards/filter_sets/__init__.py
superset/dashboards/filter_sets/api.py
superset/dashboards/filter_sets/consts.py
superset/dashboards/filter_sets/dao.py
superset/dashboards/filter_sets/filters.py
superset/dashboards/filter_sets/schemas.py
superset/dashboards/filter_sets/commands/__init__.py
superset/dashboards/filter_sets/commands/base.py
superset/dashboards/filter_sets/commands/create.py
superset/dashboards/filter_sets/commands/delete.py
superset/dashboards/filter_sets/commands/exceptions.py
superset/dashboards/filter_sets/commands/update.py
superset/databases/__init__.py
superset/databases/api.py
superset/databases/dao.py
superset/databases/decorators.py
superset/databases/filters.py
superset/databases/schemas.py
superset/databases/utils.py
superset/databases/commands/__init__.py
superset/databases/commands/create.py
superset/databases/commands/delete.py
superset/databases/commands/exceptions.py
superset/databases/commands/export.py
superset/databases/commands/test_connection.py
superset/databases/commands/update.py
superset/databases/commands/validate.py
superset/databases/commands/importers/__init__.py
superset/databases/commands/importers/dispatcher.py
superset/databases/commands/importers/v1/__init__.py
superset/databases/commands/importers/v1/utils.py
superset/datasets/__init__.py
superset/datasets/api.py
superset/datasets/dao.py
superset/datasets/filters.py
superset/datasets/schemas.py
superset/datasets/columns/__init__.py
superset/datasets/columns/api.py
superset/datasets/columns/commands/__init__.py
superset/datasets/columns/commands/delete.py
superset/datasets/columns/commands/exceptions.py
superset/datasets/commands/__init__.py
superset/datasets/commands/bulk_delete.py
superset/datasets/commands/create.py
superset/datasets/commands/delete.py
superset/datasets/commands/exceptions.py
superset/datasets/commands/export.py
superset/datasets/commands/refresh.py
superset/datasets/commands/update.py
superset/datasets/commands/importers/__init__.py
superset/datasets/commands/importers/dispatcher.py
superset/datasets/commands/importers/v0.py
superset/datasets/commands/importers/v1/__init__.py
superset/datasets/commands/importers/v1/utils.py
superset/datasets/metrics/__init__.py
superset/datasets/metrics/api.py
superset/datasets/metrics/commands/__init__.py
superset/datasets/metrics/commands/delete.py
superset/datasets/metrics/commands/exceptions.py
superset/db_engine_specs/__init__.py
superset/db_engine_specs/ascend.py
superset/db_engine_specs/athena.py
superset/db_engine_specs/aurora.py
superset/db_engine_specs/base.py
superset/db_engine_specs/bigquery.py
superset/db_engine_specs/clickhouse.py
superset/db_engine_specs/cockroachdb.py
superset/db_engine_specs/crate.py
superset/db_engine_specs/databricks.py
superset/db_engine_specs/db2.py
superset/db_engine_specs/dremio.py
superset/db_engine_specs/drill.py
superset/db_engine_specs/druid.py
superset/db_engine_specs/elasticsearch.py
superset/db_engine_specs/exasol.py
superset/db_engine_specs/exceptions.py
superset/db_engine_specs/firebird.py
superset/db_engine_specs/firebolt.py
superset/db_engine_specs/gsheets.py
superset/db_engine_specs/hana.py
superset/db_engine_specs/hive.py
superset/db_engine_specs/impala.py
superset/db_engine_specs/kylin.py
superset/db_engine_specs/mssql.py
superset/db_engine_specs/mysql.py
superset/db_engine_specs/netezza.py
superset/db_engine_specs/oracle.py
superset/db_engine_specs/pinot.py
superset/db_engine_specs/postgres.py
superset/db_engine_specs/presto.py
superset/db_engine_specs/redshift.py
superset/db_engine_specs/rockset.py
superset/db_engine_specs/shillelagh.py
superset/db_engine_specs/snowflake.py
superset/db_engine_specs/solr.py
superset/db_engine_specs/sqlite.py
superset/db_engine_specs/teradata.py
superset/db_engine_specs/trino.py
superset/db_engine_specs/vertica.py
superset/db_engines/__init__.py
superset/db_engines/hive.py
superset/examples/__init__.py
superset/examples/bart_lines.py
superset/examples/big_data.py
superset/examples/birth_names.py
superset/examples/countries.md
superset/examples/countries.py
superset/examples/country_map.py
superset/examples/css_templates.py
superset/examples/deck.py
superset/examples/energy.py
superset/examples/flights.py
superset/examples/helpers.py
superset/examples/long_lat.py
superset/examples/misc_dashboard.py
superset/examples/multi_line.py
superset/examples/multiformat_time_series.py
superset/examples/paris.py
superset/examples/random_time_series.py
superset/examples/sf_population_polygons.py
superset/examples/tabbed_dashboard.py
superset/examples/utils.py
superset/examples/world_bank.py
superset/examples/configs/metadata.yaml
superset/examples/configs/charts/Age_distribution_of_respondents.yaml
superset/examples/configs/charts/Are_you_an_ethnic_minority_in_your_city.yaml
superset/examples/configs/charts/Breakdown_of_Developer_Type.yaml
superset/examples/configs/charts/Commute_Time.yaml
superset/examples/configs/charts/Country_of_Citizenship.yaml
superset/examples/configs/charts/Cross_Channel_Relationship.yaml
superset/examples/configs/charts/Cross_Channel_Relationship_heatmap_2786.yaml
superset/examples/configs/charts/Current_Developers_Is_this_your_first_development_job.yaml
superset/examples/configs/charts/Degrees_vs_Income.yaml
superset/examples/configs/charts/Ethnic_Minority__Gender.yaml
superset/examples/configs/charts/Filter_Segments.yaml
superset/examples/configs/charts/Filtering_Vaccines.yaml
superset/examples/configs/charts/First_Time_Developer.yaml
superset/examples/configs/charts/First_Time_Developer__Commute_Time.yaml
superset/examples/configs/charts/Games.yaml
superset/examples/configs/charts/Games_per_Genre.yaml
superset/examples/configs/charts/Games_per_Genre_over_time.yaml
superset/examples/configs/charts/Gender.yaml
superset/examples/configs/charts/Highest_degree_held.yaml
superset/examples/configs/charts/How_do_you_prefer_to_work.yaml
superset/examples/configs/charts/How_much_do_you_expect_to_earn_0_-_100k.yaml
superset/examples/configs/charts/Last_Year_Income_Distribution.yaml
superset/examples/configs/charts/Location_of_Current_Developers.yaml
superset/examples/configs/charts/Members_per_Channel.yaml
superset/examples/configs/charts/Messages_per_Channel.yaml
superset/examples/configs/charts/Most_Dominant_Platforms.yaml
superset/examples/configs/charts/New_Members_per_Month.yaml
superset/examples/configs/charts/Number_of_Aspiring_Developers.yaml
superset/examples/configs/charts/Number_of_Deals_for_each_Combination.yaml
superset/examples/configs/charts/Number_of_Games_That_Hit_100k_in_Sales_By_Release_Year.yaml
superset/examples/configs/charts/Number_of_Members.yaml
superset/examples/configs/charts/Overall_Sales_By_Product_Line.yaml
superset/examples/configs/charts/Popular_Genres_Across_Platforms.yaml
superset/examples/configs/charts/Preferred_Employment_Style.yaml
superset/examples/configs/charts/Proportion_of_Revenue_by_Product_Line.yaml
superset/examples/configs/charts/Publishers_With_Most_Titles.yaml
superset/examples/configs/charts/Quarterly_Sales.yaml
superset/examples/configs/charts/Quarterly_Sales_By_Product_Line.yaml
superset/examples/configs/charts/Relocation_ability.yaml
superset/examples/configs/charts/Revenue_by_Deal_Size.yaml
superset/examples/configs/charts/Rise__Fall_of_Video_Game_Consoles.yaml
superset/examples/configs/charts/Seasonality_of_Revenue_per_Product_Line.yaml
superset/examples/configs/charts/Top_10_Games_Proportion_of_Sales_in_Markets.yaml
superset/examples/configs/charts/Top_15_Languages_Spoken_at_Home.yaml
superset/examples/configs/charts/Top_Timezones.yaml
superset/examples/configs/charts/Total_Items_Sold.yaml
superset/examples/configs/charts/Total_Items_Sold_By_Product_Line.yaml
superset/examples/configs/charts/Total_Revenue.yaml
superset/examples/configs/charts/Total_Sales_per_Market_Grouped_by_Genre.yaml
superset/examples/configs/charts/Unicode_Cloud.test.yaml
superset/examples/configs/charts/Vaccine_Candidates_per_Approach__Stage.yaml
superset/examples/configs/charts/Vaccine_Candidates_per_Country.yaml
superset/examples/configs/charts/Vaccine_Candidates_per_Country_261.yaml
superset/examples/configs/charts/Vaccine_Candidates_per_Country__Stage.yaml
superset/examples/configs/charts/Vaccine_Candidates_per_Country__Stage_749.yaml
superset/examples/configs/charts/Vaccine_Candidates_per_Phase.yaml
superset/examples/configs/charts/Vaccine_Candidates_per_Phase_587.yaml
superset/examples/configs/charts/Vehicle_Sales_Filter.yaml
superset/examples/configs/charts/Video_Game_Sales_Filter.yaml
superset/examples/configs/charts/Weekly_Messages.yaml
superset/examples/configs/charts/Weekly_Threads.yaml
superset/examples/configs/charts/Work_Location_Preference.yaml
superset/examples/configs/dashboards/COVID_Vaccine_Dashboard.yaml
superset/examples/configs/dashboards/FCC_New_Coder_Survey_2018.yaml
superset/examples/configs/dashboards/Sales_Dashboard.yaml
superset/examples/configs/dashboards/Slack_Dashboard.yaml
superset/examples/configs/dashboards/Unicode_Test.test.yaml
superset/examples/configs/dashboards/Video_Game_Sales.yaml
superset/examples/configs/datasets/examples/FCC_2018_Survey.yaml
superset/examples/configs/datasets/examples/channel_members.yaml
superset/examples/configs/datasets/examples/channels.yaml
superset/examples/configs/datasets/examples/cleaned_sales_data.yaml
superset/examples/configs/datasets/examples/covid_vaccines.yaml
superset/examples/configs/datasets/examples/exported_stats.yaml
superset/examples/configs/datasets/examples/members_channels_2.yaml
superset/examples/configs/datasets/examples/messages.yaml
superset/examples/configs/datasets/examples/messages_channels.yaml
superset/examples/configs/datasets/examples/new_members_daily.yaml
superset/examples/configs/datasets/examples/threads.yaml
superset/examples/configs/datasets/examples/unicode_test.test.yaml
superset/examples/configs/datasets/examples/users.yaml
superset/examples/configs/datasets/examples/users_channels-uzooNNtSRO.yaml
superset/examples/configs/datasets/examples/users_channels.yaml
superset/examples/configs/datasets/examples/video_game_sales.yaml
superset/initialization/__init__.py
superset/migrations/README
superset/migrations/__init__.py
superset/migrations/alembic.ini
superset/migrations/env.py
superset/migrations/script.py.mako
superset/migrations/__pycache__/__init__.cpython-38.pyc
superset/migrations/__pycache__/env.cpython-38.pyc
superset/migrations/shared/__init__.py
superset/migrations/shared/security_converge.py
superset/migrations/shared/utils.py
superset/migrations/shared/__pycache__/__init__.cpython-38.pyc
superset/migrations/shared/__pycache__/security_converge.cpython-38.pyc
superset/migrations/shared/__pycache__/utils.cpython-38.pyc
superset/migrations/versions/021b81fe4fbb_add_type_to_native_filter_configuration.py
superset/migrations/versions/030c840e3a1c_add_query_context_to_slices.py
superset/migrations/versions/07071313dd52_change_fetch_values_predicate_to_text.py
superset/migrations/versions/070c043f2fdb_add_granularity_to_charts_where_missing.py
superset/migrations/versions/085f06488938_country_map_use_lowercase_country_name.py
superset/migrations/versions/0a6f12f60c73_add_role_level_security.py
superset/migrations/versions/0b1f1ab473c0_add_extra_column_to_query.py
superset/migrations/versions/0c5070e96b57_add_user_attributes_table.py
superset/migrations/versions/11c737c17cc6_deprecate_restricted_metrics.py
superset/migrations/versions/1226819ee0e3_fix_wrong_constraint_on_table_columns.py
superset/migrations/versions/1296d28ec131_druid_exports.py
superset/migrations/versions/12d55656cbca_is_featured.py
superset/migrations/versions/130915240929_is_sqllab_viz_flow.py
superset/migrations/versions/134cea61c5e7_remove_dataset_health_check_message.py
superset/migrations/versions/1412ec1e5a7b_legacy_force_directed_to_echart.py
superset/migrations/versions/143b6f2815da_migrate_pivot_table_v2_heatmaps_to_new_.py
superset/migrations/versions/1495eb914ad3_time_range.py
superset/migrations/versions/175ea3592453_cache_lookup.py
superset/migrations/versions/181091c0ef16_add_extra_column_to_columns_model.py
superset/migrations/versions/18532d70ab98_fix_table_unique_constraint_in_mysql.py
superset/migrations/versions/18dc26817ad2_.py
superset/migrations/versions/18e88e1cc004_making_audit_nullable.py
superset/migrations/versions/190188938582_adding_unique_constraint_on_dashboard_slices_tbl.py
superset/migrations/versions/19a814813610_adding_metric_warning_text.py
superset/migrations/versions/19e978e1b9c3_add_report_format_to_report_schedule_.py
superset/migrations/versions/1a1d627ebd8e_position_json.py
superset/migrations/versions/1a48a5411020_adding_slug_to_dash.py
superset/migrations/versions/1d2ddd543133_log_dt.py
superset/migrations/versions/1d9e835a84f9_.py
superset/migrations/versions/1e2841a4128_.py
superset/migrations/versions/1f6dca87d1a2_security_converge_dashboards.py
superset/migrations/versions/21e88bc06c02_annotation_migration.py
superset/migrations/versions/258b5280a45e_form_strip_leading_and_trailing_whitespace.py
superset/migrations/versions/2591d77e9831_user_id.py
superset/migrations/versions/260bf0649a77_migrate_x_dateunit_in_time_range.py
superset/migrations/versions/27ae655e4247_make_creator_owners.py
superset/migrations/versions/289ce07647b_add_encrypted_password_field.py
superset/migrations/versions/2929af7925ed_tz_offsets_in_data_sources.py
superset/migrations/versions/2e5a0ee25ed4_refractor_alerting.py
superset/migrations/versions/2f1d15e8a6af_add_alerts.py
superset/migrations/versions/2fcdcb35e487_saved_queries.py
superset/migrations/versions/301362411006_add_execution_id_to_report_execution_.py
superset/migrations/versions/30bb17c0dc76_.py
superset/migrations/versions/315b3f4da9b0_adding_log_model.py
superset/migrations/versions/31b2a1039d4a_drop_tables_constraint.py
superset/migrations/versions/32646df09c64_update_time_grain_sqla.py
superset/migrations/versions/3317e9248280_add_creation_method_to_reports_model.py
superset/migrations/versions/3325d4caccc8_dashboard_scoped_filters.py
superset/migrations/versions/33d996bcc382_update_slice_model.py
superset/migrations/versions/3b626e2a6783_sync_db_with_models.py
superset/migrations/versions/3c3ffe173e4f_add_sql_string_to_table.py
superset/migrations/versions/3dda56f1c4c6_migrate_num_period_compare_and_period_.py
superset/migrations/versions/3e1b21cd94a4_change_owner_to_m2m_relation_on_.py
superset/migrations/versions/3ebe0993c770_filterset_table.py
superset/migrations/versions/3fbbc6e8d654_fix_data_access_permissions_for_virtual_.py
superset/migrations/versions/40f16acf1ba7_security_converge_reports.py
superset/migrations/versions/41ce8799acc3_rename_pie_label_type.py
superset/migrations/versions/41f6a59a61f2_database_options_for_sql_lab.py
superset/migrations/versions/42b4c9e01447_security_converge_databases.py
superset/migrations/versions/430039611635_log_more.py
superset/migrations/versions/43df8de3a5f4_dash_json.py
superset/migrations/versions/4451805bbaa1_remove_double_percents.py
superset/migrations/versions/4500485bde7d_allow_run_sync_async.py
superset/migrations/versions/453530256cea_add_save_option_column_to_db_model.py
superset/migrations/versions/45731db65d9c_security_converge_datasets.py
superset/migrations/versions/45e7da7cfeba_.py
superset/migrations/versions/46ba6aaaac97_.py
superset/migrations/versions/46f444d8b9b7_remove_coordinator_from_druid_cluster_.py
superset/migrations/versions/472d2f73dfd4_.py
superset/migrations/versions/4736ec66ce19_.py
superset/migrations/versions/49b5a32daba5_add_report_schedules.py
superset/migrations/versions/4b84f97828aa_security_converge_logs.py
superset/migrations/versions/4ce8df208545_migrate_time_range_for_default_filters.py
superset/migrations/versions/4e6a06bad7a8_init.py
superset/migrations/versions/4fa88fe24e94_owners_many_to_many.py
superset/migrations/versions/525c854f0005_log_this_plus.py
superset/migrations/versions/55179c7f25c7_sqla_descr.py
superset/migrations/versions/55e910a74826_add_metadata_column_to_annotation_model_.py
superset/migrations/versions/585b0b1a7b18_add_exec_info_to_saved_queries.py
superset/migrations/versions/5a7bad26f2a7_.py
superset/migrations/versions/5afa9079866a_serialize_schema_permissions_py.py
superset/migrations/versions/5ccf602336a0_.py
superset/migrations/versions/5daced1f0e76_reports_add_working_timeout_column.py
superset/migrations/versions/5e4a03ef0bf0_add_request_access_model.py
superset/migrations/versions/60dc453f4e2e_migrate_timeseries_limit_metric_to_.py
superset/migrations/versions/620241d1153f_update_time_grain_sqla.py
superset/migrations/versions/6414e83d82b7_.py
superset/migrations/versions/65903709c321_allow_dml.py
superset/migrations/versions/67a6ac9b727b_update_spatial_params.py
superset/migrations/versions/67da9ef1ef9c_add_hide_left_bar_to_tabstate.py
superset/migrations/versions/6c7537a6004a_models_for_email_reports.py
superset/migrations/versions/6d20ba9ecb33_add_last_saved_at_to_slice_model.py
superset/migrations/versions/705732c70154_.py
superset/migrations/versions/72428d1ea401_add_tmp_schema_name_to_the_query_object.py
superset/migrations/versions/732f1c06bcbf_add_fetch_values_predicate.py
superset/migrations/versions/73fd22e742ab_add_dynamic_plugins_py.py
superset/migrations/versions/743a117f0d98_add_slack_to_the_schedule.py
superset/migrations/versions/7467e77870e4_remove_aggs.py
superset/migrations/versions/763d4b211ec9_fixing_audit_fk.py
superset/migrations/versions/78ee127d0d1d_reconvert_legacy_filters_into_adhoc.py
superset/migrations/versions/7dbf98566af7_slice_description.py
superset/migrations/versions/7e3ddad2a00b_results_key_to_query.py
superset/migrations/versions/7f2635b51f5d_update_base_columns.py
superset/migrations/versions/7fcdcde0761c_.py
superset/migrations/versions/80a67c5192fa_single_pie_chart_metric.py
superset/migrations/versions/80aa3f04bc82_add_parent_ids_in_dashboard_layout.py
superset/migrations/versions/811494c0cc23_remove_path_from_logs.py
superset/migrations/versions/817e1c9b09d0_add_not_null_to_dbs_sqlalchemy_url.py
superset/migrations/versions/836c0bf75904_cache_timeouts.py
superset/migrations/versions/867bf4f117f9_adding_extra_field_to_database_model.py
superset/migrations/versions/89115a40e8ea_change_table_schema_description_to_long_.py
superset/migrations/versions/8b70aa3d0f87_.py
superset/migrations/versions/8e80a26a31db_.py
superset/migrations/versions/8ee129739cf9_security_converge_css_templates.py
superset/migrations/versions/937d04c16b64_update_datasources.py
superset/migrations/versions/956a063c52b3_adjusting_key_length.py
superset/migrations/versions/960c69cb1f5b_.py
superset/migrations/versions/96e99fb176a0_add_import_mixing_to_saved_query.py
superset/migrations/versions/978245563a02_migrate_iframe_to_dash_markdown.py
superset/migrations/versions/979c03af3341_.py
superset/migrations/versions/989bbe479899_rename_filter_configuration_in_.py
superset/migrations/versions/__init__.py
superset/migrations/versions/a2d606a761d9_adding_favstar_model.py
superset/migrations/versions/a33a03f16c4a_add_extra_column_to_savedquery.py
superset/migrations/versions/a61b40f9f57f_remove_allow_run_sync.py
superset/migrations/versions/a65458420354_add_result_backend_time_logging.py
superset/migrations/versions/a6c18f869a4e_query_start_running_time.py
superset/migrations/versions/a72cb0ebeb22_deprecate_dbs_perm_column.py
superset/migrations/versions/a8173232b786_add_path_to_logs.py
superset/migrations/versions/a99f2f7c195a_rewriting_url_from_shortner_with_new_.py
superset/migrations/versions/a9c47e2c1547_add_impersonate_user_to_dbs.py
superset/migrations/versions/ab104a954a8f_reports_alter_crontab_size.py
superset/migrations/versions/ab3d66c4246e_add_cache_timeout_to_druid_cluster.py
superset/migrations/versions/ab8c66efdd01_resample.py
superset/migrations/versions/ad4d656d92bc_add_avg_metric.py
superset/migrations/versions/ad82a75afd82_add_query_model.py
superset/migrations/versions/ae19b4ee3692_.py
superset/migrations/versions/ae1ed299413b_add_timezone_to_report_schedule.py
superset/migrations/versions/aea15018d53b_add_certifications_columns_to_dashboard.py
superset/migrations/versions/af30ca79208f_collapse_alerting_models_into_a_single_.py
superset/migrations/versions/afb7730f6a9c_remove_empty_filters.py
superset/migrations/versions/afc69274c25a_alter_sql_column_data_type_in_query_mysql_table.py
superset/migrations/versions/b318dfe5fb6c_adding_verbose_name_to_druid_column.py
superset/migrations/versions/b347b202819b_.py
superset/migrations/versions/b4456560d4f3_change_table_unique_constraint.py
superset/migrations/versions/b46fa1b0b39e_add_params_to_tables.py
superset/migrations/versions/b4a38aa87893_deprecate_database_expression.py
superset/migrations/versions/b56500de1855_add_uuid_column_to_import_mixin.py
superset/migrations/versions/b5998378c225_add_certificate_to_dbs.py
superset/migrations/versions/b6fa807eac07_make_names_non_nullable.py
superset/migrations/versions/bb51420eaf83_add_schema_to_table_model.py
superset/migrations/versions/bcf3126872fc_add_keyvalue.py
superset/migrations/versions/bddc498dd179_adhoc_filters.py
superset/migrations/versions/bebcf3fed1fe_convert_dashboard_v1_positions.py
superset/migrations/versions/bf706ae5eb46_cal_heatmap_metric_to_metrics.py
superset/migrations/versions/c18bd4186f15_.py
superset/migrations/versions/c25cb2c78727_security_converge_annotations.py
superset/migrations/versions/c2acd2cf3df2_alter_type_of_dbs_encrypted_extra.py
superset/migrations/versions/c3a8f8611885_materializing_permission.py
superset/migrations/versions/c501b7c653a3_add_missing_uuid_column.py
superset/migrations/versions/c5756bec8b47_time_grain_sqla.py
superset/migrations/versions/c611f2b591b8_dim_spec.py
superset/migrations/versions/c617da68de7d_form_nullable.py
superset/migrations/versions/c829ff0b37d0_.py
superset/migrations/versions/c82ee8a39623_add_implicit_tags.py
superset/migrations/versions/c878781977c6_alert_reports_shared_uniqueness.py
superset/migrations/versions/c9495751e314_.py
superset/migrations/versions/ca69c70ec99b_tracking_url.py
superset/migrations/versions/cca2f5d568c8_add_encrypted_extra_to_dbs.py
superset/migrations/versions/ccb74baaa89b_security_converge_charts.py
superset/migrations/versions/cefabc8f7d38_increase_size_of_name_column_in_ab_view_.py
superset/migrations/versions/d2424a248d63_.py
superset/migrations/versions/d39b1e37131d_.py
superset/migrations/versions/d416d0d715cc_add_limiting_factor_column_to_query_.py
superset/migrations/versions/d6db5a5cdb5d_.py
superset/migrations/versions/d6ffdf31bdd4_add_published_column_to_dashboards.py
superset/migrations/versions/d7c1a0d6f2da_remove_limit_used_from_query_model.py
superset/migrations/versions/d827694c7555_css_templates.py
superset/migrations/versions/d8bc074f7aad_add_new_field_is_restricted_to_.py
superset/migrations/versions/d94d33dbe938_form_strip.py
superset/migrations/versions/db0c65b146bd_update_slice_model_json.py
superset/migrations/versions/db4b49eb0782_add_tables_for_sql_lab_state.py
superset/migrations/versions/db527d8c4c78_add_db_verbose_name.py
superset/migrations/versions/ddd6ebdd853b_annotations.py
superset/migrations/versions/de021a1ca60d_.py
superset/migrations/versions/def97f26fdfb_add_index_to_tagged_object.py
superset/migrations/versions/e11ccdd12658_add_roles_relationship_to_dashboard.py
superset/migrations/versions/e323605f370a_fix_schemas_allowed_for_csv_upload.py
superset/migrations/versions/e37912a26567_security_converge_queries.py
superset/migrations/versions/e38177dbf641_security_converge_saved_queries.py
superset/migrations/versions/e3970889f38e_.py
superset/migrations/versions/e46f2d27a08e_materialize_perms.py
superset/migrations/versions/e502db2af7be_add_template_params_to_tables.py
superset/migrations/versions/e553e78e90c5_add_druid_auth_py_py.py
superset/migrations/versions/e557699a813e_add_tables_relation_to_row_level_.py
superset/migrations/versions/e5ef6828ac4e_add_rls_filter_type_and_grouping_key.py
superset/migrations/versions/e68c4473c581_allow_multi_schema_metadata_fetch.py
superset/migrations/versions/e866bd2d4976_smaller_grid.py
superset/migrations/versions/e96dbf2cfef0_datasource_cluster_fk.py
superset/migrations/versions/e9df189e5c7e_update_base_metrics.py
superset/migrations/versions/ea033256294a_.py
superset/migrations/versions/ea396d202291_ctas_method_in_query.py
superset/migrations/versions/ec1f88a35cc6_.py
superset/migrations/versions/eca4694defa7_sqllab_setting_defaults.py
superset/migrations/versions/ef8843b41dac_.py
superset/migrations/versions/f0fbf6129e13_adding_verbose_name_to_tablecolumn.py
superset/migrations/versions/f120347acb39_add_extra_column_to_tables_and_metrics.py
superset/migrations/versions/f1410ed7ec95_migrate_native_filters_to_new_schema.py
superset/migrations/versions/f162a1dea4c4_d3format_by_metric.py
superset/migrations/versions/f18570e03440_add_query_result_key_index.py
superset/migrations/versions/f1f2d4af5b90_.py
superset/migrations/versions/f231d82b9b26_.py
superset/migrations/versions/f2672aa8350a_add_slack_to_alerts.py
superset/migrations/versions/f6196627326f_update_chart_permissions.py
superset/migrations/versions/f80a3b88324b_.py
superset/migrations/versions/f959a6652acd_.py
superset/migrations/versions/f9847149153d_add_certifications_columns_to_slice.py
superset/migrations/versions/f9a30386bd74_cleanup_time_grainularity.py
superset/migrations/versions/fb13d49b72f9_better_filters.py
superset/migrations/versions/fbd55e0f83eb_.py
superset/migrations/versions/fc3a3a8ff221_migrate_filter_sets_to_new_format.py
superset/migrations/versions/fc480c87706c_.py
superset/migrations/versions/fee7b758c130_.py
superset/migrations/versions/__pycache__/021b81fe4fbb_add_type_to_native_filter_configuration.cpython-38.pyc
superset/migrations/versions/__pycache__/030c840e3a1c_add_query_context_to_slices.cpython-38.pyc
superset/migrations/versions/__pycache__/07071313dd52_change_fetch_values_predicate_to_text.cpython-38.pyc
superset/migrations/versions/__pycache__/070c043f2fdb_add_granularity_to_charts_where_missing.cpython-38.pyc
superset/migrations/versions/__pycache__/085f06488938_country_map_use_lowercase_country_name.cpython-38.pyc
superset/migrations/versions/__pycache__/0a6f12f60c73_add_role_level_security.cpython-38.pyc
superset/migrations/versions/__pycache__/0b1f1ab473c0_add_extra_column_to_query.cpython-38.pyc
superset/migrations/versions/__pycache__/0c5070e96b57_add_user_attributes_table.cpython-38.pyc
superset/migrations/versions/__pycache__/11c737c17cc6_deprecate_restricted_metrics.cpython-38.pyc
superset/migrations/versions/__pycache__/1226819ee0e3_fix_wrong_constraint_on_table_columns.cpython-38.pyc
superset/migrations/versions/__pycache__/1296d28ec131_druid_exports.cpython-38.pyc
superset/migrations/versions/__pycache__/12d55656cbca_is_featured.cpython-38.pyc
superset/migrations/versions/__pycache__/130915240929_is_sqllab_viz_flow.cpython-38.pyc
superset/migrations/versions/__pycache__/134cea61c5e7_remove_dataset_health_check_message.cpython-38.pyc
superset/migrations/versions/__pycache__/1412ec1e5a7b_legacy_force_directed_to_echart.cpython-38.pyc
superset/migrations/versions/__pycache__/143b6f2815da_migrate_pivot_table_v2_heatmaps_to_new_.cpython-38.pyc
superset/migrations/versions/__pycache__/1495eb914ad3_time_range.cpython-38.pyc
superset/migrations/versions/__pycache__/175ea3592453_cache_lookup.cpython-38.pyc
superset/migrations/versions/__pycache__/181091c0ef16_add_extra_column_to_columns_model.cpython-38.pyc
superset/migrations/versions/__pycache__/18532d70ab98_fix_table_unique_constraint_in_mysql.cpython-38.pyc
superset/migrations/versions/__pycache__/18dc26817ad2_.cpython-38.pyc
superset/migrations/versions/__pycache__/18e88e1cc004_making_audit_nullable.cpython-38.pyc
superset/migrations/versions/__pycache__/190188938582_adding_unique_constraint_on_dashboard_slices_tbl.cpython-38.pyc
superset/migrations/versions/__pycache__/19a814813610_adding_metric_warning_text.cpython-38.pyc
superset/migrations/versions/__pycache__/19e978e1b9c3_add_report_format_to_report_schedule_.cpython-38.pyc
superset/migrations/versions/__pycache__/1a1d627ebd8e_position_json.cpython-38.pyc
superset/migrations/versions/__pycache__/1a48a5411020_adding_slug_to_dash.cpython-38.pyc
superset/migrations/versions/__pycache__/1d2ddd543133_log_dt.cpython-38.pyc
superset/migrations/versions/__pycache__/1d9e835a84f9_.cpython-38.pyc
superset/migrations/versions/__pycache__/1e2841a4128_.cpython-38.pyc
superset/migrations/versions/__pycache__/1f6dca87d1a2_security_converge_dashboards.cpython-38.pyc
superset/migrations/versions/__pycache__/21e88bc06c02_annotation_migration.cpython-38.pyc
superset/migrations/versions/__pycache__/258b5280a45e_form_strip_leading_and_trailing_whitespace.cpython-38.pyc
superset/migrations/versions/__pycache__/2591d77e9831_user_id.cpython-38.pyc
superset/migrations/versions/__pycache__/260bf0649a77_migrate_x_dateunit_in_time_range.cpython-38.pyc
superset/migrations/versions/__pycache__/27ae655e4247_make_creator_owners.cpython-38.pyc
superset/migrations/versions/__pycache__/289ce07647b_add_encrypted_password_field.cpython-38.pyc
superset/migrations/versions/__pycache__/2929af7925ed_tz_offsets_in_data_sources.cpython-38.pyc
superset/migrations/versions/__pycache__/2e5a0ee25ed4_refractor_alerting.cpython-38.pyc
superset/migrations/versions/__pycache__/2f1d15e8a6af_add_alerts.cpython-38.pyc
superset/migrations/versions/__pycache__/2fcdcb35e487_saved_queries.cpython-38.pyc
superset/migrations/versions/__pycache__/301362411006_add_execution_id_to_report_execution_.cpython-38.pyc
superset/migrations/versions/__pycache__/30bb17c0dc76_.cpython-38.pyc
superset/migrations/versions/__pycache__/315b3f4da9b0_adding_log_model.cpython-38.pyc
superset/migrations/versions/__pycache__/31b2a1039d4a_drop_tables_constraint.cpython-38.pyc
superset/migrations/versions/__pycache__/32646df09c64_update_time_grain_sqla.cpython-38.pyc
superset/migrations/versions/__pycache__/3317e9248280_add_creation_method_to_reports_model.cpython-38.pyc
superset/migrations/versions/__pycache__/3325d4caccc8_dashboard_scoped_filters.cpython-38.pyc
superset/migrations/versions/__pycache__/33d996bcc382_update_slice_model.cpython-38.pyc
superset/migrations/versions/__pycache__/3b626e2a6783_sync_db_with_models.cpython-38.pyc
superset/migrations/versions/__pycache__/3c3ffe173e4f_add_sql_string_to_table.cpython-38.pyc
superset/migrations/versions/__pycache__/3dda56f1c4c6_migrate_num_period_compare_and_period_.cpython-38.pyc
superset/migrations/versions/__pycache__/3e1b21cd94a4_change_owner_to_m2m_relation_on_.cpython-38.pyc
superset/migrations/versions/__pycache__/3ebe0993c770_filterset_table.cpython-38.pyc
superset/migrations/versions/__pycache__/3fbbc6e8d654_fix_data_access_permissions_for_virtual_.cpython-38.pyc
superset/migrations/versions/__pycache__/40f16acf1ba7_security_converge_reports.cpython-38.pyc
superset/migrations/versions/__pycache__/41ce8799acc3_rename_pie_label_type.cpython-38.pyc
superset/migrations/versions/__pycache__/41f6a59a61f2_database_options_for_sql_lab.cpython-38.pyc
superset/migrations/versions/__pycache__/42b4c9e01447_security_converge_databases.cpython-38.pyc
superset/migrations/versions/__pycache__/430039611635_log_more.cpython-38.pyc
superset/migrations/versions/__pycache__/43df8de3a5f4_dash_json.cpython-38.pyc
superset/migrations/versions/__pycache__/4451805bbaa1_remove_double_percents.cpython-38.pyc
superset/migrations/versions/__pycache__/4500485bde7d_allow_run_sync_async.cpython-38.pyc
superset/migrations/versions/__pycache__/453530256cea_add_save_option_column_to_db_model.cpython-38.pyc
superset/migrations/versions/__pycache__/45731db65d9c_security_converge_datasets.cpython-38.pyc
superset/migrations/versions/__pycache__/45e7da7cfeba_.cpython-38.pyc
superset/migrations/versions/__pycache__/46ba6aaaac97_.cpython-38.pyc
superset/migrations/versions/__pycache__/46f444d8b9b7_remove_coordinator_from_druid_cluster_.cpython-38.pyc
superset/migrations/versions/__pycache__/472d2f73dfd4_.cpython-38.pyc
superset/migrations/versions/__pycache__/4736ec66ce19_.cpython-38.pyc
superset/migrations/versions/__pycache__/49b5a32daba5_add_report_schedules.cpython-38.pyc
superset/migrations/versions/__pycache__/4b84f97828aa_security_converge_logs.cpython-38.pyc
superset/migrations/versions/__pycache__/4ce8df208545_migrate_time_range_for_default_filters.cpython-38.pyc
superset/migrations/versions/__pycache__/4e6a06bad7a8_init.cpython-38.pyc
superset/migrations/versions/__pycache__/4fa88fe24e94_owners_many_to_many.cpython-38.pyc
superset/migrations/versions/__pycache__/525c854f0005_log_this_plus.cpython-38.pyc
superset/migrations/versions/__pycache__/55179c7f25c7_sqla_descr.cpython-38.pyc
superset/migrations/versions/__pycache__/55e910a74826_add_metadata_column_to_annotation_model_.cpython-38.pyc
superset/migrations/versions/__pycache__/585b0b1a7b18_add_exec_info_to_saved_queries.cpython-38.pyc
superset/migrations/versions/__pycache__/5a7bad26f2a7_.cpython-38.pyc
superset/migrations/versions/__pycache__/5afa9079866a_serialize_schema_permissions_py.cpython-38.pyc
superset/migrations/versions/__pycache__/5ccf602336a0_.cpython-38.pyc
superset/migrations/versions/__pycache__/5daced1f0e76_reports_add_working_timeout_column.cpython-38.pyc
superset/migrations/versions/__pycache__/5e4a03ef0bf0_add_request_access_model.cpython-38.pyc
superset/migrations/versions/__pycache__/60dc453f4e2e_migrate_timeseries_limit_metric_to_.cpython-38.pyc
superset/migrations/versions/__pycache__/620241d1153f_update_time_grain_sqla.cpython-38.pyc
superset/migrations/versions/__pycache__/6414e83d82b7_.cpython-38.pyc
superset/migrations/versions/__pycache__/65903709c321_allow_dml.cpython-38.pyc
superset/migrations/versions/__pycache__/67a6ac9b727b_update_spatial_params.cpython-38.pyc
superset/migrations/versions/__pycache__/67da9ef1ef9c_add_hide_left_bar_to_tabstate.cpython-38.pyc
superset/migrations/versions/__pycache__/6c7537a6004a_models_for_email_reports.cpython-38.pyc
superset/migrations/versions/__pycache__/6d20ba9ecb33_add_last_saved_at_to_slice_model.cpython-38.pyc
superset/migrations/versions/__pycache__/705732c70154_.cpython-38.pyc
superset/migrations/versions/__pycache__/72428d1ea401_add_tmp_schema_name_to_the_query_object.cpython-38.pyc
superset/migrations/versions/__pycache__/732f1c06bcbf_add_fetch_values_predicate.cpython-38.pyc
superset/migrations/versions/__pycache__/73fd22e742ab_add_dynamic_plugins_py.cpython-38.pyc
superset/migrations/versions/__pycache__/743a117f0d98_add_slack_to_the_schedule.cpython-38.pyc
superset/migrations/versions/__pycache__/7467e77870e4_remove_aggs.cpython-38.pyc
superset/migrations/versions/__pycache__/763d4b211ec9_fixing_audit_fk.cpython-38.pyc
superset/migrations/versions/__pycache__/78ee127d0d1d_reconvert_legacy_filters_into_adhoc.cpython-38.pyc
superset/migrations/versions/__pycache__/7dbf98566af7_slice_description.cpython-38.pyc
superset/migrations/versions/__pycache__/7e3ddad2a00b_results_key_to_query.cpython-38.pyc
superset/migrations/versions/__pycache__/7f2635b51f5d_update_base_columns.cpython-38.pyc
superset/migrations/versions/__pycache__/7fcdcde0761c_.cpython-38.pyc
superset/migrations/versions/__pycache__/80a67c5192fa_single_pie_chart_metric.cpython-38.pyc
superset/migrations/versions/__pycache__/80aa3f04bc82_add_parent_ids_in_dashboard_layout.cpython-38.pyc
superset/migrations/versions/__pycache__/811494c0cc23_remove_path_from_logs.cpython-38.pyc
superset/migrations/versions/__pycache__/817e1c9b09d0_add_not_null_to_dbs_sqlalchemy_url.cpython-38.pyc
superset/migrations/versions/__pycache__/836c0bf75904_cache_timeouts.cpython-38.pyc
superset/migrations/versions/__pycache__/867bf4f117f9_adding_extra_field_to_database_model.cpython-38.pyc
superset/migrations/versions/__pycache__/89115a40e8ea_change_table_schema_description_to_long_.cpython-38.pyc
superset/migrations/versions/__pycache__/8b70aa3d0f87_.cpython-38.pyc
superset/migrations/versions/__pycache__/8e80a26a31db_.cpython-38.pyc
superset/migrations/versions/__pycache__/8ee129739cf9_security_converge_css_templates.cpython-38.pyc
superset/migrations/versions/__pycache__/937d04c16b64_update_datasources.cpython-38.pyc
superset/migrations/versions/__pycache__/956a063c52b3_adjusting_key_length.cpython-38.pyc
superset/migrations/versions/__pycache__/960c69cb1f5b_.cpython-38.pyc
superset/migrations/versions/__pycache__/96e99fb176a0_add_import_mixing_to_saved_query.cpython-38.pyc
superset/migrations/versions/__pycache__/978245563a02_migrate_iframe_to_dash_markdown.cpython-38.pyc
superset/migrations/versions/__pycache__/979c03af3341_.cpython-38.pyc
superset/migrations/versions/__pycache__/989bbe479899_rename_filter_configuration_in_.cpython-38.pyc
superset/migrations/versions/__pycache__/__init__.cpython-38.pyc
superset/migrations/versions/__pycache__/a2d606a761d9_adding_favstar_model.cpython-38.pyc
superset/migrations/versions/__pycache__/a33a03f16c4a_add_extra_column_to_savedquery.cpython-38.pyc
superset/migrations/versions/__pycache__/a61b40f9f57f_remove_allow_run_sync.cpython-38.pyc
superset/migrations/versions/__pycache__/a65458420354_add_result_backend_time_logging.cpython-38.pyc
superset/migrations/versions/__pycache__/a6c18f869a4e_query_start_running_time.cpython-38.pyc
superset/migrations/versions/__pycache__/a72cb0ebeb22_deprecate_dbs_perm_column.cpython-38.pyc
superset/migrations/versions/__pycache__/a8173232b786_add_path_to_logs.cpython-38.pyc
superset/migrations/versions/__pycache__/a99f2f7c195a_rewriting_url_from_shortner_with_new_.cpython-38.pyc
superset/migrations/versions/__pycache__/a9c47e2c1547_add_impersonate_user_to_dbs.cpython-38.pyc
superset/migrations/versions/__pycache__/ab104a954a8f_reports_alter_crontab_size.cpython-38.pyc
superset/migrations/versions/__pycache__/ab3d66c4246e_add_cache_timeout_to_druid_cluster.cpython-38.pyc
superset/migrations/versions/__pycache__/ab8c66efdd01_resample.cpython-38.pyc
superset/migrations/versions/__pycache__/ad4d656d92bc_add_avg_metric.cpython-38.pyc
superset/migrations/versions/__pycache__/ad82a75afd82_add_query_model.cpython-38.pyc
superset/migrations/versions/__pycache__/ae19b4ee3692_.cpython-38.pyc
superset/migrations/versions/__pycache__/ae1ed299413b_add_timezone_to_report_schedule.cpython-38.pyc
superset/migrations/versions/__pycache__/aea15018d53b_add_certifications_columns_to_dashboard.cpython-38.pyc
superset/migrations/versions/__pycache__/af30ca79208f_collapse_alerting_models_into_a_single_.cpython-38.pyc
superset/migrations/versions/__pycache__/afb7730f6a9c_remove_empty_filters.cpython-38.pyc
superset/migrations/versions/__pycache__/afc69274c25a_alter_sql_column_data_type_in_query_mysql_table.cpython-38.pyc
superset/migrations/versions/__pycache__/b318dfe5fb6c_adding_verbose_name_to_druid_column.cpython-38.pyc
superset/migrations/versions/__pycache__/b347b202819b_.cpython-38.pyc
superset/migrations/versions/__pycache__/b4456560d4f3_change_table_unique_constraint.cpython-38.pyc
superset/migrations/versions/__pycache__/b46fa1b0b39e_add_params_to_tables.cpython-38.pyc
superset/migrations/versions/__pycache__/b4a38aa87893_deprecate_database_expression.cpython-38.pyc
superset/migrations/versions/__pycache__/b56500de1855_add_uuid_column_to_import_mixin.cpython-38.pyc
superset/migrations/versions/__pycache__/b5998378c225_add_certificate_to_dbs.cpython-38.pyc
superset/migrations/versions/__pycache__/b6fa807eac07_make_names_non_nullable.cpython-38.pyc
superset/migrations/versions/__pycache__/bb51420eaf83_add_schema_to_table_model.cpython-38.pyc
superset/migrations/versions/__pycache__/bcf3126872fc_add_keyvalue.cpython-38.pyc
superset/migrations/versions/__pycache__/bddc498dd179_adhoc_filters.cpython-38.pyc
superset/migrations/versions/__pycache__/bebcf3fed1fe_convert_dashboard_v1_positions.cpython-38.pyc
superset/migrations/versions/__pycache__/bf706ae5eb46_cal_heatmap_metric_to_metrics.cpython-38.pyc
superset/migrations/versions/__pycache__/c18bd4186f15_.cpython-38.pyc
superset/migrations/versions/__pycache__/c25cb2c78727_security_converge_annotations.cpython-38.pyc
superset/migrations/versions/__pycache__/c2acd2cf3df2_alter_type_of_dbs_encrypted_extra.cpython-38.pyc
superset/migrations/versions/__pycache__/c3a8f8611885_materializing_permission.cpython-38.pyc
superset/migrations/versions/__pycache__/c501b7c653a3_add_missing_uuid_column.cpython-38.pyc
superset/migrations/versions/__pycache__/c5756bec8b47_time_grain_sqla.cpython-38.pyc
superset/migrations/versions/__pycache__/c611f2b591b8_dim_spec.cpython-38.pyc
superset/migrations/versions/__pycache__/c617da68de7d_form_nullable.cpython-38.pyc
superset/migrations/versions/__pycache__/c829ff0b37d0_.cpython-38.pyc
superset/migrations/versions/__pycache__/c82ee8a39623_add_implicit_tags.cpython-38.pyc
superset/migrations/versions/__pycache__/c878781977c6_alert_reports_shared_uniqueness.cpython-38.pyc
superset/migrations/versions/__pycache__/c9495751e314_.cpython-38.pyc
superset/migrations/versions/__pycache__/ca69c70ec99b_tracking_url.cpython-38.pyc
superset/migrations/versions/__pycache__/cca2f5d568c8_add_encrypted_extra_to_dbs.cpython-38.pyc
superset/migrations/versions/__pycache__/ccb74baaa89b_security_converge_charts.cpython-38.pyc
superset/migrations/versions/__pycache__/cefabc8f7d38_increase_size_of_name_column_in_ab_view_.cpython-38.pyc
superset/migrations/versions/__pycache__/d2424a248d63_.cpython-38.pyc
superset/migrations/versions/__pycache__/d39b1e37131d_.cpython-38.pyc
superset/migrations/versions/__pycache__/d416d0d715cc_add_limiting_factor_column_to_query_.cpython-38.pyc
superset/migrations/versions/__pycache__/d6db5a5cdb5d_.cpython-38.pyc
superset/migrations/versions/__pycache__/d6ffdf31bdd4_add_published_column_to_dashboards.cpython-38.pyc
superset/migrations/versions/__pycache__/d7c1a0d6f2da_remove_limit_used_from_query_model.cpython-38.pyc
superset/migrations/versions/__pycache__/d827694c7555_css_templates.cpython-38.pyc
superset/migrations/versions/__pycache__/d8bc074f7aad_add_new_field_is_restricted_to_.cpython-38.pyc
superset/migrations/versions/__pycache__/d94d33dbe938_form_strip.cpython-38.pyc
superset/migrations/versions/__pycache__/db0c65b146bd_update_slice_model_json.cpython-38.pyc
superset/migrations/versions/__pycache__/db4b49eb0782_add_tables_for_sql_lab_state.cpython-38.pyc
superset/migrations/versions/__pycache__/db527d8c4c78_add_db_verbose_name.cpython-38.pyc
superset/migrations/versions/__pycache__/ddd6ebdd853b_annotations.cpython-38.pyc
superset/migrations/versions/__pycache__/de021a1ca60d_.cpython-38.pyc
superset/migrations/versions/__pycache__/def97f26fdfb_add_index_to_tagged_object.cpython-38.pyc
superset/migrations/versions/__pycache__/e11ccdd12658_add_roles_relationship_to_dashboard.cpython-38.pyc
superset/migrations/versions/__pycache__/e323605f370a_fix_schemas_allowed_for_csv_upload.cpython-38.pyc
superset/migrations/versions/__pycache__/e37912a26567_security_converge_queries.cpython-38.pyc
superset/migrations/versions/__pycache__/e38177dbf641_security_converge_saved_queries.cpython-38.pyc
superset/migrations/versions/__pycache__/e3970889f38e_.cpython-38.pyc
superset/migrations/versions/__pycache__/e46f2d27a08e_materialize_perms.cpython-38.pyc
superset/migrations/versions/__pycache__/e502db2af7be_add_template_params_to_tables.cpython-38.pyc
superset/migrations/versions/__pycache__/e553e78e90c5_add_druid_auth_py_py.cpython-38.pyc
superset/migrations/versions/__pycache__/e557699a813e_add_tables_relation_to_row_level_.cpython-38.pyc
superset/migrations/versions/__pycache__/e5ef6828ac4e_add_rls_filter_type_and_grouping_key.cpython-38.pyc
superset/migrations/versions/__pycache__/e68c4473c581_allow_multi_schema_metadata_fetch.cpython-38.pyc
superset/migrations/versions/__pycache__/e866bd2d4976_smaller_grid.cpython-38.pyc
superset/migrations/versions/__pycache__/e96dbf2cfef0_datasource_cluster_fk.cpython-38.pyc
superset/migrations/versions/__pycache__/e9df189e5c7e_update_base_metrics.cpython-38.pyc
superset/migrations/versions/__pycache__/ea033256294a_.cpython-38.pyc
superset/migrations/versions/__pycache__/ea396d202291_ctas_method_in_query.cpython-38.pyc
superset/migrations/versions/__pycache__/ec1f88a35cc6_.cpython-38.pyc
superset/migrations/versions/__pycache__/eca4694defa7_sqllab_setting_defaults.cpython-38.pyc
superset/migrations/versions/__pycache__/ef8843b41dac_.cpython-38.pyc
superset/migrations/versions/__pycache__/f0fbf6129e13_adding_verbose_name_to_tablecolumn.cpython-38.pyc
superset/migrations/versions/__pycache__/f120347acb39_add_extra_column_to_tables_and_metrics.cpython-38.pyc
superset/migrations/versions/__pycache__/f1410ed7ec95_migrate_native_filters_to_new_schema.cpython-38.pyc
superset/migrations/versions/__pycache__/f162a1dea4c4_d3format_by_metric.cpython-38.pyc
superset/migrations/versions/__pycache__/f18570e03440_add_query_result_key_index.cpython-38.pyc
superset/migrations/versions/__pycache__/f1f2d4af5b90_.cpython-38.pyc
superset/migrations/versions/__pycache__/f231d82b9b26_.cpython-38.pyc
superset/migrations/versions/__pycache__/f2672aa8350a_add_slack_to_alerts.cpython-38.pyc
superset/migrations/versions/__pycache__/f6196627326f_update_chart_permissions.cpython-38.pyc
superset/migrations/versions/__pycache__/f80a3b88324b_.cpython-38.pyc
superset/migrations/versions/__pycache__/f959a6652acd_.cpython-38.pyc
superset/migrations/versions/__pycache__/f9847149153d_add_certifications_columns_to_slice.cpython-38.pyc
superset/migrations/versions/__pycache__/f9a30386bd74_cleanup_time_grainularity.cpython-38.pyc
superset/migrations/versions/__pycache__/fb13d49b72f9_better_filters.cpython-38.pyc
superset/migrations/versions/__pycache__/fbd55e0f83eb_.cpython-38.pyc
superset/migrations/versions/__pycache__/fc3a3a8ff221_migrate_filter_sets_to_new_format.cpython-38.pyc
superset/migrations/versions/__pycache__/fc480c87706c_.cpython-38.pyc
superset/migrations/versions/__pycache__/fee7b758c130_.cpython-38.pyc
superset/models/__init__.py
superset/models/alerts.py
superset/models/annotations.py
superset/models/cache.py
superset/models/core.py
superset/models/dashboard.py
superset/models/datasource_access_request.py
superset/models/dynamic_plugins.py
superset/models/filter_set.py
superset/models/helpers.py
superset/models/reports.py
superset/models/schedules.py
superset/models/slice.py
superset/models/sql_lab.py
superset/models/tags.py
superset/models/user_attributes.py
superset/models/sql_types/__init__.py
superset/models/sql_types/base.py
superset/models/sql_types/presto_sql_types.py
superset/queries/__init__.py
superset/queries/api.py
superset/queries/dao.py
superset/queries/filters.py
superset/queries/schemas.py
superset/queries/saved_queries/__init__.py
superset/queries/saved_queries/api.py
superset/queries/saved_queries/dao.py
superset/queries/saved_queries/filters.py
superset/queries/saved_queries/schemas.py
superset/queries/saved_queries/commands/__init__.py
superset/queries/saved_queries/commands/bulk_delete.py
superset/queries/saved_queries/commands/exceptions.py
superset/queries/saved_queries/commands/export.py
superset/queries/saved_queries/commands/importers/__init__.py
superset/queries/saved_queries/commands/importers/dispatcher.py
superset/queries/saved_queries/commands/importers/v1/__init__.py
superset/queries/saved_queries/commands/importers/v1/utils.py
superset/reports/__init__.py
superset/reports/api.py
superset/reports/dao.py
superset/reports/filters.py
superset/reports/schemas.py
superset/reports/commands/__init__.py
superset/reports/commands/alert.py
superset/reports/commands/base.py
superset/reports/commands/bulk_delete.py
superset/reports/commands/create.py
superset/reports/commands/delete.py
superset/reports/commands/exceptions.py
superset/reports/commands/execute.py
superset/reports/commands/log_prune.py
superset/reports/commands/update.py
superset/reports/logs/__init__.py
superset/reports/logs/api.py
superset/reports/logs/schemas.py
superset/reports/notifications/__init__.py
superset/reports/notifications/base.py
superset/reports/notifications/email.py
superset/reports/notifications/exceptions.py
superset/reports/notifications/slack.py
superset/security/__init__.py
superset/security/analytics_db_safety.py
superset/security/api.py
superset/security/manager.py
superset/sql_validators/__init__.py
superset/sql_validators/base.py
superset/sql_validators/postgres.py
superset/sql_validators/presto_db.py
superset/sqllab/__init__.py
superset/sqllab/command.py
superset/sqllab/command_status.py
superset/sqllab/exceptions.py
superset/sqllab/execution_context_convertor.py
superset/sqllab/limiting_factor.py
superset/sqllab/query_render.py
superset/sqllab/sql_json_executer.py
superset/sqllab/sqllab_execution_context.py
superset/sqllab/utils.py
superset/sqllab/validators.py
superset/static/.gitkeep
superset/static/version_info.json
superset/static/assets/008094f826594e07d5af.chunk.js
superset/static/assets/028e5eaba60ee1f0c2c2.chunk.js
superset/static/assets/02ee1f901f37edc930b2bb240bad8b1c.geojson
superset/static/assets/046ca8aa0e202a5a4c00.chunk.js
superset/static/assets/0579edc081d4eb80453c.chunk.js
superset/static/assets/060b2710bdbbe3dfe48b.svg
superset/static/assets/063953b028f62ec0d27e.chunk.js
superset/static/assets/067006aa81cb69192dea.chunk.js
superset/static/assets/0675c83c091a08d07837.chunk.js
superset/static/assets/067dd46754cb5755621a.chunk.js
superset/static/assets/06b99aac2e27bf2ba2a8.chunk.js
superset/static/assets/07f8fe00a15a06001e187960a164f81d.geojson
superset/static/assets/084573b71fd27cb2c4bd.chunk.js
superset/static/assets/09582b48010b05b12a59.chunk.js
superset/static/assets/096f6eb54c15d286d75f.chunk.js
superset/static/assets/09c10d24cb92e1f67b13.chunk.js
superset/static/assets/0a7adfa99f06991c526c.chunk.js
superset/static/assets/0b0930870fc825c4179f3db209287ddf.geojson
superset/static/assets/0b2c629dc9577bcbc473.chunk.js
superset/static/assets/0d08811bf13191ea008a.chunk.js
superset/static/assets/0d19cdfee35ccc92f701.chunk.js
superset/static/assets/0ddad88e1fc0114d1dc9.chunk.js
superset/static/assets/0e0b8e93fc11a96b30d8.chunk.js
superset/static/assets/0e6258562adc4de4ecb2.chunk.js
superset/static/assets/0f127715dab6bbf6fefd.chunk.js
superset/static/assets/1066.277c59d1fd85de9f2b3c.chunk.css
superset/static/assets/110054e19081d5f04ff4.chunk.js
superset/static/assets/1193.06b99aac2e27bf2ba2a8.chunk.css
superset/static/assets/119ed52b13a1e42bc0c4.chunk.js
superset/static/assets/1243.0579edc081d4eb80453c.chunk.css
superset/static/assets/128.8955b4f52bd78bda1dd5.chunk.css
superset/static/assets/135def3410b28bde86ff.chunk.js
superset/static/assets/1391.e1dce0f538df5a42b9b1.chunk.css
superset/static/assets/14835ad324f5a759f725.chunk.js
superset/static/assets/15e2f1b86b261dda7daf.chunk.js
superset/static/assets/183272dd2f7c81c4c9c8.chunk.js
superset/static/assets/1844.54c564b8f0e1cc192ad5.entry.js
superset/static/assets/18441afa379e8c4066d1c3b77605d422.geojson
superset/static/assets/1899b405b3888e068c7e.chunk.js
superset/static/assets/18b27b1bb2bd5dd7aa61.chunk.js
superset/static/assets/18c72b820a16b97d3437.chunk.js
superset/static/assets/1921.4c7a017946fccb360357.chunk.css
superset/static/assets/19283d8df0b4e63f16db.chunk.js
superset/static/assets/19cf34d39baa7b12dab2.chunk.js
superset/static/assets/1a1474519a0ea853fdce.png
superset/static/assets/1a5286b06adb14b671fd.chunk.js
superset/static/assets/1a63ee0f599081264d8c.chunk.js
superset/static/assets/1d205b6aa1ba61dc6a5b9126e5054892.geojson
superset/static/assets/1e59af12216682195ad0.chunk.js
superset/static/assets/1f78779088dc48ccacac.chunk.js
superset/static/assets/215b013def1194b6e5f8.chunk.js
superset/static/assets/222e541cf444b429fc49e79247edfa2a.geojson
superset/static/assets/22b785d53413d0d6b2e1.chunk.js
superset/static/assets/22df5a0f35a4554839f1.chunk.js
superset/static/assets/22ede093c81ef82c5bac.chunk.js
superset/static/assets/2441.dfa5e377a4d92388789a.entry.js
superset/static/assets/25c74aff85fd0fbce4858fc5378fe9d9.geojson
superset/static/assets/26c9274aa75b3d522dcd.chunk.js
superset/static/assets/26de9c1087b5f1f837a0.woff2
superset/static/assets/277c59d1fd85de9f2b3c.chunk.js
superset/static/assets/278b3b950a627ab829ab.chunk.js
superset/static/assets/27db8c7c1e3b44176f76.chunk.js
superset/static/assets/2825.2d0581946e936cc01b02.entry.js
superset/static/assets/2862.39d961fce2d1638da6c2.chunk.css
superset/static/assets/29cdc026a93aac8ebc6896d63d789619.geojson
superset/static/assets/29df4aa934ecc9462070.woff2
superset/static/assets/2b5174793a5a1a9c6fd0.chunk.js
superset/static/assets/2c17ab4038922bf895d8.chunk.js
superset/static/assets/2c19625a4eb4da871497.chunk.js
superset/static/assets/2c3665b54e7fed053b35.chunk.js
superset/static/assets/2cc665e33c971367a6ce.chunk.js
superset/static/assets/2d1c2274addbaa120c98cb8c5fc63225.geojson
superset/static/assets/2dcf183dac063170f0bd.chunk.js
superset/static/assets/2e92104157272e3dbb37.chunk.js
superset/static/assets/3.d1b59679b897c72fc607.chunk.css
superset/static/assets/3058f623f8ca8785e71b.chunk.js
superset/static/assets/3164eabdbb931859ae7c.woff2
superset/static/assets/320e8196129209a5d403.chunk.js
superset/static/assets/323.dd3dde22861e2a21a501.entry.js
superset/static/assets/3236.4deaa0ac3dac9d6b3cb9.entry.js
superset/static/assets/3322a395775b130ba94f.chunk.js
superset/static/assets/3375.e4f9f1a5608135f8e268.entry.js
superset/static/assets/3401.b8cf57dff454505b64dd.entry.js
superset/static/assets/3533ebbe2e94fa7a675a.chunk.js
superset/static/assets/3609.66a8179245a38943ac67.chunk.css
superset/static/assets/3727.8bcd2a7cf9070c3c3b5c.entry.js
superset/static/assets/3776.ea56451903b6130cccb7.chunk.css
superset/static/assets/38db3bb69cf2d090e8a7.chunk.js
superset/static/assets/39d961fce2d1638da6c2.chunk.js
superset/static/assets/39f2c48dd6238738b985.chunk.js
superset/static/assets/3a9ea05c99b7145373c6.chunk.js
superset/static/assets/3ab44f2f04ce952aa010.chunk.js
superset/static/assets/3c19203040e176cb479a.woff
superset/static/assets/3cc1e1b0ca563ea88922.chunk.js
superset/static/assets/3dbe560a6cb4a6bdb9ed.chunk.js
superset/static/assets/3f2a7533de01a1a9a529.chunk.js
superset/static/assets/3f920942fdd2e7b6c103.chunk.js
superset/static/assets/404.html
superset/static/assets/4052.e9f92f5a4cb116a0d033.entry.js
superset/static/assets/40a171bf4122a3ce82cb.chunk.js
superset/static/assets/40af31a304028068f8a3.chunk.js
superset/static/assets/413b6b7ff396e4c40d94.chunk.js
superset/static/assets/4174.03e78d2913bf045956c9.entry.js
superset/static/assets/4192.44172484a85fb65a2009.chunk.css
superset/static/assets/4193414073d37ecb6064.chunk.js
superset/static/assets/41ad98224efd12874173.chunk.js
superset/static/assets/421648b60b6eff8f3e41.chunk.js
superset/static/assets/423.a36f3890dfe36a082008.chunk.css
superset/static/assets/439b764f12d2a5d2d9f4227c0273e476.geojson
superset/static/assets/44172484a85fb65a2009.chunk.js
superset/static/assets/4473.d0795555171c13d9ef52.chunk.css
superset/static/assets/448d248fb9d5f4999c24.chunk.js
superset/static/assets/46192e4039353cb4ccce.chunk.js
superset/static/assets/4654.376ceeda9980d44386d1.entry.js
superset/static/assets/4692b9ec53fd5972caa2.ttf
superset/static/assets/47366d32d3b5c3e2f319.chunk.js
superset/static/assets/4772.f367007e30938d59ae4e.entry.js
superset/static/assets/47c474f256a13e3ca4a7.chunk.js
superset/static/assets/482604fd26aec8555b554193fe299daf.geojson
superset/static/assets/485d8b9630cece6a5466.woff2
superset/static/assets/4998.09f66519fdd63987e166.entry.js
superset/static/assets/4be76d01eefff5ff685e.woff2
superset/static/assets/4c7a017946fccb360357.chunk.js
superset/static/assets/4c9e70c517f4ce686a356b497f1d4450.geojson
superset/static/assets/4da2a0e333431499fbdf956b72eb57c1.geojson
superset/static/assets/4e0cf032edde0ad08c98.chunk.js
superset/static/assets/4fb5b2f35173a25a0c16.chunk.js
superset/static/assets/500.html
superset/static/assets/507b50ca0abcdd1807f0f1502ad9b018.geojson
superset/static/assets/5110.4c4e47d410f384e3630e.entry.js
superset/static/assets/51e63353157d161b3daaa16b6212900b.geojson
superset/static/assets/5278.e0ec98b2bfcf70c9ea5f.chunk.css
superset/static/assets/52864f38c2f08a4b7cb9.chunk.js
superset/static/assets/5322.3f2a7533de01a1a9a529.chunk.css
superset/static/assets/53a6f7467ab085a27986.chunk.js
superset/static/assets/548a8e5717947f7021bd.chunk.js
superset/static/assets/548accd51f5ec4ecc14b.chunk.js
superset/static/assets/54de81abbcf869efd1dc.woff2
superset/static/assets/555c4cc5e9264d2e09f9.chunk.js
superset/static/assets/55ec61228b7c4faf90f576f20a8f695a.geojson
superset/static/assets/5618.26b724a6467e03deea40.entry.js
superset/static/assets/56aebae23380bbe9f3cc.chunk.js
superset/static/assets/583c6ba0caecf59b98e3.chunk.js
superset/static/assets/586288cf34280c80b810.chunk.js
superset/static/assets/58d52502f18c6376f257.chunk.js
superset/static/assets/591f16d132be08c81ed7.woff2
superset/static/assets/594130c61e265833c43b.chunk.js
superset/static/assets/5965.82b7fed88b88603bc8e6.chunk.css
superset/static/assets/598a5cabf7906fbbc188.chunk.js
superset/static/assets/5be1347c682810f199c7.eot
superset/static/assets/5e62708f5889c428e82c.chunk.js
superset/static/assets/5e75f0b0cd02b96355cf.chunk.js
superset/static/assets/61283ed5ec96a21e421e.chunk.js
superset/static/assets/617b8ee1d3d6339e5613.chunk.js
superset/static/assets/61d3f9c5cc5ca3f80b04.chunk.js
superset/static/assets/621.957afb25acfeb04b7808.entry.js
superset/static/assets/6259.0e0b8e93fc11a96b30d8.chunk.css
superset/static/assets/63a78333da5872945488.chunk.js
superset/static/assets/6456f925ef0e593cf2fd.chunk.js
superset/static/assets/648d8f209c1894a50b3f.chunk.js
superset/static/assets/653b159f3867c9459b01.chunk.js
superset/static/assets/65d35076af8ab2eac6355ea6f4932f54.geojson
superset/static/assets/664f67503cbe3c046ed5.chunk.js
superset/static/assets/666a6af65fe736acd44c.chunk.js
superset/static/assets/66a8179245a38943ac67.chunk.js
superset/static/assets/6780ee31faa82e4825c2.chunk.js
superset/static/assets/67834b599f77e0435dee.chunk.js
superset/static/assets/6962.9aa3349cd90f506c2685.entry.js
superset/static/assets/69f69acfefa35cee80dc3d1169076547.geojson
superset/static/assets/6a529c979bb793ccbdae.chunk.js
superset/static/assets/6bdcdfad4fffbd4b6bd8.chunk.js
superset/static/assets/6c09551ba203db8194920c504b147b87.geojson
superset/static/assets/6caa255c9ddc31e8a76e.chunk.js
superset/static/assets/6cabc2fe8f0626630fcb.chunk.js
superset/static/assets/6d6fd64a53aaa33eea22.chunk.js
superset/static/assets/6d86dc72b95d32371252.chunk.js
superset/static/assets/6fd2e49a71076366d957.chunk.js
superset/static/assets/6ffbfae6a84d886acb37.chunk.js
superset/static/assets/700663ae83d32f467243.chunk.js
superset/static/assets/7017.938c97851a35786e13a0.entry.js
superset/static/assets/7040.52864f38c2f08a4b7cb9.chunk.css
superset/static/assets/714cba25b1e6aa5cd799.chunk.js
superset/static/assets/7173.291601d7321c9ad3fc04.entry.js
superset/static/assets/7180931293c0eb958c52.chunk.js
superset/static/assets/7211.f88f8b2d7fb214104a02.entry.js
superset/static/assets/7219.63a78333da5872945488.chunk.css
superset/static/assets/729bbc338676d796a6a3146d8dce7912.geojson
superset/static/assets/72b7898096ecd06be5b7.chunk.js
superset/static/assets/7341.508b5f84c0f3940962c9.entry.js
superset/static/assets/73ffac6083ffe185c09f.chunk.js
superset/static/assets/741.ca4c786c52d02bb43007.entry.js
superset/static/assets/7550.5a7f3e4fffe0845e865e.entry.js
superset/static/assets/756b6367a9bb0df3d532.svg
superset/static/assets/7591.3ec1c38247aa53e08210.entry.js
superset/static/assets/75a1d3c8eb035b420ce6.woff2
superset/static/assets/76143256c3726a97195b29b677d0c7bf.geojson
superset/static/assets/761512bb6df4782c0353.chunk.js
superset/static/assets/76474957fa0578a8fbae.chunk.js
superset/static/assets/7828.6caa255c9ddc31e8a76e.chunk.css
superset/static/assets/7843.afc61acae9eefb9b3bde.entry.js
superset/static/assets/784baa8ed3278d8e42596b731c90ad76.geojson
superset/static/assets/7893.f48cf88e5599c031944c.chunk.css
superset/static/assets/7899d5faef2cd49f3caee8b4fe426c00.geojson
superset/static/assets/78da6bf13da526416f92.chunk.js
superset/static/assets/78f4fa40b40a02a002d1.chunk.js
superset/static/assets/793b3c3e9a586aa0a63b.chunk.js
superset/static/assets/7a8d6c643cb4f5df8198.chunk.js
superset/static/assets/7ae21ee2ebb4b49b5770.chunk.js
superset/static/assets/7b00a05b6aaeb68413300b0ba6eb45b3.geojson
superset/static/assets/7b3108b08b173dc818d0.chunk.js
superset/static/assets/7ceab90dfd56e87a7cc25947d5af4b30.geojson
superset/static/assets/7d626632b65bdef870f9.chunk.js
superset/static/assets/7e33f6c4ebc03205cc2a.chunk.js
superset/static/assets/7f23ec71a8f74c2b02ec.chunk.js
superset/static/assets/7f930637b1b1da55a039.chunk.js
superset/static/assets/805069f9fb25105fc8ea.chunk.js
superset/static/assets/8059570cc5823d65fd2c.chunk.js
superset/static/assets/8135.fae64f4ff0038700870d.entry.js
superset/static/assets/81871e849cfbdc2c6ff1.chunk.js
superset/static/assets/82211a53d1435fca9312.chunk.js
superset/static/assets/823.46192e4039353cb4ccce.chunk.css
superset/static/assets/82b1212e45a2bc35dd73.woff
superset/static/assets/82b7fed88b88603bc8e6.chunk.js
superset/static/assets/82c6b79084c6bd37a016.woff
superset/static/assets/846e409f3006a4b27fef.chunk.js
superset/static/assets/8483.4e8ae83db2681b40f58c.entry.js
superset/static/assets/84f3798572f423cea73a.chunk.js
superset/static/assets/8577532d35419a7c77996cc630362414.geojson
superset/static/assets/85dd3a220ce297acafe9.chunk.js
superset/static/assets/8680.1e6521de526858cd7e9a.entry.js
superset/static/assets/876.34bc5d9bbe44d12e1b79.entry.js
superset/static/assets/879aa31862b3ff694978.chunk.js
superset/static/assets/883e261ae3ecfb0f8755.chunk.js
superset/static/assets/886bbfbb9c5b6a949f30.chunk.js
superset/static/assets/8903.d5428f945fee1bb47615.chunk.css
superset/static/assets/8955b4f52bd78bda1dd5.chunk.js
superset/static/assets/898720f9f22675673911.chunk.js
superset/static/assets/89bf808500d87084d6b0.chunk.js
superset/static/assets/8a6fefdaa24fe9bd2bc9.woff2
superset/static/assets/8b44f0b0e02baa79ae77.chunk.js
superset/static/assets/8b6a6fd12fa942d44b7b.chunk.js
superset/static/assets/8f244f47294e02e761a1.chunk.js
superset/static/assets/9160a76cf3dea289b79e.chunk.js
superset/static/assets/93fc6c5af29fb7674df597bb2dc4d8d9.geojson
superset/static/assets/94d9b1829e929831b151.chunk.js
superset/static/assets/9507ccb27964e1aa67cf.chunk.js
superset/static/assets/956647bb69eb0ef995f1.chunk.js
superset/static/assets/9574.76474957fa0578a8fbae.chunk.css
superset/static/assets/9602.ea7833588a08719f7c05.entry.js
superset/static/assets/9670.ea8148543206ce7678d4.entry.js
superset/static/assets/974b057608679cf065c6.chunk.js
superset/static/assets/97716f0b10d52cd6c2e5.chunk.js
superset/static/assets/97deb79fde57217df326.chunk.js
superset/static/assets/97fb81e087033f41dee6.chunk.js
superset/static/assets/9885.47c474f256a13e3ca4a7.chunk.css
superset/static/assets/9893.2c19625a4eb4da871497.chunk.css
superset/static/assets/995.37b665af27fd69ce42de.entry.js
superset/static/assets/9968.833a09026eae13747350.entry.js
superset/static/assets/9b1864d5cd1eb0b3c5ef62eea07c2218.geojson
superset/static/assets/9b86bf500d66aeedcfdf.chunk.js
superset/static/assets/9c51a4dd78cc59db1bf7.chunk.js
superset/static/assets/9e3d8754be49d180b08b.chunk.js
superset/static/assets/9fcc2ab7e3decb77e68a.chunk.js
superset/static/assets/AlertList.a96cc0edb49028fd5f6c.chunk.css
superset/static/assets/Area1.b13966ae..png
superset/static/assets/Bar1.05db33fe..png
superset/static/assets/Bar2.c41826d8..png
superset/static/assets/Bar3.0ace6ce6..png
superset/static/assets/BarChart3.6c1382b7..jpg
superset/static/assets/Bar_Chart.897135b4..jpg
superset/static/assets/Bar_Chart_2.2db0caa4..jpg
superset/static/assets/BigNumber.b33901bf..jpg
superset/static/assets/BigNumber2.3f1427c2..jpg
superset/static/assets/Big_Number_Trendline.bccce4c1..jpg
superset/static/assets/BoxPlot.1833526f..jpg
superset/static/assets/DashboardContainer.97deb79fde57217df326.chunk.css
superset/static/assets/Horizon_Chart.7b46c45c..jpg
superset/static/assets/Line1.7282d4c8..png
superset/static/assets/Line2.c13c8aae..png
superset/static/assets/LineChart.e0e66ab1..jpg
superset/static/assets/LineChart2.32576bb2..jpg
superset/static/assets/MapBox.6e6f79c8..jpg
superset/static/assets/MapBox2.6337d5b5..jpg
superset/static/assets/Pie1.2cbe969f..jpg
superset/static/assets/Pie2.42fece24..jpg
superset/static/assets/Pie3.2e1f1152..jpg
superset/static/assets/Pie4.a5e101ac..jpg
superset/static/assets/Sankey.25e6833c..jpg
superset/static/assets/Sankey2.4083c192..jpg
superset/static/assets/Scatter1.665fe2f7..png
superset/static/assets/SmoothLine1.97fed005..png
superset/static/assets/Step1.297e1ce0..png
superset/static/assets/Step2.10e90fb7..png
superset/static/assets/Table.f8a6698c..jpg
superset/static/assets/Table2.c8533c18..jpg
superset/static/assets/Table3.8997ea72..jpg
superset/static/assets/Time-series_Chart.8ff488d2..jpg
superset/static/assets/Time_Series_Bar_Chart.f6bb1a65..jpg
superset/static/assets/Time_Series_Bar_Chart2.9b95dd4f..jpg
superset/static/assets/Time_Series_Bar_Chart3.1605efdf..jpg
superset/static/assets/Treemap.ba0fbbec..jpg
superset/static/assets/Treemap2.0568794f..jpg
superset/static/assets/Treemap3.ef600a2d..jpg
superset/static/assets/Treemap4.6e60b127..jpg
superset/static/assets/Word_Cloud.3d210efb..jpg
superset/static/assets/Word_Cloud_2.2a94fb99..jpg
superset/static/assets/WorldMap1.da13410b..jpg
superset/static/assets/WorldMap2.2ace1986..jpg
superset/static/assets/a049cce3576b4816c28d.chunk.js
superset/static/assets/a26e3bb5b59e7e16f550.chunk.js
superset/static/assets/a29ae9eeb81891bddab6.chunk.js
superset/static/assets/a36f3890dfe36a082008.chunk.js
superset/static/assets/a4c2b603201c7f9060d7.chunk.js
superset/static/assets/a57d21e7160b0f553f5c.chunk.js
superset/static/assets/a6530749fb56462bc957.chunk.js
superset/static/assets/a68f073d5c25c1344d94.chunk.js
superset/static/assets/a96cc0edb49028fd5f6c.chunk.js
superset/static/assets/ab5b2b54ecd29ca6e21c.chunk.js
superset/static/assets/abcdc85f5630a561d0043adf1cb66806.geojson
superset/static/assets/abdb2ac2a293dba71885bd1b04ba997f.geojson
superset/static/assets/addSlice.982e57add2f7d1133ea2.entry.js
superset/static/assets/af7d972a6a46bacab94d.chunk.js
superset/static/assets/afee7363adc500297825.chunk.js
superset/static/assets/b01fb73b111d937e4c09.png
superset/static/assets/b08814fae94db61986c78d1f83c4e811.geojson
superset/static/assets/b0e363c89061c92d0c53.chunk.js
superset/static/assets/b122b6fdbb32aae2ac9f.chunk.js
superset/static/assets/b1c651abda39a10be6661b03da9c2b68.geojson
superset/static/assets/b5284f22f5b1d7e143a7c8dc1b2db6de.geojson
superset/static/assets/b58fff79c37c85d03666.chunk.js
superset/static/assets/b67a755d414be1b54d86.chunk.js
superset/static/assets/b6a5c6e2250371805425362004735d5e.geojson
superset/static/assets/b743bdeff76333f134ae.chunk.js
superset/static/assets/b8b3db767e72bb14109895773b449218.geojson
superset/static/assets/battery.8fed19b7..jpg
superset/static/assets/bb22669bd991d6a73375.chunk.js
superset/static/assets/bcdbcfcc198f9892967e1906165c45a7.geojson
superset/static/assets/be15bc34dd2926179f89.chunk.js
superset/static/assets/be5f79b6b4624364c5f3.chunk.js
superset/static/assets/be810be3a3e14c682a25.woff2
superset/static/assets/befdefaa4a6a29f18775.chunk.js
superset/static/assets/c093d4f54e9cb79148ef.chunk.js
superset/static/assets/c15997f1d022aff0bd00.woff2
superset/static/assets/c2a24f65668ba8f3fdf7.woff2
superset/static/assets/c44c96942fb85a19ac1e.chunk.js
superset/static/assets/c5a9eb785fc86bb6236d.woff2
superset/static/assets/c5b84ed281f1210d8bfb.chunk.js
superset/static/assets/c6aae8671318f46a616b.chunk.js
superset/static/assets/c7bd2b4dc87e1b940ce5.chunk.js
superset/static/assets/c9095fd76759d15e92b7.chunk.js
superset/static/assets/c91c3fac0edd02b19a7b.chunk.js
superset/static/assets/c9627a388872a8d2a957.chunk.js
superset/static/assets/c9a7cf9c53c4e29579fe2a0b85374b31.geojson
superset/static/assets/ca4e7824ea1f39c02835.chunk.js
superset/static/assets/cb5e0e7bec35a79811a0.chunk.js
superset/static/assets/cbf62bbc3f6f8025fdfc.chunk.js
superset/static/assets/cd1eeac9f037880b0212.chunk.js
superset/static/assets/cdd649a88561a9b538fe.chunk.js
superset/static/assets/channels.99e7cde9..jpg
superset/static/assets/chord.446d549d..jpg
superset/static/assets/d0795555171c13d9ef52.chunk.js
superset/static/assets/d306225272739fb01e43.chunk.js
superset/static/assets/d42abb01dcb03b5ea79e.chunk.js
superset/static/assets/d4ac455af931bb06a7dc.chunk.js
superset/static/assets/d509c1a72e06d2acef26.chunk.js
superset/static/assets/d531ed7032b42d64dca2.chunk.js
superset/static/assets/d5428f945fee1bb47615.chunk.js
superset/static/assets/d881743c10a5f4711298.chunk.js
superset/static/assets/d96803c30d0802740a48.chunk.js
superset/static/assets/daff443a6a259740b9ea.chunk.js
superset/static/assets/db73cdf9382082bd64568fb3c3c1d19a.geojson
superset/static/assets/df0ecccb1e5c3185e516.chunk.js
superset/static/assets/e0a8070ed7c2cbd41080.chunk.js
superset/static/assets/e0ec98b2bfcf70c9ea5f.chunk.js
superset/static/assets/e1dce0f538df5a42b9b1.chunk.js
superset/static/assets/e3bafb62eb2592c0bb0e.png
superset/static/assets/e3c1deb71bf3cf4a463f6353d698a74d.geojson
superset/static/assets/e52f02c420204be2409d.chunk.js
superset/static/assets/e5b6d6f716371b2c550a.chunk.js
superset/static/assets/e5da2df11378fb591c33.chunk.js
superset/static/assets/e66093c518bc737f25ab.chunk.js
superset/static/assets/e695c51628cbff6bf0fd.chunk.js
superset/static/assets/e6a4e669a75b5758e013.chunk.js
superset/static/assets/e6b35ed596fb2404f26c.chunk.js
superset/static/assets/e8a940e0c94fa25a8765.chunk.js
superset/static/assets/ea56451903b6130cccb7.chunk.js
superset/static/assets/eb2f03c6083e66304c68.chunk.js
superset/static/assets/eb39ad899c9c5c179291.chunk.js
superset/static/assets/ecef1f8d559e4cfaf81ca75766a01c08.geojson
superset/static/assets/edecfda61527c62f023b.chunk.js
superset/static/assets/ef265991d9c8beb1bb22.chunk.js
superset/static/assets/employment.7b5c16a7..jpg
superset/static/assets/example.3d91d261..png
superset/static/assets/example1.44f08793..jpg
superset/static/assets/example1.a58bab57..jpg
superset/static/assets/example2.19c795b0..jpg
superset/static/assets/example2.f881423e..jpg
superset/static/assets/example3.3738f056..jpg
superset/static/assets/example3.99ab6fd0..jpg
superset/static/assets/example4.94717fd8..jpg
superset/static/assets/explore.87de265d224282f7c47d.entry.css
superset/static/assets/explore.87de265d224282f7c47d.entry.js
superset/static/assets/f13eabe9cbc4aaa2cfd7.chunk.js
superset/static/assets/f163fa69cbd0345e0a5a.chunk.js
superset/static/assets/f219bf26953c4a1d0b23.chunk.js
superset/static/assets/f22e1a272f3fe479735dfe59e6b62be5.geojson
superset/static/assets/f2715e006a75d58f6e3d.chunk.js
superset/static/assets/f331817dc4465431f2dc.chunk.js
superset/static/assets/f380027a31e4f5f699c86824a1b1f2c1.geojson
superset/static/assets/f3d5e3cbaaf9c0591048.chunk.js
superset/static/assets/f3e29f5dbb36ae1cc98e.chunk.js
superset/static/assets/f48cf88e5599c031944c.chunk.js
superset/static/assets/f7d7e358ea3e78bbba35.chunk.js
superset/static/assets/f82ff59e0436c52a8bc1.chunk.js
superset/static/assets/f8a10326828318d2245e.woff2
superset/static/assets/f93daf14868c44bd843a.chunk.js
superset/static/assets/f9b3561fd92836a920cd.chunk.js
superset/static/assets/fa0ce46ef52d0cfa98bb8aec878b1d82.geojson
superset/static/assets/fae8345f42e5b7fdfa835389686aa69a.geojson
superset/static/assets/fb32e1480e8a5e656f96.chunk.js
superset/static/assets/fb36ce6173f349ecb7c3926c51312bb5.geojson
superset/static/assets/fb49fc0b552ea2e6abaa9fdfe6e80f69.geojson
superset/static/assets/fe8cdbdb10c26e637cb5.chunk.js
superset/static/assets/feae373a263e065ff446.chunk.js
superset/static/assets/feb0657fd1cd8eb8cccb.chunk.js
superset/static/assets/fef57e00156e5f59ea45.chunk.js
superset/static/assets/fef5cc791125e768e606.chunk.js
superset/static/assets/manifest.json
superset/static/assets/menu.d146564c2577d15ae57f.entry.js
superset/static/assets/package.json
superset/static/assets/preamble.b25ddfc0f901d980fb18.entry.js
superset/static/assets/profile.67495c965480c872f874.entry.css
superset/static/assets/profile.67495c965480c872f874.entry.js
superset/static/assets/showSavedQuery.ce9375eda32bf76432de.entry.css
superset/static/assets/showSavedQuery.ce9375eda32bf76432de.entry.js
superset/static/assets/spa.c15ec28d1cdc9632f814.entry.css
superset/static/assets/spa.c15ec28d1cdc9632f814.entry.js
superset/static/assets/sqllab.a2bff807efeadbaca5e9.entry.css
superset/static/assets/sqllab.a2bff807efeadbaca5e9.entry.js
superset/static/assets/theme.5aaf798f0d1d632d66ad.entry.css
superset/static/assets/theme.5aaf798f0d1d632d66ad.entry.js
superset/static/assets/thumbnail.0bdf08a4..png
superset/static/assets/thumbnail.0be12067..png
superset/static/assets/thumbnail.0cdc0470..png
superset/static/assets/thumbnail.0fd3ce37..png
superset/static/assets/thumbnail.1135b4a4..png
superset/static/assets/thumbnail.154cdccd..png
superset/static/assets/thumbnail.1a9ace38..png
superset/static/assets/thumbnail.1e4e5b08..png
superset/static/assets/thumbnail.228faa03..png
superset/static/assets/thumbnail.22e46caa..png
superset/static/assets/thumbnail.2b21fc4a..png
superset/static/assets/thumbnail.39c29e21..png
superset/static/assets/thumbnail.3a51101f..png
superset/static/assets/thumbnail.3aa2983e..png
superset/static/assets/thumbnail.3b5aef49..png
superset/static/assets/thumbnail.46310e47593e9ecebbab.entry.js
superset/static/assets/thumbnail.4a9b5e62..png
superset/static/assets/thumbnail.50c780c0..png
superset/static/assets/thumbnail.52aeda65..png
superset/static/assets/thumbnail.5d5ddfcc..png
superset/static/assets/thumbnail.5ec3e6bd..png
superset/static/assets/thumbnail.652ad50f..png
superset/static/assets/thumbnail.66ee99c5..png
superset/static/assets/thumbnail.7d54df91..png
superset/static/assets/thumbnail.7fb4da2c..png
superset/static/assets/thumbnail.8beef864..png
superset/static/assets/thumbnail.8e8858da..png
superset/static/assets/thumbnail.92b5826e..png
superset/static/assets/thumbnail.94dfb10d..png
superset/static/assets/thumbnail.9506c7f0..png
superset/static/assets/thumbnail.9905c92f..png
superset/static/assets/thumbnail.9d4c8d11..png
superset/static/assets/thumbnail.a463d279..png
superset/static/assets/thumbnail.a5307f41..png
superset/static/assets/thumbnail.aa9710fc..png
superset/static/assets/thumbnail.ab750ae6..png
superset/static/assets/thumbnail.ab8113ee..png
superset/static/assets/thumbnail.b0251af6..png
superset/static/assets/thumbnail.b627d1a4..png
superset/static/assets/thumbnail.c2670397..png
superset/static/assets/thumbnail.c501c39d..png
superset/static/assets/thumbnail.caae0276..png
superset/static/assets/thumbnail.d2ebb8b7..png
superset/static/assets/thumbnail.d823178d..png
superset/static/assets/thumbnail.e3f36081..png
superset/static/assets/thumbnail.e556fb5f..png
superset/static/assets/thumbnail.e62c1972..png
superset/static/assets/thumbnail.e7c50181..png
superset/static/assets/thumbnail.e9235c2d..png
superset/static/assets/thumbnail.ea1ff627..png
superset/static/assets/thumbnail.ee528db4..png
superset/static/assets/thumbnail.f2cfa9c4..png
superset/static/assets/thumbnail.f2d16e54..png
superset/static/assets/thumbnail.f5779edd..png
superset/static/assets/thumbnail.f6ecb617..png
superset/static/assets/thumbnail.fb226195..png
superset/static/assets/transportation.75912cf2..jpg
superset/static/assets/tree.4b27c6bb..png
superset/static/assets/treemap_v2_1.f997bb13..png
superset/static/assets/treemap_v2_2.bac597e9..jpg
superset/static/assets/vendors.6bc13443827a2c2b7b63.entry.js
superset/static/assets/images/apache-kylin.png
superset/static/assets/images/apache_feather.png
superset/static/assets/images/babies.png
superset/static/assets/images/bubble.png
superset/static/assets/images/chart-card-fallback.svg
superset/static/assets/images/clickhouse.png
superset/static/assets/images/cloud.png
superset/static/assets/images/create_role.png
superset/static/assets/images/dash.png
superset/static/assets/images/dashboard-card-fallback.svg
superset/static/assets/images/db2.png
superset/static/assets/images/druid.png
superset/static/assets/images/druid_agg.png
superset/static/assets/images/empty-charts.svg
superset/static/assets/images/empty-dashboard.svg
superset/static/assets/images/empty-queries.svg
superset/static/assets/images/empty-query.svg
superset/static/assets/images/empty.svg
superset/static/assets/images/error404.png
superset/static/assets/images/error500.png
superset/static/assets/images/exasol.png
superset/static/assets/images/favicon.png
superset/static/assets/images/firebird.png
superset/static/assets/images/google-biquery.png
superset/static/assets/images/greenplum.png
superset/static/assets/images/hologres.png
superset/static/assets/images/loading.gif
superset/static/assets/images/mariadb.png
superset/static/assets/images/monet-db.png
superset/static/assets/images/mssql-server.png
superset/static/assets/images/mysql.png
superset/static/assets/images/netezza.png
superset/static/assets/images/noimg.png
superset/static/assets/images/oracle.png
superset/static/assets/images/postgresql.png
superset/static/assets/images/presto.png
superset/static/assets/images/redshift.png
superset/static/assets/images/s.png
superset/static/assets/images/snowflake.png
superset/static/assets/images/sqlite.png
superset/static/assets/images/star-circle.svg
superset/static/assets/images/superset-logo-horiz.png
superset/static/assets/images/superset.png
superset/static/assets/images/superset_screenshot.png
superset/static/assets/images/sybase.png
superset/static/assets/images/trino.png
superset/static/assets/images/union.png
superset/static/assets/images/union.svg
superset/static/assets/images/vertica.png
superset/static/assets/images/icons/alert.svg
superset/static/assets/images/icons/alert_solid.svg
superset/static/assets/images/icons/alert_solid_small.svg
superset/static/assets/images/icons/ballot.svg
superset/static/assets/images/icons/binoculars.svg
superset/static/assets/images/icons/bolt.svg
superset/static/assets/images/icons/bolt_small.svg
superset/static/assets/images/icons/bolt_small_run.svg
superset/static/assets/images/icons/calendar.svg
superset/static/assets/images/icons/cancel-x.svg
superset/static/assets/images/icons/cancel.svg
superset/static/assets/images/icons/cancel_solid.svg
superset/static/assets/images/icons/card_view.svg
superset/static/assets/images/icons/cards.svg
superset/static/assets/images/icons/cards_locked.svg
superset/static/assets/images/icons/caret_down.svg
superset/static/assets/images/icons/caret_left.svg
superset/static/assets/images/icons/caret_right.svg
superset/static/assets/images/icons/caret_up.svg
superset/static/assets/images/icons/category.svg
superset/static/assets/images/icons/certified.svg
superset/static/assets/images/icons/check.svg
superset/static/assets/images/icons/checkbox-half.svg
superset/static/assets/images/icons/checkbox-off.svg
superset/static/assets/images/icons/checkbox-on.svg
superset/static/assets/images/icons/circle.svg
superset/static/assets/images/icons/circle_check.svg
superset/static/assets/images/icons/circle_check_solid.svg
superset/static/assets/images/icons/clock.svg
superset/static/assets/images/icons/close.svg
superset/static/assets/images/icons/code.svg
superset/static/assets/images/icons/cog.svg
superset/static/assets/images/icons/collapse.svg
superset/static/assets/images/icons/color_palette.svg
superset/static/assets/images/icons/components.svg
superset/static/assets/images/icons/copy.svg
superset/static/assets/images/icons/cross-filter-badge.svg
superset/static/assets/images/icons/cursor_target.svg
superset/static/assets/images/icons/database.svg
superset/static/assets/images/icons/dataset_physical.svg
superset/static/assets/images/icons/dataset_virtual.svg
superset/static/assets/images/icons/dataset_virtual_greyscale.svg
superset/static/assets/images/icons/default_db_image.svg
superset/static/assets/images/icons/download.svg
superset/static/assets/images/icons/drag.svg
superset/static/assets/images/icons/edit.svg
superset/static/assets/images/icons/edit_alt.svg
superset/static/assets/images/icons/email.svg
superset/static/assets/images/icons/error.svg
superset/static/assets/images/icons/error_solid.svg
superset/static/assets/images/icons/error_solid_small.svg
superset/static/assets/images/icons/error_solid_small_red.svg
superset/static/assets/images/icons/exclamation.svg
superset/static/assets/images/icons/expand.svg
superset/static/assets/images/icons/eye.svg
superset/static/assets/images/icons/eye_slash.svg
superset/static/assets/images/icons/favorite-selected.svg
superset/static/assets/images/icons/favorite-unselected.svg
superset/static/assets/images/icons/favorite_small_selected.svg
superset/static/assets/images/icons/field_abc.svg
superset/static/assets/images/icons/field_boolean.svg
superset/static/assets/images/icons/field_date.svg
superset/static/assets/images/icons/field_derived.svg
superset/static/assets/images/icons/field_num.svg
superset/static/assets/images/icons/field_struct.svg
superset/static/assets/images/icons/file.svg
superset/static/assets/images/icons/filter.svg
superset/static/assets/images/icons/filter_small.svg
superset/static/assets/images/icons/folder.svg
superset/static/assets/images/icons/full.svg
superset/static/assets/images/icons/function_x.svg
superset/static/assets/images/icons/gear.svg
superset/static/assets/images/icons/grid.svg
superset/static/assets/images/icons/image.svg
superset/static/assets/images/icons/import.svg
superset/static/assets/images/icons/info-solid.svg
superset/static/assets/images/icons/info.svg
superset/static/assets/images/icons/info_solid_small.svg
superset/static/assets/images/icons/join.svg
superset/static/assets/images/icons/keyboard.svg
superset/static/assets/images/icons/layers.svg
superset/static/assets/images/icons/lightbulb.svg
superset/static/assets/images/icons/link.svg
superset/static/assets/images/icons/list.svg
superset/static/assets/images/icons/list_view.svg
superset/static/assets/images/icons/location.svg
superset/static/assets/images/icons/lock_locked.svg
superset/static/assets/images/icons/lock_unlocked.svg
superset/static/assets/images/icons/map.svg
superset/static/assets/images/icons/message.svg
superset/static/assets/images/icons/minus.svg
superset/static/assets/images/icons/minus_solid.svg
superset/static/assets/images/icons/more_horiz.svg
superset/static/assets/images/icons/more_vert.svg
superset/static/assets/images/icons/move.svg
superset/static/assets/images/icons/nav_charts.svg
superset/static/assets/images/icons/nav_dashboard.svg
superset/static/assets/images/icons/nav_data.svg
superset/static/assets/images/icons/nav_explore.svg
superset/static/assets/images/icons/nav_home.svg
superset/static/assets/images/icons/nav_lab.svg
superset/static/assets/images/icons/note.svg
superset/static/assets/images/icons/offline.svg
superset/static/assets/images/icons/paperclip.svg
superset/static/assets/images/icons/placeholder.svg
superset/static/assets/images/icons/plus.svg
superset/static/assets/images/icons/plus_large.svg
superset/static/assets/images/icons/plus_small.svg
superset/static/assets/images/icons/plus_solid.svg
superset/static/assets/images/icons/queued.svg
superset/static/assets/images/icons/refresh.svg
superset/static/assets/images/icons/running.svg
superset/static/assets/images/icons/save.svg
superset/static/assets/images/icons/search.svg
superset/static/assets/images/icons/server.svg
superset/static/assets/images/icons/share.svg
superset/static/assets/images/icons/slack.svg
superset/static/assets/images/icons/sort.svg
superset/static/assets/images/icons/sort_asc.svg
superset/static/assets/images/icons/sort_desc.svg
superset/static/assets/images/icons/sql.svg
superset/static/assets/images/icons/table.svg
superset/static/assets/images/icons/tag.svg
superset/static/assets/images/icons/tags.svg
superset/static/assets/images/icons/transparent.svg
superset/static/assets/images/icons/trash.svg
superset/static/assets/images/icons/triangle_change.svg
superset/static/assets/images/icons/triangle_down.svg
superset/static/assets/images/icons/triangle_up.svg
superset/static/assets/images/icons/up-level.svg
superset/static/assets/images/icons/user.svg
superset/static/assets/images/icons/warning.svg
superset/static/assets/images/icons/warning_solid.svg
superset/static/assets/images/icons/x-large.svg
superset/static/assets/images/icons/x-small.svg
superset/static/assets/images/screenshots/bank_dash.png
superset/static/assets/images/screenshots/deckgl_dash.png
superset/static/assets/images/screenshots/explore.jpg
superset/static/assets/images/screenshots/explore.png
superset/static/assets/images/screenshots/explore_visualizations.jpg
superset/static/assets/images/screenshots/gallery.jpg
superset/static/assets/images/screenshots/gallery.png
superset/static/assets/images/screenshots/geospatial_dash.jpg
superset/static/assets/images/screenshots/slack_dash.jpg
superset/static/assets/images/screenshots/sql_lab.jpg
superset/static/assets/images/screenshots/sqllab.png
superset/static/assets/images/screenshots/visualizations.png
superset/static/assets/images/tutorial/add_db.png
superset/static/assets/images/tutorial/tutorial_01_sources_database.png
superset/static/assets/images/tutorial/tutorial_02_add_database.png
superset/static/assets/images/tutorial/tutorial_03_database_name.png
superset/static/assets/images/tutorial/tutorial_04_sqlalchemy_connection_string.png
superset/static/assets/images/tutorial/tutorial_05_connection_popup.png
superset/static/assets/images/tutorial/tutorial_06_list_of_tables.png
superset/static/assets/images/tutorial/tutorial_07_save_button.png
superset/static/assets/images/tutorial/tutorial_08_sources_tables.png
superset/static/assets/images/tutorial/tutorial_09_add_new_table.png
superset/static/assets/images/tutorial/tutorial_10_table_name.png
superset/static/assets/images/tutorial/tutorial_11_choose_db.png
superset/static/assets/images/tutorial/tutorial_12_table_creation_success_msg.png
superset/static/assets/images/tutorial/tutorial_13_edit_table_config.png
superset/static/assets/images/tutorial/tutorial_14_field_config.png
superset/static/assets/images/tutorial/tutorial_15_click_table_name.png
superset/static/assets/images/tutorial/tutorial_16_datasource_chart_type.png
superset/static/assets/images/tutorial/tutorial_17_choose_time_range.png
superset/static/assets/images/tutorial/tutorial_18_choose_metric.png
superset/static/assets/images/tutorial/tutorial_19_click_query.png
superset/static/assets/images/tutorial/tutorial_20_count_star_result.png
superset/static/assets/images/tutorial/tutorial_21_group_by.png
superset/static/assets/images/tutorial/tutorial_22_group_by_result.png
superset/static/assets/images/tutorial/tutorial_23_group_by_more_dimensions.png
superset/static/assets/images/tutorial/tutorial_24_max_metric.png
superset/static/assets/images/tutorial/tutorial_25_max_temp_filter.png
superset/static/assets/images/tutorial/tutorial_26_row_limit.png
superset/static/assets/images/tutorial/tutorial_27_top_10_max_temps.png
superset/static/assets/images/tutorial/tutorial_28_bar_chart.png
superset/static/assets/images/tutorial/tutorial_29_bar_chart_series_metrics.png
superset/static/assets/images/tutorial/tutorial_30_bar_chart_results.png
superset/static/assets/images/tutorial/tutorial_31_save_slice_to_dashboard.png
superset/static/assets/images/tutorial/tutorial_32_save_slice_confirmation.png
superset/static/assets/images/tutorial/tutorial_33_dashboard.png
superset/static/assets/images/tutorial/tutorial_34_weather_dashboard.png
superset/static/assets/images/tutorial/tutorial_35_slice_on_dashboard.png
superset/static/assets/images/tutorial/tutorial_36_adjust_dimensions.gif
superset/static/assets/images/usertutorial/add_new_chart.png
superset/static/assets/images/usertutorial/advanced_analytics_base.png
superset/static/assets/images/usertutorial/annotation.png
superset/static/assets/images/usertutorial/annotation_settings.png
superset/static/assets/images/usertutorial/average_aggregate_for_cost.png
superset/static/assets/images/usertutorial/blue_bar_insert_component.png
superset/static/assets/images/usertutorial/chose_a_datasource.png
superset/static/assets/images/usertutorial/csv_to_database_configuration.png
superset/static/assets/images/usertutorial/edit-record.png
superset/static/assets/images/usertutorial/edit_annotation.png
superset/static/assets/images/usertutorial/filter_on_origin_country.png
superset/static/assets/images/usertutorial/markdown.png
superset/static/assets/images/usertutorial/no_filter_on_time_filter.png
superset/static/assets/images/usertutorial/parse_dates_column.png
superset/static/assets/images/usertutorial/publish_dashboard.png
superset/static/assets/images/usertutorial/resample.png
superset/static/assets/images/usertutorial/resize_tutorial_table_on_dashboard.png
superset/static/assets/images/usertutorial/rolling_mean.png
superset/static/assets/images/usertutorial/save_tutorial_table.png
superset/static/assets/images/usertutorial/select_dates_pivot_table.png
superset/static/assets/images/usertutorial/select_table_visualization_type.png
superset/static/assets/images/usertutorial/sum_cost_column.png
superset/static/assets/images/usertutorial/time_comparison_absolute_difference.png
superset/static/assets/images/usertutorial/time_comparison_two_series.png
superset/static/assets/images/usertutorial/tutorial_line_chart.png
superset/static/assets/images/usertutorial/tutorial_pivot_table.png
superset/static/assets/images/usertutorial/tutorial_table.png
superset/static/assets/images/usertutorial/upload_a_csv.png
superset/static/assets/images/viz_thumbnails/area.png
superset/static/assets/images/viz_thumbnails/bar.png
superset/static/assets/images/viz_thumbnails/big_number.png
superset/static/assets/images/viz_thumbnails/big_number_total.png
superset/static/assets/images/viz_thumbnails/box_plot.png
superset/static/assets/images/viz_thumbnails/bubble.png
superset/static/assets/images/viz_thumbnails/bullet.png
superset/static/assets/images/viz_thumbnails/cal_heatmap.png
superset/static/assets/images/viz_thumbnails/chord.png
superset/static/assets/images/viz_thumbnails/compare.png
superset/static/assets/images/viz_thumbnails/country_map.png
superset/static/assets/images/viz_thumbnails/deck_arc.png
superset/static/assets/images/viz_thumbnails/deck_geojson.png
superset/static/assets/images/viz_thumbnails/deck_grid.png
superset/static/assets/images/viz_thumbnails/deck_hex.png
superset/static/assets/images/viz_thumbnails/deck_multi.png
superset/static/assets/images/viz_thumbnails/deck_path.png
superset/static/assets/images/viz_thumbnails/deck_polygon.png
superset/static/assets/images/viz_thumbnails/deck_scatter.png
superset/static/assets/images/viz_thumbnails/deck_screengrid.png
superset/static/assets/images/viz_thumbnails/directed_force.png
superset/static/assets/images/viz_thumbnails/dist_bar.png
superset/static/assets/images/viz_thumbnails/dual_line.png
superset/static/assets/images/viz_thumbnails/event_flow.png
superset/static/assets/images/viz_thumbnails/filter_box.png
superset/static/assets/images/viz_thumbnails/heatmap.png
superset/static/assets/images/viz_thumbnails/histogram.png
superset/static/assets/images/viz_thumbnails/horizon.png
superset/static/assets/images/viz_thumbnails/iframe.png
superset/static/assets/images/viz_thumbnails/line.png
superset/static/assets/images/viz_thumbnails/line_multi.png
superset/static/assets/images/viz_thumbnails/mapbox.png
superset/static/assets/images/viz_thumbnails/markup.png
superset/static/assets/images/viz_thumbnails/multi.png
superset/static/assets/images/viz_thumbnails/paired_ttest.png
superset/static/assets/images/viz_thumbnails/para.png
superset/static/assets/images/viz_thumbnails/partition.png
superset/static/assets/images/viz_thumbnails/pie.png
superset/static/assets/images/viz_thumbnails/pivot_table.png
superset/static/assets/images/viz_thumbnails/rose.png
superset/static/assets/images/viz_thumbnails/sankey.png
superset/static/assets/images/viz_thumbnails/separator.png
superset/static/assets/images/viz_thumbnails/sunburst.png
superset/static/assets/images/viz_thumbnails/table.png
superset/static/assets/images/viz_thumbnails/time_pivot.png
superset/static/assets/images/viz_thumbnails/time_table.png
superset/static/assets/images/viz_thumbnails/treemap.png
superset/static/assets/images/viz_thumbnails/word_cloud.png
superset/static/assets/images/viz_thumbnails/world_map.png
superset/static/assets/stylesheets/reactable-pagination.less
superset/static/assets/stylesheets/superset.less
superset/static/assets/stylesheets/antd/index.less
superset/static/assets/stylesheets/less/fonts.less
superset/static/assets/stylesheets/less/index.less
superset/static/assets/stylesheets/less/variables.less
superset/static/assets/stylesheets/less/cosmo/bootswatch.less
superset/static/assets/stylesheets/less/cosmo/cosmoTheme.js
superset/static/assets/stylesheets/less/cosmo/variables.less
superset/tasks/__init__.py
superset/tasks/async_queries.py
superset/tasks/cache.py
superset/tasks/celery_app.py
superset/tasks/cron_util.py
superset/tasks/scheduler.py
superset/tasks/schedules.py
superset/tasks/slack_util.py
superset/tasks/thumbnails.py
superset/tasks/alerts/__init__.py
superset/tasks/alerts/observer.py
superset/tasks/alerts/validator.py
superset/templates/tail_js_custom_extra.html
superset/templates/appbuilder/baselayout.html
superset/templates/appbuilder/navbar.html
superset/templates/appbuilder/navbar_right.html
superset/templates/appbuilder/general/model/list.html
superset/templates/appbuilder/general/widgets/base_list.html
superset/templates/appbuilder/general/widgets/search.html
superset/templates/email/alert.txt
superset/templates/email/role_extended.txt
superset/templates/email/role_granted.txt
superset/templates/slack/alert.txt
superset/templates/slack/alert_no_screenshot.txt
superset/templates/superset/add_slice.html
superset/templates/superset/base.html
superset/templates/superset/basic.html
superset/templates/superset/csrf_token.json
superset/templates/superset/export_dashboards.html
superset/templates/superset/flash_wrapper.html
superset/templates/superset/import_dashboards.html
superset/templates/superset/paper-theme.html
superset/templates/superset/public_welcome.html
superset/templates/superset/request_access.html
superset/templates/superset/spa.html
superset/templates/superset/theme.html
superset/templates/superset/traceback.html
superset/templates/superset/fab_overrides/list.html
superset/templates/superset/fab_overrides/list_role.html
superset/templates/superset/fab_overrides/list_with_checkboxes.html
superset/templates/superset/form_view/columnar_to_database_view/edit.html
superset/templates/superset/form_view/csv_to_database_view/edit.html
superset/templates/superset/form_view/excel_to_database_view/edit.html
superset/templates/superset/models/database/add.html
superset/templates/superset/models/database/edit.html
superset/templates/superset/models/database/macros.html
superset/templates/superset/models/rls/list.html
superset/templates/superset/partials/asset_bundle.html
superset/templates/superset/reports/slice_data.html
superset/translations/__init__.py
superset/translations/babel.cfg
superset/translations/messages.pot
superset/translations/requirements.txt
superset/translations/utils.py
superset/translations/__pycache__/__init__.cpython-38.pyc
superset/translations/__pycache__/utils.cpython-38.pyc
superset/translations/de/LC_MESSAGES/messages.json
superset/translations/de/LC_MESSAGES/messages.po
superset/translations/en/LC_MESSAGES/messages.json
superset/translations/en/LC_MESSAGES/messages.po
superset/translations/es/LC_MESSAGES/messages.json
superset/translations/es/LC_MESSAGES/messages.po
superset/translations/fr/LC_MESSAGES/messages.json
superset/translations/fr/LC_MESSAGES/messages.po
superset/translations/it/LC_MESSAGES/messages.json
superset/translations/it/LC_MESSAGES/messages.po
superset/translations/ja/LC_MESSAGES/messages.json
superset/translations/ja/LC_MESSAGES/messages.po
superset/translations/ko/LC_MESSAGES/messages.json
superset/translations/ko/LC_MESSAGES/messages.po
superset/translations/pt/LC_MESSAGES/message.json
superset/translations/pt/LC_MESSAGES/message.po
superset/translations/pt/LC_MESSAGES/messages.json
superset/translations/pt_BR/LC_MESSAGES/messages.json
superset/translations/pt_BR/LC_MESSAGES/messages.po
superset/translations/ru/LC_MESSAGES/messages.json
superset/translations/ru/LC_MESSAGES/messages.po
superset/translations/sl/LC_MESSAGES/messages.json
superset/translations/sl/LC_MESSAGES/messages.po
superset/translations/zh/LC_MESSAGES/messages.json
superset/translations/zh/LC_MESSAGES/messages.po
superset/utils/__init__.py
superset/utils/async_query_manager.py
superset/utils/cache.py
superset/utils/cache_manager.py
superset/utils/celery.py
superset/utils/core.py
superset/utils/csv.py
superset/utils/dashboard_filter_scopes_converter.py
superset/utils/dashboard_import_export.py
superset/utils/date_parser.py
superset/utils/dates.py
superset/utils/decorators.py
superset/utils/dict_import_export.py
superset/utils/encrypt.py
superset/utils/feature_flag_manager.py
superset/utils/hashing.py
superset/utils/log.py
superset/utils/logging_configurator.py
superset/utils/machine_auth.py
superset/utils/memoized.py
superset/utils/mock_data.py
superset/utils/network.py
superset/utils/pandas_postprocessing.py
superset/utils/profiler.py
superset/utils/public_interfaces.py
superset/utils/retries.py
superset/utils/schema.py
superset/utils/screenshots.py
superset/utils/url_map_converters.py
superset/utils/urls.py
superset/utils/webdriver.py
superset/views/__init__.py
superset/views/access_requests.py
superset/views/alerts.py
superset/views/annotations.py
superset/views/api.py
superset/views/base.py
superset/views/base_api.py
superset/views/base_schemas.py
superset/views/core.py
superset/views/css_templates.py
superset/views/dynamic_plugins.py
superset/views/filters.py
superset/views/health.py
superset/views/key_value.py
superset/views/redirects.py
superset/views/schedules.py
superset/views/sql_lab.py
superset/views/tags.py
superset/views/utils.py
superset/views/chart/__init__.py
superset/views/chart/filters.py
superset/views/chart/mixin.py
superset/views/chart/views.py
superset/views/dashboard/__init__.py
superset/views/dashboard/mixin.py
superset/views/dashboard/views.py
superset/views/database/__init__.py
superset/views/database/forms.py
superset/views/database/mixins.py
superset/views/database/validators.py
superset/views/database/views.py
superset/views/datasource/__init__.py
superset/views/datasource/schemas.py
superset/views/datasource/views.py
superset/views/log/__init__.py
superset/views/log/api.py
superset/views/log/views.py
unblock.egg-info/PKG-INFO
unblock.egg-info/SOURCES.txt
unblock.egg-info/dependency_links.txt
unblock.egg-info/entry_points.txt
unblock.egg-info/not-zip-safe
unblock.egg-info/requires.txt
unblock.egg-info/top_level.txt