LICENSE.txt
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
sample_superset_bs.egg-info/PKG-INFO
sample_superset_bs.egg-info/SOURCES.txt
sample_superset_bs.egg-info/dependency_links.txt
sample_superset_bs.egg-info/entry_points.txt
sample_superset_bs.egg-info/not-zip-safe
sample_superset_bs.egg-info/requires.txt
sample_superset_bs.egg-info/top_level.txt
superset/__init__.py
superset/app.py
superset/config.py
superset/constants.py
superset/custom_database_errors.py
superset/dataframe.py
superset/errors.py
superset/exceptions.py
superset/forms.py
superset/jinja_context.py
superset/legacy.py
superset/result_set.py
superset/schemas.py
superset/sql_lab.py
superset/stats_logger.py
superset/superset_typing.py
superset/viz.py
superset-frontend/package.json
superset/advanced_data_type/__init__.py
superset/advanced_data_type/api.py
superset/advanced_data_type/schemas.py
superset/advanced_data_type/types.py
superset/advanced_data_type/plugins/__init__.py
superset/advanced_data_type/plugins/internet_address.py
superset/advanced_data_type/plugins/internet_port.py
superset/annotation_layers/__init__.py
superset/annotation_layers/api.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/filters.py
superset/annotation_layers/annotations/schemas.py
superset/async_events/__init__.py
superset/async_events/api.py
superset/async_events/async_query_manager.py
superset/async_events/async_query_manager_factory.py
superset/async_events/cache_backend.py
superset/available_domains/__init__.py
superset/available_domains/api.py
superset/available_domains/schemas.py
superset/cachekeys/__init__.py
superset/cachekeys/api.py
superset/cachekeys/schemas.py
superset/charts/__init__.py
superset/charts/api.py
superset/charts/client_processing.py
superset/charts/filters.py
superset/charts/schemas.py
superset/charts/data/__init__.py
superset/charts/data/api.py
superset/charts/data/query_context_cache_loader.py
superset/cli/__init__.py
superset/cli/examples.py
superset/cli/export_example.py
superset/cli/importexport.py
superset/cli/main.py
superset/cli/mcp.py
superset/cli/reset.py
superset/cli/test.py
superset/cli/test_db.py
superset/cli/test_loaders.py
superset/cli/thumbnails.py
superset/cli/update.py
superset/cli/viz_migrations.py
superset/columns/__init__.py
superset/commands/__init__.py
superset/commands/base.py
superset/commands/exceptions.py
superset/commands/utils.py
superset/commands/annotation_layer/__init__.py
superset/commands/annotation_layer/create.py
superset/commands/annotation_layer/delete.py
superset/commands/annotation_layer/exceptions.py
superset/commands/annotation_layer/update.py
superset/commands/annotation_layer/annotation/__init__.py
superset/commands/annotation_layer/annotation/create.py
superset/commands/annotation_layer/annotation/delete.py
superset/commands/annotation_layer/annotation/exceptions.py
superset/commands/annotation_layer/annotation/update.py
superset/commands/chart/__init__.py
superset/commands/chart/create.py
superset/commands/chart/delete.py
superset/commands/chart/exceptions.py
superset/commands/chart/export.py
superset/commands/chart/fave.py
superset/commands/chart/unfave.py
superset/commands/chart/update.py
superset/commands/chart/warm_up_cache.py
superset/commands/chart/data/__init__.py
superset/commands/chart/data/create_async_job_command.py
superset/commands/chart/data/get_data_command.py
superset/commands/chart/data/streaming_export_command.py
superset/commands/chart/importers/__init__.py
superset/commands/chart/importers/dispatcher.py
superset/commands/chart/importers/v1/__init__.py
superset/commands/chart/importers/v1/utils.py
superset/commands/css/__init__.py
superset/commands/css/delete.py
superset/commands/css/exceptions.py
superset/commands/dashboard/__init__.py
superset/commands/dashboard/copy.py
superset/commands/dashboard/create.py
superset/commands/dashboard/delete.py
superset/commands/dashboard/exceptions.py
superset/commands/dashboard/export.py
superset/commands/dashboard/export_example.py
superset/commands/dashboard/fave.py
superset/commands/dashboard/unfave.py
superset/commands/dashboard/update.py
superset/commands/dashboard/embedded/__init__.py
superset/commands/dashboard/embedded/exceptions.py
superset/commands/dashboard/filter_state/__init__.py
superset/commands/dashboard/filter_state/create.py
superset/commands/dashboard/filter_state/delete.py
superset/commands/dashboard/filter_state/get.py
superset/commands/dashboard/filter_state/update.py
superset/commands/dashboard/filter_state/utils.py
superset/commands/dashboard/importers/__init__.py
superset/commands/dashboard/importers/dispatcher.py
superset/commands/dashboard/importers/v0.py
superset/commands/dashboard/importers/v1/__init__.py
superset/commands/dashboard/importers/v1/utils.py
superset/commands/dashboard/permalink/__init__.py
superset/commands/dashboard/permalink/base.py
superset/commands/dashboard/permalink/create.py
superset/commands/dashboard/permalink/get.py
superset/commands/database/__init__.py
superset/commands/database/create.py
superset/commands/database/delete.py
superset/commands/database/exceptions.py
superset/commands/database/export.py
superset/commands/database/oauth2.py
superset/commands/database/sync_permissions.py
superset/commands/database/tables.py
superset/commands/database/test_connection.py
superset/commands/database/update.py
superset/commands/database/utils.py
superset/commands/database/validate.py
superset/commands/database/validate_sql.py
superset/commands/database/importers/__init__.py
superset/commands/database/importers/dispatcher.py
superset/commands/database/importers/v1/__init__.py
superset/commands/database/importers/v1/utils.py
superset/commands/database/ssh_tunnel/__init__.py
superset/commands/database/ssh_tunnel/exceptions.py
superset/commands/database/uploaders/__init__.py
superset/commands/database/uploaders/base.py
superset/commands/database/uploaders/columnar_reader.py
superset/commands/database/uploaders/csv_reader.py
superset/commands/database/uploaders/excel_reader.py
superset/commands/dataset/__init__.py
superset/commands/dataset/create.py
superset/commands/dataset/delete.py
superset/commands/dataset/duplicate.py
superset/commands/dataset/exceptions.py
superset/commands/dataset/export.py
superset/commands/dataset/refresh.py
superset/commands/dataset/update.py
superset/commands/dataset/warm_up_cache.py
superset/commands/dataset/columns/__init__.py
superset/commands/dataset/columns/delete.py
superset/commands/dataset/columns/exceptions.py
superset/commands/dataset/importers/__init__.py
superset/commands/dataset/importers/dispatcher.py
superset/commands/dataset/importers/v0.py
superset/commands/dataset/importers/v1/__init__.py
superset/commands/dataset/importers/v1/utils.py
superset/commands/dataset/metrics/__init__.py
superset/commands/dataset/metrics/delete.py
superset/commands/dataset/metrics/exceptions.py
superset/commands/distributed_lock/__init__.py
superset/commands/distributed_lock/acquire.py
superset/commands/distributed_lock/base.py
superset/commands/distributed_lock/release.py
superset/commands/explore/__init__.py
superset/commands/explore/get.py
superset/commands/explore/parameters.py
superset/commands/explore/form_data/__init__.py
superset/commands/explore/form_data/create.py
superset/commands/explore/form_data/delete.py
superset/commands/explore/form_data/get.py
superset/commands/explore/form_data/parameters.py
superset/commands/explore/form_data/state.py
superset/commands/explore/form_data/update.py
superset/commands/explore/form_data/utils.py
superset/commands/explore/permalink/__init__.py
superset/commands/explore/permalink/base.py
superset/commands/explore/permalink/create.py
superset/commands/explore/permalink/get.py
superset/commands/export/__init__.py
superset/commands/export/assets.py
superset/commands/export/models.py
superset/commands/importers/__init__.py
superset/commands/importers/exceptions.py
superset/commands/importers/v1/__init__.py
superset/commands/importers/v1/assets.py
superset/commands/importers/v1/examples.py
superset/commands/importers/v1/utils.py
superset/commands/logs/__init__.py
superset/commands/logs/prune.py
superset/commands/query/__init__.py
superset/commands/query/delete.py
superset/commands/query/exceptions.py
superset/commands/query/export.py
superset/commands/query/importers/__init__.py
superset/commands/query/importers/dispatcher.py
superset/commands/query/importers/v1/__init__.py
superset/commands/query/importers/v1/utils.py
superset/commands/report/__init__.py
superset/commands/report/alert.py
superset/commands/report/base.py
superset/commands/report/create.py
superset/commands/report/delete.py
superset/commands/report/exceptions.py
superset/commands/report/execute.py
superset/commands/report/log_prune.py
superset/commands/report/update.py
superset/commands/security/__init__.py
superset/commands/security/create.py
superset/commands/security/delete.py
superset/commands/security/exceptions.py
superset/commands/security/reset.py
superset/commands/security/update.py
superset/commands/sql_lab/__init__.py
superset/commands/sql_lab/estimate.py
superset/commands/sql_lab/execute.py
superset/commands/sql_lab/export.py
superset/commands/sql_lab/query.py
superset/commands/sql_lab/results.py
superset/commands/sql_lab/streaming_export_command.py
superset/commands/sql_lab/permalink/__init__.py
superset/commands/sql_lab/permalink/base.py
superset/commands/sql_lab/permalink/create.py
superset/commands/sql_lab/permalink/get.py
superset/commands/streaming_export/__init__.py
superset/commands/streaming_export/base.py
superset/commands/tag/__init__.py
superset/commands/tag/create.py
superset/commands/tag/delete.py
superset/commands/tag/exceptions.py
superset/commands/tag/export.py
superset/commands/tag/update.py
superset/commands/tag/utils.py
superset/commands/tasks/__init__.py
superset/commands/tasks/cancel.py
superset/commands/tasks/exceptions.py
superset/commands/tasks/internal_update.py
superset/commands/tasks/prune.py
superset/commands/tasks/submit.py
superset/commands/tasks/update.py
superset/commands/temporary_cache/__init__.py
superset/commands/temporary_cache/create.py
superset/commands/temporary_cache/delete.py
superset/commands/temporary_cache/entry.py
superset/commands/temporary_cache/exceptions.py
superset/commands/temporary_cache/get.py
superset/commands/temporary_cache/parameters.py
superset/commands/temporary_cache/update.py
superset/commands/theme/__init__.py
superset/commands/theme/delete.py
superset/commands/theme/exceptions.py
superset/commands/theme/export.py
superset/commands/theme/import_themes.py
superset/commands/theme/seed.py
superset/commands/theme/set_system_theme.py
superset/commands/theme/update.py
superset/commands/theme/importers/__init__.py
superset/commands/theme/importers/dispatcher.py
superset/common/__init__.py
superset/common/chart_data.py
superset/common/db_query_status.py
superset/common/not_authorized_object.py
superset/common/query_actions.py
superset/common/query_context.py
superset/common/query_context_factory.py
superset/common/query_context_processor.py
superset/common/query_object.py
superset/common/query_object_factory.py
superset/common/tags.py
superset/common/utils/__init__.py
superset/common/utils/dataframe_utils.py
superset/common/utils/query_cache_manager.py
superset/common/utils/time_range_utils.py
superset/connectors/__init__.py
superset/connectors/sqla/__init__.py
superset/connectors/sqla/models.py
superset/connectors/sqla/utils.py
superset/core/__init__.py
superset/core/api/__init__.py
superset/core/api/core_api_injection.py
superset/core/mcp/__init__.py
superset/core/mcp/core_mcp_injection.py
superset/css_templates/__init__.py
superset/css_templates/api.py
superset/css_templates/filters.py
superset/css_templates/schemas.py
superset/daos/__init__.py
superset/daos/annotation_layer.py
superset/daos/base.py
superset/daos/chart.py
superset/daos/css.py
superset/daos/dashboard.py
superset/daos/database.py
superset/daos/dataset.py
superset/daos/datasource.py
superset/daos/exceptions.py
superset/daos/key_value.py
superset/daos/log.py
superset/daos/query.py
superset/daos/report.py
superset/daos/security.py
superset/daos/tag.py
superset/daos/tasks.py
superset/daos/theme.py
superset/daos/user.py
superset/dashboards/__init__.py
superset/dashboards/api.py
superset/dashboards/filters.py
superset/dashboards/schemas.py
superset/dashboards/filter_state/__init__.py
superset/dashboards/filter_state/api.py
superset/dashboards/permalink/__init__.py
superset/dashboards/permalink/api.py
superset/dashboards/permalink/exceptions.py
superset/dashboards/permalink/schemas.py
superset/dashboards/permalink/types.py
superset/databases/__init__.py
superset/databases/api.py
superset/databases/decorators.py
superset/databases/filters.py
superset/databases/schemas.py
superset/databases/types.py
superset/databases/utils.py
superset/databases/ssh_tunnel/__init__.py
superset/databases/ssh_tunnel/models.py
superset/datasets/__init__.py
superset/datasets/api.py
superset/datasets/datetime_format_detector.py
superset/datasets/filters.py
superset/datasets/schemas.py
superset/datasets/columns/__init__.py
superset/datasets/columns/api.py
superset/datasets/metrics/__init__.py
superset/datasets/metrics/api.py
superset/datasource/__init__.py
superset/datasource/api.py
superset/db_engine_specs/__init__.py
superset/db_engine_specs/arc.py
superset/db_engine_specs/ascend.py
superset/db_engine_specs/athena.py
superset/db_engine_specs/aurora.py
superset/db_engine_specs/aws_iam.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/couchbase.py
superset/db_engine_specs/crate.py
superset/db_engine_specs/d1.py
superset/db_engine_specs/databend.py
superset/db_engine_specs/databricks.py
superset/db_engine_specs/datastore.py
superset/db_engine_specs/db2.py
superset/db_engine_specs/denodo.py
superset/db_engine_specs/doris.py
superset/db_engine_specs/dremio.py
superset/db_engine_specs/drill.py
superset/db_engine_specs/druid.py
superset/db_engine_specs/duckdb.py
superset/db_engine_specs/dynamodb.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/greenplum.py
superset/db_engine_specs/gsheets.py
superset/db_engine_specs/hana.py
superset/db_engine_specs/hive.py
superset/db_engine_specs/hologres.py
superset/db_engine_specs/ibmi.py
superset/db_engine_specs/impala.py
superset/db_engine_specs/iotdb.py
superset/db_engine_specs/kusto.py
superset/db_engine_specs/kylin.py
superset/db_engine_specs/lib.py
superset/db_engine_specs/lint_metadata.py
superset/db_engine_specs/mariadb.py
superset/db_engine_specs/monetdb.py
superset/db_engine_specs/mongodb.py
superset/db_engine_specs/mssql.py
superset/db_engine_specs/mysql.py
superset/db_engine_specs/netezza.py
superset/db_engine_specs/oceanbase.py
superset/db_engine_specs/ocient.py
superset/db_engine_specs/oracle.py
superset/db_engine_specs/parseable.py
superset/db_engine_specs/phoenix.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/risingwave.py
superset/db_engine_specs/shillelagh.py
superset/db_engine_specs/singlestore.py
superset/db_engine_specs/snowflake.py
superset/db_engine_specs/solr.py
superset/db_engine_specs/spark.py
superset/db_engine_specs/sqlite.py
superset/db_engine_specs/starrocks.py
superset/db_engine_specs/superset.py
superset/db_engine_specs/sybase.py
superset/db_engine_specs/tdengine.py
superset/db_engine_specs/teradata.py
superset/db_engine_specs/timescaledb.py
superset/db_engine_specs/trino.py
superset/db_engine_specs/vertica.py
superset/db_engine_specs/ydb.py
superset/db_engine_specs/yugabytedb.py
superset/distributed_lock/__init__.py
superset/distributed_lock/types.py
superset/distributed_lock/utils.py
superset/embedded/__init__.py
superset/embedded/api.py
superset/embedded/view.py
superset/embedded_dashboard/__init__.py
superset/examples/__init__.py
superset/examples/birth_names.py
superset/examples/countries.md
superset/examples/countries.py
superset/examples/css_templates.py
superset/examples/data_loading.py
superset/examples/generic_loader.py
superset/examples/helpers.py
superset/examples/utils.py
superset/examples/world_bank.py
superset/examples/_shared/database.yaml
superset/examples/_shared/metadata.yaml
superset/examples/deckgl_demo/dashboard.yaml
superset/examples/deckgl_demo/charts/Deck.gl_Arcs.yaml
superset/examples/deckgl_demo/charts/Deck.gl_Grid.yaml
superset/examples/deckgl_demo/charts/Deck.gl_Hexagons.yaml
superset/examples/deckgl_demo/charts/Deck.gl_Path.yaml
superset/examples/deckgl_demo/charts/Deck.gl_Polygons.yaml
superset/examples/deckgl_demo/charts/Deck.gl_Scatterplot.yaml
superset/examples/deckgl_demo/charts/Deck.gl_Screen_grid.yaml
superset/examples/deckgl_demo/data/bart_lines.parquet
superset/examples/deckgl_demo/data/flights.parquet
superset/examples/deckgl_demo/data/long_lat.parquet
superset/examples/deckgl_demo/data/sf_population_polygons.parquet
superset/examples/deckgl_demo/datasets/bart_lines.yaml
superset/examples/deckgl_demo/datasets/flights.yaml
superset/examples/deckgl_demo/datasets/long_lat.yaml
superset/examples/deckgl_demo/datasets/sf_population_polygons.yaml
superset/examples/fcc_new_coder_survey/dashboard.yaml
superset/examples/fcc_new_coder_survey/data.parquet
superset/examples/fcc_new_coder_survey/dataset.yaml
superset/examples/fcc_new_coder_survey/charts/Age_distribution_of_respondents.yaml
superset/examples/fcc_new_coder_survey/charts/Are_you_an_ethnic_minority_in_your_city.yaml
superset/examples/fcc_new_coder_survey/charts/Breakdown_of_Developer_Type.yaml
superset/examples/fcc_new_coder_survey/charts/Commute_Time.yaml
superset/examples/fcc_new_coder_survey/charts/Country_of_Citizenship.yaml
superset/examples/fcc_new_coder_survey/charts/Current_Developers_Is_this_your_first_development_job.yaml
superset/examples/fcc_new_coder_survey/charts/Degrees_vs_Income.yaml
superset/examples/fcc_new_coder_survey/charts/Ethnic_Minority_Gender.yaml
superset/examples/fcc_new_coder_survey/charts/First_Time_Developer.yaml
superset/examples/fcc_new_coder_survey/charts/First_Time_Developer_Commute_Time.yaml
superset/examples/fcc_new_coder_survey/charts/Gender.yaml
superset/examples/fcc_new_coder_survey/charts/Highest_degree_held.yaml
superset/examples/fcc_new_coder_survey/charts/How_do_you_prefer_to_work.yaml
superset/examples/fcc_new_coder_survey/charts/How_much_do_you_expect_to_earn_0_-_100k.yaml
superset/examples/fcc_new_coder_survey/charts/Last_Year_Income_Distribution.yaml
superset/examples/fcc_new_coder_survey/charts/Location_of_Current_Developers.yaml
superset/examples/fcc_new_coder_survey/charts/Number_of_Aspiring_Developers.yaml
superset/examples/fcc_new_coder_survey/charts/Preferred_Employment_Style.yaml
superset/examples/fcc_new_coder_survey/charts/Relocation_ability.yaml
superset/examples/fcc_new_coder_survey/charts/Top_15_Languages_Spoken_at_Home.yaml
superset/examples/fcc_new_coder_survey/charts/Work_Location_Preference.yaml
superset/examples/featured_charts/dashboard.yaml
superset/examples/featured_charts/charts/Area.yaml
superset/examples/featured_charts/charts/Bar.yaml
superset/examples/featured_charts/charts/Big_Number.yaml
superset/examples/featured_charts/charts/Big_Number_with_Trendline.yaml
superset/examples/featured_charts/charts/Box_Plot.yaml
superset/examples/featured_charts/charts/Bubble.yaml
superset/examples/featured_charts/charts/Funnel.yaml
superset/examples/featured_charts/charts/Gantt.yaml
superset/examples/featured_charts/charts/Gauge.yaml
superset/examples/featured_charts/charts/Graph.yaml
superset/examples/featured_charts/charts/Heatmap.yaml
superset/examples/featured_charts/charts/Histogram.yaml
superset/examples/featured_charts/charts/Line.yaml
superset/examples/featured_charts/charts/Mixed.yaml
superset/examples/featured_charts/charts/Pie.yaml
superset/examples/featured_charts/charts/Pivot_Table.yaml
superset/examples/featured_charts/charts/Radar.yaml
superset/examples/featured_charts/charts/Sankey.yaml
superset/examples/featured_charts/charts/Scatter_Plot.yaml
superset/examples/featured_charts/charts/Sunburst.yaml
superset/examples/featured_charts/charts/Table.yaml
superset/examples/featured_charts/charts/Tree.yaml
superset/examples/featured_charts/charts/TreeMap.yaml
superset/examples/featured_charts/charts/Waterfall.yaml
superset/examples/featured_charts/charts/Word_Cloud.yaml
superset/examples/featured_charts/data/cleaned_sales_data.parquet
superset/examples/featured_charts/data/hierarchical_dataset.parquet
superset/examples/featured_charts/data/project_management.parquet
superset/examples/featured_charts/datasets/cleaned_sales_data.yaml
superset/examples/featured_charts/datasets/hierarchical_dataset.yaml
superset/examples/featured_charts/datasets/project_management.yaml
superset/examples/international_sales/data.parquet
superset/examples/international_sales/dataset.yaml
superset/examples/misc_charts/dashboard.yaml
superset/examples/misc_charts/charts/Birth_in_France_by_department_in_2016.yaml
superset/examples/misc_charts/charts/Parallel_Coordinates.yaml
superset/examples/misc_charts/charts/Unicode_Cloud.yaml
superset/examples/misc_charts/data/birth_france_by_region.parquet
superset/examples/misc_charts/data/unicode_test.parquet
superset/examples/misc_charts/data/wb_health_population.parquet
superset/examples/misc_charts/datasets/birth_france_by_region.yaml
superset/examples/misc_charts/datasets/unicode_test.yaml
superset/examples/misc_charts/datasets/wb_health_population.yaml
superset/examples/sales_dashboard/dashboard.yaml
superset/examples/sales_dashboard/data.parquet
superset/examples/sales_dashboard/dataset.yaml
superset/examples/sales_dashboard/charts/Items_Sold.yaml
superset/examples/sales_dashboard/charts/Number_of_Deals_for_each_Combination.yaml
superset/examples/sales_dashboard/charts/Overall_Sales_By_Product_Line.yaml
superset/examples/sales_dashboard/charts/Proportion_of_Revenue_by_Product_Line.yaml
superset/examples/sales_dashboard/charts/Quarterly_Sales.yaml
superset/examples/sales_dashboard/charts/Quarterly_Sales_By_Product_Line.yaml
superset/examples/sales_dashboard/charts/Revenue_by_Deal_Size.yaml
superset/examples/sales_dashboard/charts/Seasonality_of_Revenue_per_Product_Line.yaml
superset/examples/sales_dashboard/charts/Total_Items_Sold_By_Product_Line.yaml
superset/examples/sales_dashboard/charts/Total_Revenue.yaml
superset/examples/slack_dashboard/dashboard.yaml
superset/examples/slack_dashboard/charts/Cross_Channel_Relationship.yaml
superset/examples/slack_dashboard/charts/Cross_Channel_Relationship_heatmap_v2.yaml
superset/examples/slack_dashboard/charts/Members_per_Channel.yaml
superset/examples/slack_dashboard/charts/Messages_per_Channel.yaml
superset/examples/slack_dashboard/charts/New_Members_per_Month.yaml
superset/examples/slack_dashboard/charts/Number_of_Members.yaml
superset/examples/slack_dashboard/charts/Top_Timezones.yaml
superset/examples/slack_dashboard/charts/Weekly_Messages.yaml
superset/examples/slack_dashboard/charts/Weekly_Threads.yaml
superset/examples/slack_dashboard/data/members_channels_2.parquet
superset/examples/slack_dashboard/data/messages.parquet
superset/examples/slack_dashboard/data/messages_channels.parquet
superset/examples/slack_dashboard/data/new_members_daily.parquet
superset/examples/slack_dashboard/data/threads.parquet
superset/examples/slack_dashboard/data/users.parquet
superset/examples/slack_dashboard/data/users_channels-uzooNNtSRO.parquet
superset/examples/slack_dashboard/datasets/members_channels_2.yaml
superset/examples/slack_dashboard/datasets/messages.yaml
superset/examples/slack_dashboard/datasets/messages_channels.yaml
superset/examples/slack_dashboard/datasets/new_members_daily.yaml
superset/examples/slack_dashboard/datasets/threads.yaml
superset/examples/slack_dashboard/datasets/users.yaml
superset/examples/slack_dashboard/datasets/users_channels-uzooNNtSRO.yaml
superset/examples/usa_births_names/dashboard.yaml
superset/examples/usa_births_names/data.parquet
superset/examples/usa_births_names/dataset.yaml
superset/examples/usa_births_names/charts/Boy_Name_Cloud.yaml
superset/examples/usa_births_names/charts/Boys.yaml
superset/examples/usa_births_names/charts/Genders.yaml
superset/examples/usa_births_names/charts/Genders_by_State.yaml
superset/examples/usa_births_names/charts/Girl_Name_Cloud.yaml
superset/examples/usa_births_names/charts/Girls.yaml
superset/examples/usa_births_names/charts/Participants.yaml
superset/examples/usa_births_names/charts/Pivot_Table_v2.yaml
superset/examples/usa_births_names/charts/Top_10_Boy_Name_Share.yaml
superset/examples/usa_births_names/charts/Top_10_Girl_Name_Share.yaml
superset/examples/usa_births_names/charts/Trends.yaml
superset/examples/video_game_sales/dashboard.yaml
superset/examples/video_game_sales/data.parquet
superset/examples/video_game_sales/dataset.yaml
superset/examples/video_game_sales/charts/Games.yaml
superset/examples/video_game_sales/charts/Games_per_Genre.yaml
superset/examples/video_game_sales/charts/Most_Dominant_Platforms.yaml
superset/examples/video_game_sales/charts/Popular_Genres_Across_Platforms.yaml
superset/examples/video_game_sales/charts/Publishers_With_Most_Titles.yaml
superset/examples/video_game_sales/charts/Top_10_Games_Proportion_of_Sales_in_Markets.yaml
superset/examples/video_game_sales/charts/Total_Sales_per_Market_Grouped_by_Genre.yaml
superset/examples/video_game_sales/charts/of_Games_That_Hit_100k_in_Sales_By_Release_Year.yaml
superset/examples/world_health/dashboard.yaml
superset/examples/world_health/data.parquet
superset/examples/world_health/dataset.yaml
superset/examples/world_health/charts/Box_plot.yaml
superset/examples/world_health/charts/Growth_Rate.yaml
superset/examples/world_health/charts/Life_Expectancy_VS_Rural.yaml
superset/examples/world_health/charts/Most_Populated_Countries.yaml
superset/examples/world_health/charts/Rural.yaml
superset/examples/world_health/charts/Rural_Breakdown.yaml
superset/examples/world_health/charts/Treemap.yaml
superset/examples/world_health/charts/World_s_Pop_Growth.yaml
superset/examples/world_health/charts/World_s_Population.yaml
superset/explorables/__init__.py
superset/explorables/base.py
superset/explore/__init__.py
superset/explore/api.py
superset/explore/exceptions.py
superset/explore/schemas.py
superset/explore/utils.py
superset/explore/form_data/__init__.py
superset/explore/form_data/api.py
superset/explore/form_data/schemas.py
superset/explore/permalink/__init__.py
superset/explore/permalink/api.py
superset/explore/permalink/exceptions.py
superset/explore/permalink/schemas.py
superset/explore/permalink/types.py
superset/extensions/__init__.py
superset/extensions/api.py
superset/extensions/context.py
superset/extensions/contributions.py
superset/extensions/discovery.py
superset/extensions/exceptions.py
superset/extensions/local_extensions_watcher.py
superset/extensions/metadb.py
superset/extensions/metastore_cache.py
superset/extensions/pylint.py
superset/extensions/ssh.py
superset/extensions/stats_logger.py
superset/extensions/types.py
superset/extensions/utils.py
superset/extensions/view.py
superset/importexport/__init__.py
superset/importexport/api.py
superset/initialization/__init__.py
superset/key_value/__init__.py
superset/key_value/exceptions.py
superset/key_value/models.py
superset/key_value/shared_entries.py
superset/key_value/types.py
superset/key_value/utils.py
superset/mcp_service/__init__.py
superset/mcp_service/__main__.py
superset/mcp_service/app.py
superset/mcp_service/auth.py
superset/mcp_service/caching.py
superset/mcp_service/constants.py
superset/mcp_service/flask_singleton.py
superset/mcp_service/jwt_verifier.py
superset/mcp_service/mcp_config.py
superset/mcp_service/mcp_core.py
superset/mcp_service/middleware.py
superset/mcp_service/server.py
superset/mcp_service/simple_proxy.py
superset/mcp_service/storage.py
superset/mcp_service/chart/__init__.py
superset/mcp_service/chart/chart_utils.py
superset/mcp_service/chart/preview_utils.py
superset/mcp_service/chart/schemas.py
superset/mcp_service/chart/prompts/__init__.py
superset/mcp_service/chart/prompts/create_chart_guided.py
superset/mcp_service/chart/resources/__init__.py
superset/mcp_service/chart/resources/chart_configs.py
superset/mcp_service/chart/tool/__init__.py
superset/mcp_service/chart/tool/generate_chart.py
superset/mcp_service/chart/tool/get_chart_data.py
superset/mcp_service/chart/tool/get_chart_info.py
superset/mcp_service/chart/tool/get_chart_preview.py
superset/mcp_service/chart/tool/get_chart_type_schema.py
superset/mcp_service/chart/tool/list_charts.py
superset/mcp_service/chart/tool/update_chart.py
superset/mcp_service/chart/tool/update_chart_preview.py
superset/mcp_service/chart/validation/__init__.py
superset/mcp_service/chart/validation/dataset_validator.py
superset/mcp_service/chart/validation/pipeline.py
superset/mcp_service/chart/validation/schema_validator.py
superset/mcp_service/chart/validation/runtime/__init__.py
superset/mcp_service/chart/validation/runtime/cardinality_validator.py
superset/mcp_service/chart/validation/runtime/chart_type_suggester.py
superset/mcp_service/chart/validation/runtime/format_validator.py
superset/mcp_service/commands/__init__.py
superset/mcp_service/commands/create_form_data.py
superset/mcp_service/common/__init__.py
superset/mcp_service/common/cache_schemas.py
superset/mcp_service/common/error_schemas.py
superset/mcp_service/common/schema_discovery.py
superset/mcp_service/dashboard/__init__.py
superset/mcp_service/dashboard/constants.py
superset/mcp_service/dashboard/schemas.py
superset/mcp_service/dashboard/prompts/__init__.py
superset/mcp_service/dashboard/resources/__init__.py
superset/mcp_service/dashboard/tool/__init__.py
superset/mcp_service/dashboard/tool/add_chart_to_existing_dashboard.py
superset/mcp_service/dashboard/tool/generate_dashboard.py
superset/mcp_service/dashboard/tool/get_dashboard_info.py
superset/mcp_service/dashboard/tool/list_dashboards.py
superset/mcp_service/database/__init__.py
superset/mcp_service/database/schemas.py
superset/mcp_service/database/tool/__init__.py
superset/mcp_service/database/tool/get_database_info.py
superset/mcp_service/database/tool/list_databases.py
superset/mcp_service/dataset/__init__.py
superset/mcp_service/dataset/schemas.py
superset/mcp_service/dataset/prompts/__init__.py
superset/mcp_service/dataset/resources/__init__.py
superset/mcp_service/dataset/tool/__init__.py
superset/mcp_service/dataset/tool/create_virtual_dataset.py
superset/mcp_service/dataset/tool/get_dataset_info.py
superset/mcp_service/dataset/tool/list_datasets.py
superset/mcp_service/explore/__init__.py
superset/mcp_service/explore/tool/__init__.py
superset/mcp_service/explore/tool/generate_explore_link.py
superset/mcp_service/screenshot/__init__.py
superset/mcp_service/screenshot/pooled_screenshot.py
superset/mcp_service/screenshot/webdriver_config.py
superset/mcp_service/screenshot/webdriver_pool.py
superset/mcp_service/sql_lab/__init__.py
superset/mcp_service/sql_lab/schemas.py
superset/mcp_service/sql_lab/tool/__init__.py
superset/mcp_service/sql_lab/tool/execute_sql.py
superset/mcp_service/sql_lab/tool/open_sql_lab_with_context.py
superset/mcp_service/sql_lab/tool/save_sql_query.py
superset/mcp_service/system/__init__.py
superset/mcp_service/system/schemas.py
superset/mcp_service/system/system_utils.py
superset/mcp_service/system/prompts/__init__.py
superset/mcp_service/system/prompts/quickstart.py
superset/mcp_service/system/resources/__init__.py
superset/mcp_service/system/resources/instance_metadata.py
superset/mcp_service/system/resources/schema_discovery.py
superset/mcp_service/system/tool/__init__.py
superset/mcp_service/system/tool/get_instance_info.py
superset/mcp_service/system/tool/get_schema.py
superset/mcp_service/system/tool/health_check.py
superset/mcp_service/utils/__init__.py
superset/mcp_service/utils/cache_utils.py
superset/mcp_service/utils/error_builder.py
superset/mcp_service/utils/oauth2_utils.py
superset/mcp_service/utils/permissions_utils.py
superset/mcp_service/utils/response_utils.py
superset/mcp_service/utils/retry_utils.py
superset/mcp_service/utils/sanitization.py
superset/mcp_service/utils/schema_utils.py
superset/mcp_service/utils/token_utils.py
superset/mcp_service/utils/url_utils.py
superset/migrations/README
superset/migrations/__init__.py
superset/migrations/alembic.ini
superset/migrations/env.py
superset/migrations/migration_utils.py
superset/migrations/script.py.mako
superset/migrations/shared/__init__.py
superset/migrations/shared/catalogs.py
superset/migrations/shared/constraints.py
superset/migrations/shared/native_filters.py
superset/migrations/shared/security_converge.py
superset/migrations/shared/utils.py
superset/migrations/shared/migrate_viz/__init__.py
superset/migrations/shared/migrate_viz/base.py
superset/migrations/shared/migrate_viz/processors.py
superset/migrations/shared/migrate_viz/query_functions.py
superset/migrations/versions/2015-09-21_17-30_4e6a06bad7a8_init.py
superset/migrations/versions/2015-10-05_10-32_5a7bad26f2a7_.py
superset/migrations/versions/2015-10-05_22-11_1e2841a4128_.py
superset/migrations/versions/2015-10-19_20-54_2929af7925ed_tz_offsets_in_data_sources.py
superset/migrations/versions/2015-11-21_11-18_289ce07647b_add_encrypted_password_field.py
superset/migrations/versions/2015-12-04_09-42_1a48a5411020_adding_slug_to_dash.py
superset/migrations/versions/2015-12-04_11-16_315b3f4da9b0_adding_log_model.py
superset/migrations/versions/2015-12-13_08-38_55179c7f25c7_sqla_descr.py
superset/migrations/versions/2015-12-14_13-37_12d55656cbca_is_featured.py
superset/migrations/versions/2015-12-15_17-02_2591d77e9831_user_id.py
superset/migrations/versions/2016-01-13_20-24_8e80a26a31db_.py
superset/migrations/versions/2016-01-17_22-00_7dbf98566af7_slice_description.py
superset/migrations/versions/2016-01-18_23-43_43df8de3a5f4_dash_json.py
superset/migrations/versions/2016-02-03_17-41_d827694c7555_css_templates.py
superset/migrations/versions/2016-02-10_08-47_430039611635_log_more.py
superset/migrations/versions/2016-03-13_09-56_a2d606a761d9_adding_favstar_model.py
superset/migrations/versions/2016-03-13_21-30_18e88e1cc004_making_audit_nullable.py
superset/migrations/versions/2016-03-17_08-40_836c0bf75904_cache_timeouts.py
superset/migrations/versions/2016-03-22_23-25_d2424a248d63_.py
superset/migrations/versions/2016-03-24_14-13_763d4b211ec9_fixing_audit_fk.py
superset/migrations/versions/2016-03-25_14-35_1d2ddd543133_log_dt.py
superset/migrations/versions/2016-03-26_15-09_fee7b758c130_.py
superset/migrations/versions/2016-04-03_15-23_867bf4f117f9_adding_extra_field_to_database_model.py
superset/migrations/versions/2016-04-11_22-41_bb51420eaf83_add_schema_to_table_model.py
superset/migrations/versions/2016-04-15_08-31_b4456560d4f3_change_table_unique_constraint.py
superset/migrations/versions/2016-04-15_17-58_4fa88fe24e94_owners_many_to_many.py
superset/migrations/versions/2016-04-25_08-54_c3a8f8611885_materializing_permission.py
superset/migrations/versions/2016-05-01_12-21_f0fbf6129e13_adding_verbose_name_to_tablecolumn.py
superset/migrations/versions/2016-05-11_17-28_956a063c52b3_adjusting_key_length.py
superset/migrations/versions/2016-05-27_15-03_1226819ee0e3_fix_wrong_constraint_on_table_columns.py
superset/migrations/versions/2016-06-07_12-33_d8bc074f7aad_add_new_field_is_restricted_to_.py
superset/migrations/versions/2016-06-16_14-15_960c69cb1f5b_.py
superset/migrations/versions/2016-06-27_08-43_27ae655e4247_make_creator_owners.py
superset/migrations/versions/2016-07-06_22-04_f162a1dea4c4_d3format_by_metric.py
superset/migrations/versions/2016-07-25_17-48_ad82a75afd82_add_query_model.py
superset/migrations/versions/2016-08-18_14-06_3c3ffe173e4f_add_sql_string_to_table.py
superset/migrations/versions/2016-08-31_10-26_41f6a59a61f2_database_options_for_sql_lab.py
superset/migrations/versions/2016-09-07_23-50_33d996bcc382_update_slice_model.py
superset/migrations/versions/2016-09-09_17-39_5e4a03ef0bf0_add_request_access_model.py
superset/migrations/versions/2016-09-12_23-33_4500485bde7d_allow_run_sync_async.py
superset/migrations/versions/2016-09-15_08-48_65903709c321_allow_dml.py
superset/migrations/versions/2016-09-19_17-22_b347b202819b_.py
superset/migrations/versions/2016-09-22_10-21_3b626e2a6783_sync_db_with_models.py
superset/migrations/versions/2016-09-22_11-31_eca4694defa7_sqllab_setting_defaults.py
superset/migrations/versions/2016-09-30_18-01_ab3d66c4246e_add_cache_timeout_to_druid_cluster.py
superset/migrations/versions/2016-10-02_10-35_ef8843b41dac_.py
superset/migrations/versions/2016-10-05_11-30_b46fa1b0b39e_add_params_to_tables.py
superset/migrations/versions/2016-10-14_11-17_7e3ddad2a00b_results_key_to_query.py
superset/migrations/versions/2016-10-25_10-16_ad4d656d92bc_add_avg_metric.py
superset/migrations/versions/2016-11-02_17-36_c611f2b591b8_dim_spec.py
superset/migrations/versions/2016-11-14_15-23_e46f2d27a08e_materialize_perms.py
superset/migrations/versions/2016-11-23_10-27_f1f2d4af5b90_.py
superset/migrations/versions/2016-12-06_17-40_1296d28ec131_druid_exports.py
superset/migrations/versions/2016-12-13_16-19_525c854f0005_log_this_plus.py
superset/migrations/versions/2016-12-19_09-57_6414e83d82b7_.py
superset/migrations/versions/2017-01-10_11-47_bcf3126872fc_add_keyvalue.py
superset/migrations/versions/2017-01-24_12-31_db0c65b146bd_update_slice_model_json.py
superset/migrations/versions/2017-01-24_12-40_f18570e03440_add_query_result_key_index.py
superset/migrations/versions/2017-02-08_14-16_a99f2f7c195a_rewriting_url_from_shortner_with_new_.py
superset/migrations/versions/2017-02-10_17-58_d6db5a5cdb5d_.py
superset/migrations/versions/2017-03-03_09-15_732f1c06bcbf_add_fetch_values_predicate.py
superset/migrations/versions/2017-03-08_11-48_b318dfe5fb6c_adding_verbose_name_to_druid_column.py
superset/migrations/versions/2017-03-16_14-55_ea033256294a_.py
superset/migrations/versions/2017-03-16_18-10_db527d8c4c78_add_db_verbose_name.py
superset/migrations/versions/2017-03-21_15-41_979c03af3341_.py
superset/migrations/versions/2017-03-28_11-28_a6c18f869a4e_query_start_running_time.py
superset/migrations/versions/2017-03-29_15-04_2fcdcb35e487_saved_queries.py
superset/migrations/versions/2017-04-25_10-00_a65458420354_add_result_backend_time_logging.py
superset/migrations/versions/2017-07-26_20-09_ca69c70ec99b_tracking_url.py
superset/migrations/versions/2017-08-31_17-35_a9c47e2c1547_add_impersonate_user_to_dbs.py
superset/migrations/versions/2017-09-13_16-36_ddd6ebdd853b_annotations.py
superset/migrations/versions/2017-09-15_15-09_19a814813610_adding_metric_warning_text.py
superset/migrations/versions/2017-09-19_15-09_d39b1e37131d_.py
superset/migrations/versions/2017-09-21_18-37_472d2f73dfd4_.py
superset/migrations/versions/2017-09-24_20-18_f959a6652acd_.py
superset/migrations/versions/2017-10-03_14-37_4736ec66ce19_.py
superset/migrations/versions/2017-12-08_08-19_67a6ac9b727b_update_spatial_params.py
superset/migrations/versions/2017-12-17_11-06_21e88bc06c02_annotation_migration.py
superset/migrations/versions/2018-02-13_08-07_e866bd2d4976_smaller_grid.py
superset/migrations/versions/2018-03-06_12-24_e68c4473c581_allow_multi_schema_metadata_fetch.py
superset/migrations/versions/2018-03-20_19-47_f231d82b9b26_.py
superset/migrations/versions/2018-03-30_14-00_d6ffdf31bdd4_add_published_column_to_dashboards.py
superset/migrations/versions/2018-04-03_08-19_130915240929_is_sqllab_viz_flow.py
superset/migrations/versions/2018-04-08_07-34_30bb17c0dc76_.py
superset/migrations/versions/2018-04-10_11-19_bf706ae5eb46_cal_heatmap_metric_to_metrics.py
superset/migrations/versions/2018-04-10_20-46_c9495751e314_.py
superset/migrations/versions/2018-04-12_16-00_5ccf602336a0_.py
superset/migrations/versions/2018-05-09_23-45_e502db2af7be_add_template_params_to_tables.py
superset/migrations/versions/2018-05-15_20-28_6c7537a6004a_models_for_email_reports.py
superset/migrations/versions/2018-06-04_11-12_c5756bec8b47_time_grain_sqla.py
superset/migrations/versions/2018-06-07_09-52_afb7730f6a9c_remove_empty_filters.py
superset/migrations/versions/2018-06-13_10-20_4451805bbaa1_remove_double_percents.py
superset/migrations/versions/2018-06-13_14-54_bddc498dd179_adhoc_filters.py
superset/migrations/versions/2018-06-14_14-31_80a67c5192fa_single_pie_chart_metric.py
superset/migrations/versions/2018-07-05_15-19_3dda56f1c4c6_migrate_num_period_compare_and_period_.py
superset/migrations/versions/2018-07-16_18-04_1d9e835a84f9_.py
superset/migrations/versions/2018-07-19_23-41_c617da68de7d_form_nullable.py
superset/migrations/versions/2018-07-20_15-31_7f2635b51f5d_update_base_columns.py
superset/migrations/versions/2018-07-20_15-57_e9df189e5c7e_update_base_metrics.py
superset/migrations/versions/2018-07-20_16-08_937d04c16b64_update_datasources.py
superset/migrations/versions/2018-07-22_08-49_c829ff0b37d0_.py
superset/migrations/versions/2018-07-22_08-50_7467e77870e4_remove_aggs.py
superset/migrations/versions/2018-07-22_09-32_e3970889f38e_.py
superset/migrations/versions/2018-07-22_11-50_fc480c87706c_.py
superset/migrations/versions/2018-07-22_11-59_bebcf3fed1fe_convert_dashboard_v1_positions.py
superset/migrations/versions/2018-07-22_21-51_705732c70154_.py
superset/migrations/versions/2018-07-23_11-18_ec1f88a35cc6_.py
superset/migrations/versions/2018-07-23_11-20_46ba6aaaac97_.py
superset/migrations/versions/2018-07-24_14-29_c18bd4186f15_.py
superset/migrations/versions/2018-07-26_11-10_c82ee8a39623_add_implicit_tags.py
superset/migrations/versions/2018-08-01_11-47_7fcdcde0761c_.py
superset/migrations/versions/2018-08-06_14-38_0c5070e96b57_add_user_attributes_table.py
superset/migrations/versions/2018-08-13_11-30_1a1d627ebd8e_position_json.py
superset/migrations/versions/2018-08-29_14-35_55e910a74826_add_metadata_column_to_annotation_model_.py
superset/migrations/versions/2018-11-05_08-42_0b1f1ab473c0_add_extra_column_to_query.py
superset/migrations/versions/2018-11-12_13-31_4ce8df208545_migrate_time_range_for_default_filters.py
superset/migrations/versions/2018-11-26_00-01_46f444d8b9b7_remove_coordinator_from_druid_cluster_.py
superset/migrations/versions/2018-11-27_11-53_a61b40f9f57f_remove_allow_run_sync.py
superset/migrations/versions/2018-12-11_22-03_fb13d49b72f9_better_filters.py
superset/migrations/versions/2018-12-13_15-38_cefabc8f7d38_increase_size_of_name_column_in_ab_view_.py
superset/migrations/versions/2018-12-15_12-34_3e1b21cd94a4_change_owner_to_m2m_relation_on_.py
superset/migrations/versions/2018-12-18_22-45_de021a1ca60d_.py
superset/migrations/versions/2018-12-22_17-26_fbd55e0f83eb_.py
superset/migrations/versions/2019-01-14_16-00_a33a03f16c4a_add_extra_column_to_savedquery.py
superset/migrations/versions/2019-01-17_08-31_8b70aa3d0f87_.py
superset/migrations/versions/2019-01-18_14-56_18dc26817ad2_.py
superset/migrations/versions/2019-02-01_16-07_e553e78e90c5_add_druid_auth_py_py.py
superset/migrations/versions/2019-02-16_17-44_45e7da7cfeba_.py
superset/migrations/versions/2019-03-21_10-22_d94d33dbe938_form_strip.py
superset/migrations/versions/2019-04-09_16-27_80aa3f04bc82_add_parent_ids_in_dashboard_layout.py
superset/migrations/versions/2019-05-06_14-30_afc69274c25a_alter_sql_column_data_type_in_query_mysql_table.py
superset/migrations/versions/2019-06-04_10-12_d7c1a0d6f2da_remove_limit_used_from_query_model.py
superset/migrations/versions/2019-06-05_11-35_b4a38aa87893_deprecate_database_expression.py
superset/migrations/versions/2019-06-28_13-17_ab8c66efdd01_resample.py
superset/migrations/versions/2019-07-11_19-02_def97f26fdfb_add_index_to_tagged_object.py
superset/migrations/versions/2019-07-15_12-00_190188938582_adding_unique_constraint_on_dashboard_slices_tbl.py
superset/migrations/versions/2019-09-08_21-50_11c737c17cc6_deprecate_restricted_metrics.py
superset/migrations/versions/2019-09-11_21-49_5afa9079866a_serialize_schema_permissions_py.py
superset/migrations/versions/2019-09-19_13-40_258b5280a45e_form_strip_leading_and_trailing_whitespace.py
superset/migrations/versions/2019-10-02_00-29_b6fa807eac07_make_names_non_nullable.py
superset/migrations/versions/2019-10-09_15-05_cca2f5d568c8_add_encrypted_extra_to_dbs.py
superset/migrations/versions/2019-10-10_13-52_1495eb914ad3_time_range.py
superset/migrations/versions/2019-11-01_09-18_c2acd2cf3df2_alter_type_of_dbs_encrypted_extra.py
superset/migrations/versions/2019-11-06_15-23_78ee127d0d1d_reconvert_legacy_filters_into_adhoc.py
superset/migrations/versions/2019-11-13_11-05_db4b49eb0782_add_tables_for_sql_lab_state.py
superset/migrations/versions/2019-12-03_10-24_817e1c9b09d0_add_not_null_to_dbs_sqlalchemy_url.py
superset/migrations/versions/2019-12-03_13-50_89115a40e8ea_change_table_schema_description_to_long_.py
superset/migrations/versions/2019-12-04_17-07_0a6f12f60c73_add_role_level_security.py
superset/migrations/versions/2020-01-08_01-17_e96dbf2cfef0_datasource_cluster_fk.py
superset/migrations/versions/2020-02-07_14-13_3325d4caccc8_dashboard_scoped_filters.py
superset/migrations/versions/2020-02-20_08-52_72428d1ea401_add_tmp_schema_name_to_the_query_object.py
superset/migrations/versions/2020-03-25_10-42_f9a30386bd74_cleanup_time_grainularity.py
superset/migrations/versions/2020-03-25_10-49_b5998378c225_add_certificate_to_dbs.py
superset/migrations/versions/2020-04-24_10-46_e557699a813e_add_tables_relation_to_row_level_.py
superset/migrations/versions/2020-04-29_09-24_620241d1153f_update_time_grain_sqla.py
superset/migrations/versions/2020-05-12_12-59_ea396d202291_ctas_method_in_query.py
superset/migrations/versions/2020-05-13_21-01_743a117f0d98_add_slack_to_the_schedule.py
superset/migrations/versions/2020-05-26_23-21_2f1d15e8a6af_add_alerts.py
superset/migrations/versions/2020-06-21_19-50_a72cb0ebeb22_deprecate_dbs_perm_column.py
superset/migrations/versions/2020-07-09_17-12_73fd22e742ab_add_dynamic_plugins_py.py
superset/migrations/versions/2020-08-08_18-10_f2672aa8350a_add_slack_to_alerts.py
superset/migrations/versions/2020-08-12_00-24_978245563a02_migrate_iframe_to_dash_markdown.py
superset/migrations/versions/2020-08-12_10-01_f120347acb39_add_extra_column_to_tables_and_metrics.py
superset/migrations/versions/2020-08-12_15-47_f80a3b88324b_.py
superset/migrations/versions/2020-08-28_17-16_175ea3592453_cache_lookup.py
superset/migrations/versions/2020-08-31_20-30_2e5a0ee25ed4_refractor_alerting.py
superset/migrations/versions/2020-09-01_16-23_ae19b4ee3692_.py
superset/migrations/versions/2020-09-15_18-22_e5ef6828ac4e_add_rls_filter_type_and_grouping_key.py
superset/migrations/versions/2020-09-24_12-04_3fbbc6e8d654_fix_data_access_permissions_for_virtual_.py
superset/migrations/versions/2020-09-25_10-56_18532d70ab98_fix_table_unique_constraint_in_mysql.py
superset/migrations/versions/2020-09-28_17-57_b56500de1855_add_uuid_column_to_import_mixin.py
superset/migrations/versions/2020-10-05_18-10_af30ca79208f_collapse_alerting_models_into_a_single_.py
superset/migrations/versions/2020-10-20_17-28_585b0b1a7b18_add_exec_info_to_saved_queries.py
superset/migrations/versions/2020-10-21_21-09_96e99fb176a0_add_import_mixing_to_saved_query.py
superset/migrations/versions/2020-11-04_11-06_49b5a32daba5_add_report_schedules.py
superset/migrations/versions/2020-11-15_16-08_a8173232b786_add_path_to_logs.py
superset/migrations/versions/2020-11-20_14-24_e38177dbf641_security_converge_saved_queries.py
superset/migrations/versions/2020-11-30_15-25_40f16acf1ba7_security_converge_reports.py
superset/migrations/versions/2020-11-30_17-54_8ee129739cf9_security_converge_css_templates.py
superset/migrations/versions/2020-12-03_10-11_5daced1f0e76_reports_add_working_timeout_column.py
superset/migrations/versions/2020-12-03_16-21_811494c0cc23_remove_path_from_logs.py
superset/migrations/versions/2020-12-09_14-13_ccb74baaa89b_security_converge_charts.py
superset/migrations/versions/2020-12-10_15-05_45731db65d9c_security_converge_datasets.py
superset/migrations/versions/2020-12-11_11-45_1f6dca87d1a2_security_converge_dashboards.py
superset/migrations/versions/2020-12-11_17-02_c25cb2c78727_security_converge_annotations.py
superset/migrations/versions/2020-12-14_10-49_42b4c9e01447_security_converge_databases.py
superset/migrations/versions/2020-12-14_13-40_4b84f97828aa_security_converge_logs.py
superset/migrations/versions/2020-12-15_09-07_ab104a954a8f_reports_alter_crontab_size.py
superset/migrations/versions/2020-12-16_12-15_e37912a26567_security_converge_queries.py
superset/migrations/versions/2020-12-23_11-34_c878781977c6_alert_reports_shared_uniqueness.py
superset/migrations/versions/2021-01-14_19-12_e11ccdd12658_add_roles_relationship_to_dashboard.py
superset/migrations/versions/2021-01-23_16-25_260bf0649a77_migrate_x_dateunit_in_time_range.py
superset/migrations/versions/2021-02-04_09-34_070c043f2fdb_add_granularity_to_charts_where_missing.py
superset/migrations/versions/2021-02-10_12-32_41ce8799acc3_rename_pie_label_type.py
superset/migrations/versions/2021-02-14_11-46_1412ec1e5a7b_legacy_force_directed_to_echart.py
superset/migrations/versions/2021-02-18_09-13_c501b7c653a3_add_missing_uuid_column.py
superset/migrations/versions/2021-02-22_11-22_67da9ef1ef9c_add_hide_left_bar_to_tabstate.py
superset/migrations/versions/2021-03-23_05-23_301362411006_add_execution_id_to_report_execution_.py
superset/migrations/versions/2021-03-24_09-47_989bbe479899_rename_filter_configuration_in_.py
superset/migrations/versions/2021-03-29_11-15_3ebe0993c770_filterset_table.py
superset/migrations/versions/2021-04-06_21-39_19e978e1b9c3_add_report_format_to_report_schedule_.py
superset/migrations/versions/2021-04-07_07-21_134cea61c5e7_remove_dataset_health_check_message.py
superset/migrations/versions/2021-04-09_16-14_085f06488938_country_map_use_lowercase_country_name.py
superset/migrations/versions/2021-04-12_12-38_fc3a3a8ff221_migrate_filter_sets_to_new_format.py
superset/migrations/versions/2021-04-16_17-38_d416d0d715cc_add_limiting_factor_column_to_query_.py
superset/migrations/versions/2021-04-29_15-32_f1410ed7ec95_migrate_native_filters_to_new_schema.py
superset/migrations/versions/2021-04-30_10-55_453530256cea_add_save_option_column_to_db_model.py
superset/migrations/versions/2021-05-27_16-10_6f139c533bea_add_advanced_data_types_to_column_models.py
superset/migrations/versions/2021-07-09_12-18_ae1ed299413b_add_timezone_to_report_schedule.py
superset/migrations/versions/2021-07-14_10-31_3317e9248280_add_creation_method_to_reports_model.py
superset/migrations/versions/2021-07-21_12-09_030c840e3a1c_add_query_context_to_slices.py
superset/migrations/versions/2021-07-27_08-25_31b2a1039d4a_drop_tables_constraint.py
superset/migrations/versions/2021-08-02_16-39_e323605f370a_fix_schemas_allowed_for_csv_upload.py
superset/migrations/versions/2021-08-02_21-14_6d20ba9ecb33_add_last_saved_at_to_slice_model.py
superset/migrations/versions/2021-08-03_15-36_143b6f2815da_migrate_pivot_table_v2_heatmaps_to_new_.py
superset/migrations/versions/2021-08-04_17-16_f6196627326f_update_chart_permissions.py
superset/migrations/versions/2021-08-09_17-32_07071313dd52_change_fetch_values_predicate_to_text.py
superset/migrations/versions/2021-08-24_23-27_181091c0ef16_add_extra_column_to_columns_model.py
superset/migrations/versions/2021-08-31_11-37_021b81fe4fbb_add_type_to_native_filter_configuration.py
superset/migrations/versions/2021-09-19_14-42_b92d69a6643c_rename_csv_to_file.py
superset/migrations/versions/2021-09-27_11-31_60dc453f4e2e_migrate_timeseries_limit_metric_to_.py
superset/migrations/versions/2021-10-12_11-15_32646df09c64_update_time_grain_sqla.py
superset/migrations/versions/2021-11-02_17-44_3ba29ecbaac5_change_datatype_of_type_in_basecolumn.py
superset/migrations/versions/2021-11-03_14-07_f9847149153d_add_certifications_columns_to_slice.py
superset/migrations/versions/2021-11-05_11-11_aea15018d53b_add_certifications_columns_to_dashboard.py
superset/migrations/versions/2021-11-11_04-18_0ca9e5f1dacd_rename_to_schemas_allowed_for_file_.py
superset/migrations/versions/2021-11-11_16-41_b8d3a24d9131_new_dataset_models.py
superset/migrations/versions/2021-12-02_12-03_abe27eaf93db_add_extra_config_column_to_alerts.py
superset/migrations/versions/2021-12-10_19-25_bb38f40aa3ff_add_force_screenshot_to_alerts_reports.py
superset/migrations/versions/2021-12-13_14-06_fe23025b9441_rename_big_viz_total_form_data_fields.py
superset/migrations/versions/2021-12-15_15-05_c53bae8f08dd_add_saved_query_foreign_key_to_tab_state.py
superset/migrations/versions/2021-12-17_16-56_31bb738bd1d2_move_pivot_table_v2_legacy_order_by_to_.py
superset/migrations/versions/2022-01-19_07-34_5fd49410a97a_add_columns_for_external_management.py
superset/migrations/versions/2022-01-28_16-03_5afbb1a5849b_add_embedded_dahshoard_table.py
superset/migrations/versions/2022-02-25_08-06_ab9a9d86e695_deprecate_time_range_endpoints.py
superset/migrations/versions/2022-03-02_09-20_b5a422d8e252_fix_query_and_saved_query_null_schema.py
superset/migrations/versions/2022-03-02_16-41_7293b0ca7944_change_adhoc_filter_b_from_none_to_.py
superset/migrations/versions/2022-03-04_09-59_6766938c6065_add_key_value_store.py
superset/migrations/versions/2022-03-16_21-07_8b841273bec3_sql_lab_models_database_constraint_updates.py
superset/migrations/versions/2022-03-16_23-24_58df9d617f14_add_on_saved_query_delete_tab_state_.py
superset/migrations/versions/2022-03-29_18-03_2ed890b36b94_rm_time_range_endpoints_from_qc.py
superset/migrations/versions/2022-04-01_14-38_a9422eeaae74_new_dataset_models_take_2.py
superset/migrations/versions/2022-04-04_15-04_b0d0249074e4_deprecate_time_range_endpoints_v2.py
superset/migrations/versions/2022-04-06_14-10_9d8a8d575284_.py
superset/migrations/versions/2022-04-14_17-21_cecc6bf46990_rm_time_range_endpoints_2.py
superset/migrations/versions/2022-04-18_11-20_ad07e4fdbaba_rm_time_range_endpoints_from_qc_3.py
superset/migrations/versions/2022-05-03_19-39_cbe71abde154_fix_report_schedule_and_log.py
superset/migrations/versions/2022-05-18_16-07_e786798587de_delete_none_permissions.py
superset/migrations/versions/2022-06-14_15-28_e09b4ae78457_resize_key_value_blob.py
superset/migrations/versions/2022-06-19_16-17_f3afaf1f11f0_add_unique_name_desc_rls.py
superset/migrations/versions/2022-06-27_14-59_7fb8bca906d2_permalink_rename_filterstate.py
superset/migrations/versions/2022-07-05_15-48_409c7b420ab0_add_created_by_fk_as_owner.py
superset/migrations/versions/2022-07-07_00-00_cdcf3d64daf4_add_user_id_dttm_idx_to_log_model.py
superset/migrations/versions/2022-07-07_13-00_c747c78868b6_migrating_legacy_treemap.py
superset/migrations/versions/2022-07-07_14-00_06e1e70058c7_migrating_legacy_area.py
superset/migrations/versions/2022-07-11_11-26_ffa79af61a56_rename_report_schedule_extra_to_extra_.py
superset/migrations/versions/2022-07-19_15-16_a39867932713_query_context_to_mediumtext.py
superset/migrations/versions/2022-08-16_15-23_6d3c6f9d665d_fix_table_chart_conditional_formatting_.py
superset/migrations/versions/2022-08-31_19-30_291f024254b5_drop_column_allow_multi_schema_metadata_fetch.py
superset/migrations/versions/2022-10-03_17-34_deb4c9d4a4ef_parameters_in_saved_queries.py
superset/migrations/versions/2022-10-20_10-48_f3c2d8ec8595_create_ssh_tunnel_credentials_tbl.py
superset/migrations/versions/2022-11-28_17-51_4ce1d9b25135_remove_filter_bar_orientation.py
superset/migrations/versions/2023-02-28_14-46_c0a3ea245b61_remove_show_native_filters.py
superset/migrations/versions/2023-03-05_10-06_d0ac08bb5b83_invert_horizontal_bar_chart_order.py
superset/migrations/versions/2023-03-17_13-24_b5ea9d343307_bar_chart_stack_options.py
superset/migrations/versions/2023-03-27_12-30_7e67aecbf3f1_chart_ds_constraint.py
superset/migrations/versions/2023-03-29_20-30_07f9a902af1b_drop_postgres_enum_constrains_for_tags.py
superset/migrations/versions/2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py
superset/migrations/versions/2023-05-11_12-41_4ea966691069_cross_filter_global_scoping.py
superset/migrations/versions/2023-06-01_13-13_83e1abbe777f_drop_access_request.py
superset/migrations/versions/2023-06-08_09-02_9ba2ce3086e5_migrate_pivot_table_v1_to_v2.py
superset/migrations/versions/2023-06-08_10-22_4c5da39be729_migrate_treemap_chart.py
superset/migrations/versions/2023-06-08_11-34_ae58e1e58e5c_migrate_dual_line_to_mixed_chart.py
superset/migrations/versions/2023-06-21_14-02_90139bf715e4_add_currency_column_to_metrics.py
superset/migrations/versions/2023-06-22_13-39_6fbe660cac39_add_on_delete_cascade_for_tables_references.py
superset/migrations/versions/2023-06-27_16-54_8e5b0fb85b9a_add_custom_size_columns_to_report.py
superset/migrations/versions/2023-06-28_19-49_bf646a0c1501_json_metadata.py
superset/migrations/versions/2023-06-29_18-38_240d23c7f86f_update_tag_model_w_description.py
superset/migrations/versions/2023-07-07_20-06_f92a3124dd66_drop_rouge_constraints_and_tables.py
superset/migrations/versions/2023-07-11_15-51_6d05b0a70c89_add_on_delete_cascade_for_owners_references.py
superset/migrations/versions/2023-07-12_20-34_e0f6f91c2055_create_user_favorite_table.py
superset/migrations/versions/2023-07-18_15-30_863adcf72773_delete_obsolete_druid_nosql_slice_parameters.py
superset/migrations/versions/2023-07-19_16-48_a23c6f8b1280_cleanup_erroneous_parent_filter_ids.py
superset/migrations/versions/2023-07-19_17-54_ee179a490af9_deckgl_path_width_units.py
superset/migrations/versions/2023-08-02_15-23_0769ef90fddd_fix_schema_perm_for_datasets.py
superset/migrations/versions/2023-08-08_14-14_2e826adca42c_log_json.py
superset/migrations/versions/2023-08-09_14-17_8ace289026f3_add_on_delete_cascade_for_dashboard_slices.py
superset/migrations/versions/2023-08-09_15-39_4448fa6deeb1__dd_on_delete_cascade_for_embedded_dashboards.py.py
superset/migrations/versions/2023-08-14_09-38_9f4a086c2676_add_normalize_columns_to_sqla_model.py
superset/migrations/versions/2023-08-22_11-09_ec54aca4c8a2_increase_ab_user_email_field_size.py
superset/migrations/versions/2023-09-06_13-18_317970b4400c_added_time_secondary_column_to_.py
superset/migrations/versions/2023-09-15_12-58_4b85906e5b91_add_on_delete_cascade_for_dashboard_roles.py
superset/migrations/versions/2023-12-01_12-03_b7851ee5522f_replay_317970b4400c.py
superset/migrations/versions/2023-12-15_17-58_06dd9ff00fe8_add_percent_calculation_type_funnel_.py
superset/migrations/versions/2024-01-05_16-20_65a167d4c62e_add_indexes_to_report_models.py
superset/migrations/versions/2024-01-16_13-14_59a1450b3c10_drop_filter_sets_table.py
superset/migrations/versions/2024-01-17_13-09_96164e3017c6_tagged_object_unique_constraint.py
superset/migrations/versions/2024-01-18_12-12_15a2c68a2e6b_merging_two_heads.py
superset/migrations/versions/2024-01-18_14-41_a32e0c4d8646_migrate_sunburst_chart.py
superset/migrations/versions/2024-01-18_15-20_214f580d09c9_migrate_filter_boxes_to_native_filters.py
superset/migrations/versions/2024-01-19_08-42_1cf8e4344e2b_merging.py
superset/migrations/versions/2024-01-19_10-03_e863403c0c50_drop_url_table.py
superset/migrations/versions/2024-02-07_17-13_87d38ad83218_migrate_can_view_and_drill_permission.py
superset/migrations/versions/2024-02-14_14-43_17fcea065655_change_text_to_mediumtext.py
superset/migrations/versions/2024-03-01_10-47_be1b217cd8cd_big_number_kpi_single_metric.py
superset/migrations/versions/2024-03-20_16-02_678eefb4ab44_add_access_token_table.py
superset/migrations/versions/2024-04-01_22-44_c22cb5c2e546_user_attr_avatar_url.py
superset/migrations/versions/2024-04-08_15-43_5ad7321c2169_mig_new_csv_upload_perm.py
superset/migrations/versions/2024-04-11_15-41_5f57af97bc3f_add_catalog_column.py
superset/migrations/versions/2024-04-17_14-04_d60591c5515f_mig_new_excel_upload_perm.py
superset/migrations/versions/2024-04-26_12-36_4a33124c18ad_mig_new_columnar_upload_perm.py
superset/migrations/versions/2024-05-01_10-52_58d051681a3b_add_catalog_perm_to_tables.py
superset/migrations/versions/2024-05-02_13-40_3dfd0e78650e_add_query_sql_editor_id_index.py
superset/migrations/versions/2024-05-06_11-37_645bb206f96c_.py
superset/migrations/versions/2024-05-08_19-33_4081be5b6b74_enable_catalog_in_databricks.py
superset/migrations/versions/2024-05-09_18-44_87ffc36f9842_enable_catalog_in_bigquery_presto_trino_.py
superset/migrations/versions/2024-05-09_19-19_f7b6750b67e8_change_mediumtext_to_longtext.py
superset/migrations/versions/2024-05-10_11-09_9621c6d56ffb_add_subject_column_to_report_schedule.py
superset/migrations/versions/2024-05-10_18-02_f84fde59123a_update_charts_with_old_time_comparison.py
superset/migrations/versions/2024-05-24_11-31_02f4f7811799_remove_sl_dataset_columns_table.py
superset/migrations/versions/2024-07-19_16-11_df3d7e2eb9a4_remove__customer_location_uc.py
superset/migrations/versions/2024-08-13_15-17_39549add7bfc_remove_sl_table_columns_table.py
superset/migrations/versions/2024-08-13_15-23_38f4144e8558_remove_sl_dataset_tables.py
superset/migrations/versions/2024-08-13_15-27_e53fd48cc078_remove_sl_dataset_users.py
superset/migrations/versions/2024-08-13_15-29_a6b32d2d07b1_remove_sl_columns.py
superset/migrations/versions/2024-08-13_15-31_007a1abffe7e_remove_sl_tables.py
superset/migrations/versions/2024-08-13_15-33_48cbb571fa3a_remove_sl_datasets.py
superset/migrations/versions/2024-09-25_17-59_7b17aa722e30_uuidmixin.py
superset/migrations/versions/2025-01-07_16-03_eb1c288c71c4_.py
superset/migrations/versions/2025-01-08_09-34_d482d51c15ca_remove_legacy_plugins_5_0.py
superset/migrations/versions/2025-01-22_14-34_74ad1125881c_converge_upload_permissions.py
superset/migrations/versions/2025-03-03_20-52_94e7a3499973_add_folders_column_to_dataset.py
superset/migrations/versions/2025-03-19_17-46_32bf93dfe2a4_add_on_cascade_in_fab_tables.py
superset/migrations/versions/2025-04-13_22-10_378cecfdba9f_merge_x_axis_sort_series_with_x_axis_.py
superset/migrations/versions/2025-04-30_11-04_f1edd4a4d4f2_metric_currency_should_be_json.py
superset/migrations/versions/2025-06-06_00-39_363a9b1e8992_convert_metric_currencies_from_str_to_json.py
superset/migrations/versions/2025-07-15_16-40_3fd555e76e3d_theme_crud.py
superset/migrations/versions/2025-07-15_18-41_cd1fb11291f2_add_theme_id_to_dashboard_model.py
superset/migrations/versions/2025-08-05_14-38_c233f5365c9e_is_system_default_is_system_dark.py
superset/migrations/versions/2025-11-12_12-54_x2s8ocx6rto6_expand_username_field_to_128_chars.py
superset/migrations/versions/2025-11-17_19-03_a9c01ec10479_add_datetime_format_to_table_columns.py
superset/migrations/versions/2025-11-18_14-00_9787190b3d89_add_currency_column_support.py
superset/migrations/versions/2025-12-16_12-00_f5b5f88d8526_fix_form_data_string_in_query_context.py
superset/migrations/versions/2025_12_18_0220_create_tasks_table.py
superset/migrations/versions/__init__.py
superset/models/__init__.py
superset/models/annotations.py
superset/models/cache.py
superset/models/core.py
superset/models/dashboard.py
superset/models/dynamic_plugins.py
superset/models/embedded_dashboard.py
superset/models/helpers.py
superset/models/slice.py
superset/models/sql_lab.py
superset/models/task_subscribers.py
superset/models/tasks.py
superset/models/user_attributes.py
superset/models/sql_types/__init__.py
superset/models/sql_types/base.py
superset/models/sql_types/mssql_sql_types.py
superset/models/sql_types/presto_sql_types.py
superset/queries/__init__.py
superset/queries/api.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/filters.py
superset/queries/saved_queries/schemas.py
superset/reports/__init__.py
superset/reports/api.py
superset/reports/filters.py
superset/reports/models.py
superset/reports/schemas.py
superset/reports/types.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/reports/notifications/slack_mixin.py
superset/reports/notifications/slackv2.py
superset/reports/notifications/webhook.py
superset/row_level_security/__init__.py
superset/row_level_security/api.py
superset/row_level_security/schemas.py
superset/security/__init__.py
superset/security/analytics_db_safety.py
superset/security/api.py
superset/security/guest_token.py
superset/security/manager.py
superset/sql/__init__.py
superset/sql/parse.py
superset/sql/dialects/__init__.py
superset/sql/dialects/db2.py
superset/sql/dialects/dremio.py
superset/sql/dialects/firebolt.py
superset/sql/dialects/pinot.py
superset/sql/execution/__init__.py
superset/sql/execution/celery_task.py
superset/sql/execution/executor.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/api.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/schemas.py
superset/sqllab/sql_json_executer.py
superset/sqllab/sqllab_execution_context.py
superset/sqllab/utils.py
superset/sqllab/validators.py
superset/sqllab/permalink/__init__.py
superset/sqllab/permalink/api.py
superset/sqllab/permalink/exceptions.py
superset/sqllab/permalink/schemas.py
superset/sqllab/permalink/types.py
superset/static/.gitkeep
superset/static/service-worker.js
superset/static/version_info.json
superset/static/assets/00578088a37a6252382e.chunk.js
superset/static/assets/0081e279bb4842883436.chunk.js
superset/static/assets/011450a192596005a96a.geojson
superset/static/assets/0128df8e339f6e7a3389.geojson
superset/static/assets/01755571581f208371a3.woff
superset/static/assets/023db878f10be2203b60.woff2
superset/static/assets/02aa3da57fa7e6674c51.geojson
superset/static/assets/02f9e7ef5cf29425f684.woff
superset/static/assets/0324453e532da2451cdd.woff
superset/static/assets/03564a5a53f635538283.chunk.js
superset/static/assets/03b8558dc5737f2af505.geojson
superset/static/assets/045dde1e05b73ab35d25.woff
superset/static/assets/04bb56ffa463ab55708d.woff
superset/static/assets/062321ff8a8844520dc5.woff
superset/static/assets/0653b3d7c07825887bbe.chunk.js
superset/static/assets/0657f92a4a22f207fef8.geojson
superset/static/assets/0682072e5bedb6d70785.geojson
superset/static/assets/06b80c4ad32a86cdd4c0.geojson
superset/static/assets/07868bbaf2308bd6ac1a.chunk.js
superset/static/assets/081b2e53053c361ddb54.woff2
superset/static/assets/08d815601648b4070f54.chunk.js
superset/static/assets/09397a5ccc95c07b3c99.chunk.js
superset/static/assets/097116bd6f588c1a13fa.geojson
superset/static/assets/09831322a25dc49bcbac.woff2
superset/static/assets/09f96545fb1fa22135a8.geojson
superset/static/assets/0a567f48058010e8654a.geojson
superset/static/assets/0a8a090289400fa38c5e.chunk.js
superset/static/assets/0b0dbd5e1c83188f8cd7.geojson
superset/static/assets/0b2992b1fb90a8e761c8.chunk.js
superset/static/assets/0b3cf83c7d1cde7c9962.chunk.js
superset/static/assets/0ba9afedfd1b769f0bae.chunk.js
superset/static/assets/0bb0832c8af44455613f.geojson
superset/static/assets/0c81833f89fbce366119.geojson
superset/static/assets/0cef616364a9e45506c9.woff2
superset/static/assets/0d91a975f010051e7150.woff2
superset/static/assets/0dcef489c4e0736ca333.geojson
superset/static/assets/0e09ef76583b483ab477.chunk.js
superset/static/assets/0e35c160873d5df696eb.geojson
superset/static/assets/0f4edd82aed53a1e1e8b.geojson
superset/static/assets/0f5f25bd053b0d9ffdd2.chunk.js
superset/static/assets/11ba31afc7ba2ecc4696.geojson
superset/static/assets/122d3754ee7de81cf642.geojson
superset/static/assets/12d89d0a49703681100e.geojson
superset/static/assets/12ede62e388083e7c01c.woff
superset/static/assets/1353d2d0499e3f7ef2d4.geojson
superset/static/assets/144a1549b072f9c268ca.geojson
superset/static/assets/1479f3538f675f82a66b.geojson
superset/static/assets/14bf3ec96678a8691c26.geojson
superset/static/assets/15083deeb53439b48cb0.woff
superset/static/assets/151cf39bb96ef48e017c.chunk.js
superset/static/assets/160cbb79d311c3ca2c74.geojson
superset/static/assets/167b706b2417bb705b62.geojson
superset/static/assets/16dcf9967f7238bba911.chunk.js
superset/static/assets/180.cccdbd54beda6503b6cf.entry.js
superset/static/assets/187.4af4f46c7e85c5f47495.entry.js
superset/static/assets/18a54e6b9cb87557ce41.chunk.js
superset/static/assets/18bff539a754228dfc4b.chunk.js
superset/static/assets/191cb263525fa812b355.geojson
superset/static/assets/1a30b5de5bc183e03887.chunk.js
superset/static/assets/1a30e4765169d17dafef.geojson
superset/static/assets/1af2921fde23fe6120b5.geojson
superset/static/assets/1b84d8ad2c67b7b5a885.chunk.js
superset/static/assets/1ccaa2d3f85910f81900.chunk.js
superset/static/assets/1db4f3b052b41dc94a2c.geojson
superset/static/assets/1dbef3026fee802bca5e.geojson
superset/static/assets/1dc155ec7f8623166f12.geojson
superset/static/assets/1de0773f094cfa574c86.geojson
superset/static/assets/1eed0d8e6171b38c1f67.geojson
superset/static/assets/1f50f8c13e3aae6c45c6.geojson
superset/static/assets/1fe596c43f13ac9f7002.chunk.js
superset/static/assets/200eea0a9142582cdc9a.geojson
superset/static/assets/20354f4647658b6b0935.geojson
superset/static/assets/204.d666effc615c1ebe1f43.chunk.css
superset/static/assets/210fb826cb25acbd4094.woff2
superset/static/assets/2190f7552b620c1d75a6.chunk.js
superset/static/assets/21c6f3838c4e78c890ea.geojson
superset/static/assets/21e091f03d314fb818b1.geojson
superset/static/assets/22e79605e2a51b55d319.chunk.js
superset/static/assets/22efef5a9577aab1a12a.geojson
superset/static/assets/22f5c9ad904d7c33da18.chunk.js
superset/static/assets/239f323e6786cfc387dd.chunk.js
superset/static/assets/2425306f596ef39b8373.geojson
superset/static/assets/248e73210b652e7e1616.geojson
superset/static/assets/25b7c495f686777a1c08.woff2
superset/static/assets/2673f65e81b80c520adf.chunk.js
superset/static/assets/26c613767fcfb19e1635.chunk.js
superset/static/assets/2701e9a606163de0d54d.geojson
superset/static/assets/273d73b0b97c05d90518.chunk.js
superset/static/assets/2773.8be6dc9ac15fef8fdab2.entry.js
superset/static/assets/2795.1e13f20970fe6e75fe32.entry.js
superset/static/assets/27e7f746d20c5f486151.geojson
superset/static/assets/2809ecbfba889d68cba7.chunk.js
superset/static/assets/286bda3325230e488ca5.chunk.js
superset/static/assets/28c2d25ce2d7e970f81b.geojson
superset/static/assets/296d66c0bba9086788b9.woff
superset/static/assets/2a7bfda6e36e42cab026.geojson
superset/static/assets/2a7e97e6d169be44c27d.geojson
superset/static/assets/2b13cc93b07c41b27134.woff2
superset/static/assets/2ba68339c805ffc9195a.geojson
superset/static/assets/2c02fae34378a937a850.geojson
superset/static/assets/2c47e01b64f03ba9fb58.woff
superset/static/assets/2cfbb05daffb105979db.chunk.js
superset/static/assets/2d554da309e5f04bf438.woff
superset/static/assets/2da6f58817606c2ba53d.chunk.js
superset/static/assets/2db640f40ae44f527a35.chunk.js
superset/static/assets/2ea1079c0069eb040a52.woff
superset/static/assets/2ea920aa8f89bb873f5b.chunk.js
superset/static/assets/2ed81c400a6d89fba8cf.chunk.js
superset/static/assets/2f93aaa35e870cec4704.woff
superset/static/assets/2fffaa34d2a84cb7f8c0.chunk.js
superset/static/assets/306fc1276dec40d6c30c.geojson
superset/static/assets/31cd33e7372a79eabc2d.woff2
superset/static/assets/3256.eddc7316ff43af74f4b8.chunk.css
superset/static/assets/32787826f58dbb95981a.woff2
superset/static/assets/32dc85f4f2d15c29e3c5.woff
superset/static/assets/33867b4d4bb670ef876e.geojson
superset/static/assets/33baf53284a4945f3543.chunk.js
superset/static/assets/34817f7b418cbd33e46e.geojson
superset/static/assets/3587f8b92d79c0c7d219.chunk.js
superset/static/assets/3598ed21cea95aee5832.chunk.js
superset/static/assets/3650860ded2f096c3257.geojson
superset/static/assets/369be52eafeec8ded6f8.geojson
superset/static/assets/37018d520dd476bf766c.chunk.js
superset/static/assets/37d5aa04f382a91ec35d.geojson
superset/static/assets/38388737c1ef69b5df0f.geojson
superset/static/assets/38b9091e030f553dce2c.chunk.js
superset/static/assets/397037a7cc1ed6f3012e.woff
superset/static/assets/39eb8e85d3e5384c29b2.chunk.js
superset/static/assets/3aed365174a9e6b52e9b.chunk.js
superset/static/assets/3b061a4a75ee4ab1a069.chunk.js
superset/static/assets/3b5123a6604653b64681.chunk.js
superset/static/assets/3b677678fa4fbdacd936.chunk.js
superset/static/assets/3b8558a6f5bf615e6496.geojson
superset/static/assets/3c11f6e3b18bc35a204e.chunk.js
superset/static/assets/3c14cfec25c1e10e9cc6.geojson
superset/static/assets/3c50ca64049ba16e7621.geojson
superset/static/assets/3cb29f43106750724e7b.chunk.js
superset/static/assets/3cd0aa4479fd1552f664.chunk.js
superset/static/assets/3cdaf82fa62495ee8113.geojson
superset/static/assets/3cf9a774e16b7ab9ac3a.chunk.js
superset/static/assets/3d666faa3fa88d8dec24.chunk.js
superset/static/assets/3f58a590bb757520791a.geojson
superset/static/assets/3f5b2ec08b2f083f5b86.geojson
superset/static/assets/401e5b3a2daf537b2738.chunk.js
superset/static/assets/40286f23d95a51d6447c.chunk.js
superset/static/assets/404.html
superset/static/assets/41556883b204f1519f73.chunk.js
superset/static/assets/41ccb28064ab7ba553f7.geojson
superset/static/assets/41eba09f07a764235636.geojson
superset/static/assets/4246aa3737cdd16f78f2.chunk.js
superset/static/assets/426bebab1399601dabe3.chunk.js
superset/static/assets/42efd0c6f1d766c50b77.geojson
superset/static/assets/433d8f5ffaa5c3747384.chunk.js
superset/static/assets/43646a56fdc1a43ede1d.chunk.js
superset/static/assets/4388628476103316c64d.geojson
superset/static/assets/442a87e42cf6ff1ca37e.chunk.js
superset/static/assets/44c9df135eec470b0ab6.woff2
superset/static/assets/44d9b069efdc6f85f4f5.chunk.js
superset/static/assets/45199eea8828315083bf.woff2
superset/static/assets/45d94e18ea1584491d6a.chunk.js
superset/static/assets/46fe6001360321990a1c.chunk.js
superset/static/assets/4723.ad8e52004eb5adad7158.entry.js
superset/static/assets/473c8b36982583e2123d.chunk.js
superset/static/assets/47ded6b6927a4ea55687.chunk.js
superset/static/assets/482c66df9cdf90d21a64.chunk.js
superset/static/assets/48468ecea659edf7a471.chunk.js
superset/static/assets/490106bfffa85956c9b0.chunk.js
superset/static/assets/496.21565ddfdb946dd6012a.entry.js
superset/static/assets/4979.5c8800d21adc6aace1bb.entry.js
superset/static/assets/49e9e5861e191449c5d9.chunk.js
superset/static/assets/4b50b70116878b4266ba.chunk.js
superset/static/assets/4b54d3aa26417b16ef2a.geojson
superset/static/assets/4b5fe078eb835adceb81.geojson
superset/static/assets/4b739caa5a8e085d95a6.chunk.js
superset/static/assets/4c452823a694a7a42e14.geojson
superset/static/assets/4ccb65341096d05661fb.chunk.js
superset/static/assets/4d0d5017d71ea1750fc1.woff
superset/static/assets/500.html
superset/static/assets/5014db633e71a7741bf5.woff
superset/static/assets/5037.d56aa78e5779995d016c.entry.js
superset/static/assets/503f937720553be064fb.chunk.js
superset/static/assets/5074d429766dcfa26f0e.woff
superset/static/assets/50796b7fc5ca8d3d2611.chunk.js
superset/static/assets/50b77b2079c8c4c4831a.chunk.js
superset/static/assets/50e1e5dfe27f2bd70f77.geojson
superset/static/assets/51996cfeab9526ebcee1.chunk.js
superset/static/assets/51e09f5a5255c3a0a005.chunk.js
superset/static/assets/51f7d0e7e541d196ab56.geojson
superset/static/assets/5215aea5445144b09605.geojson
superset/static/assets/5255dacf6d320ee48a86.chunk.js
superset/static/assets/525ca2d5b010495c9128.geojson
superset/static/assets/52bdf7642f685aaccf13.woff
superset/static/assets/533e6ac8a148a71b8541.geojson
superset/static/assets/53680faafcb7aa91f1c1.chunk.js
superset/static/assets/53e11b46e326384e74a2.chunk.js
superset/static/assets/5426.ef4eef3adff30dd1221b.chunk.css
superset/static/assets/5483f83eddaddee7cdc3.chunk.js
superset/static/assets/54dac5128b23aeb33c2e.chunk.js
superset/static/assets/54df1b26d2f6179ba40d.chunk.js
superset/static/assets/570828de0cc0443f7f20.geojson
superset/static/assets/573a63fc2860d5f183ff.woff
superset/static/assets/5796590afacda965154f.geojson
superset/static/assets/5874aba29857c4ee635d.geojson
superset/static/assets/593ff17204d89aed5905.chunk.js
superset/static/assets/5997389499620c119d7f.chunk.js
superset/static/assets/5aff8d703d82f88ef003.geojson
superset/static/assets/5b088869c3fde463cf6b.geojson
superset/static/assets/5b3787eb4877a4ae902e.chunk.js
superset/static/assets/5bd764256b067ee88560.chunk.js
superset/static/assets/5c46a357ea91911fc65d.woff2
superset/static/assets/5c59bb543d190bd0236f.woff2
superset/static/assets/5d11148cf713d2ddf354.woff2
superset/static/assets/5d2b83a5d5c3739f8f62.geojson
superset/static/assets/5d4ad979395da3663ff8.chunk.js
superset/static/assets/5d819df8ff6381ca47de.geojson
superset/static/assets/5ea650ae03b296355b04.chunk.js
superset/static/assets/5ebc362898a714564969.geojson
superset/static/assets/5ed4f158976f6808dde6.chunk.js
superset/static/assets/5ef96ecaa281d48c5427.chunk.js
superset/static/assets/5f1db05972ef2e8d5aa7.chunk.js
superset/static/assets/616.b761db3ffee0352d4c91.entry.js
superset/static/assets/62337e47a77e348525a1.geojson
superset/static/assets/62ae96eb35e4c5a6d4b0.chunk.js
superset/static/assets/62e52d18732359fb56ec.chunk.js
superset/static/assets/62f75e304205e02b52aa.chunk.js
superset/static/assets/63359c602e2c70d34cc9.chunk.js
superset/static/assets/6396e579318a55fb7e82.geojson
superset/static/assets/63d02ea896a7406849b6.woff2
superset/static/assets/6412cb41302803180f86.woff
superset/static/assets/6412e8118b4c45036b58.chunk.js
superset/static/assets/64278a6b5d79e06d59e7.chunk.js
superset/static/assets/644102abbc00c643c3b1.woff2
superset/static/assets/65024d5e62fbf1e7d2ad.chunk.js
superset/static/assets/65d72c6ae45c89300034.geojson
superset/static/assets/6680aa99b6975aa292b7.geojson
superset/static/assets/6707.08778436e91c428e3527.entry.js
superset/static/assets/674a0b03a6def2a38ae8.geojson
superset/static/assets/67c214fa6d6089f60ff5.chunk.js
superset/static/assets/67db8721fd1680200c93.chunk.js
superset/static/assets/68fe3074228f200e1b81.geojson
superset/static/assets/6934.21973e04a0c6388afd33.entry.js
superset/static/assets/6984cf5e8583fac83be3.woff2
superset/static/assets/699c0b504ae40a4104a9.chunk.js
superset/static/assets/69a8d1d484967aba2389.woff2
superset/static/assets/69e09a587b911ec8ad0f.woff
superset/static/assets/6a1deaff482a79d9c7d1.geojson
superset/static/assets/6a220bbdecca3753f316.geojson
superset/static/assets/6aebad446a9a3c4e7e14.geojson
superset/static/assets/6b3a79992ba29cadd573.chunk.js
superset/static/assets/6b59d530d9ed7bdb9717.chunk.js
superset/static/assets/6b5bba3c32768d31d881.geojson
superset/static/assets/6b8c9b8892a110949bcf.geojson
superset/static/assets/6bf9815a7b8688e1c289.woff
superset/static/assets/6c81ef1d6ac0c244f039.geojson
superset/static/assets/6c84649b4e8d2243dbf8.chunk.js
superset/static/assets/6d7baa811c66e84e6e39.woff
superset/static/assets/6db4db2e5ed489821726.chunk.js
superset/static/assets/6ec9ec5af876efb13e14.chunk.js
superset/static/assets/6f2c381c6b323811509a.chunk.js
superset/static/assets/6f813352c2e3857478b7.chunk.js
superset/static/assets/6fb04fbaa8e92bc2f1bb.chunk.js
superset/static/assets/7095bd6a46ae9f6e95f3.chunk.js
superset/static/assets/70c0bb4723e54a606b64.chunk.js
superset/static/assets/70daab0243391344bbdb.geojson
superset/static/assets/71a1542bee1cb2af4a6d.chunk.js
superset/static/assets/730d8e029927720aaf77.geojson
superset/static/assets/73e30f931f0ea34d5efd.geojson
superset/static/assets/741f3bccc1429e57fcbd.geojson
superset/static/assets/74ae7dc3b3ba0a11f004.chunk.js
superset/static/assets/74e572e03bb16bd1b809.geojson
superset/static/assets/767bcb354f92c4f0c087.chunk.js
superset/static/assets/76c8c2ddcb2cfb8e4b8c.geojson
superset/static/assets/76cdb44af6dff6f081bc.chunk.js
superset/static/assets/770a1f22534a72f304b0.geojson
superset/static/assets/7766e83ec0528d23cc91.chunk.js
superset/static/assets/7778.7b2de4d0e18b77fb8750.chunk.css
superset/static/assets/779633b06ddfa53ce163.geojson
superset/static/assets/784cab3b2fa104cb2e8a.chunk.js
superset/static/assets/786d13bbc63a26cb44b0.chunk.js
superset/static/assets/799ebd82be3737ae4780.chunk.js
superset/static/assets/7b07e19e14dae045ba5b.geojson
superset/static/assets/7b2de4d0e18b77fb8750.chunk.js
superset/static/assets/7ba9a3638338f1640483.chunk.js
superset/static/assets/7bff749a95dc0612fa35.woff
superset/static/assets/7c0b879909a83e488955.geojson
superset/static/assets/7cb2bc7566bc4052daa7.chunk.js
superset/static/assets/7d283d27e789605f4a16.chunk.js
superset/static/assets/7d2d5446a02b9a75d499.geojson
superset/static/assets/7dd31eb6bb9aba202616.chunk.js
superset/static/assets/7def3d1095f6fd0aeddf.chunk.js
superset/static/assets/7f6922e1a16c102d6a59.geojson
superset/static/assets/80013cf01edf0fb7bf0c.geojson
superset/static/assets/800af200dc3d24614afa.chunk.js
superset/static/assets/8085.c9404eff15a9d40f266f.entry.js
superset/static/assets/8115.76675986ca40a855bcca.entry.js
superset/static/assets/8148c3ae14dfaefc62ca.woff2
superset/static/assets/819d8f1b72da1d4de2ca.chunk.js
superset/static/assets/81df5e06da07f5c7587f.chunk.js
superset/static/assets/83c86cfda9c5fd96a471.woff
superset/static/assets/83f6ecdb6fd6d764e54a.geojson
superset/static/assets/840e4a3381eb1fde85ce.woff2
superset/static/assets/8464.e3326ef0204183ea8d95.entry.css
superset/static/assets/8464.e3326ef0204183ea8d95.entry.js
superset/static/assets/85398f513871cbf1dcbb.woff2
superset/static/assets/858a8ed0ab46cfe5187b.chunk.js
superset/static/assets/86003bb9fccfadfea3af.chunk.js
superset/static/assets/86767b636bf24e258b1f.chunk.js
superset/static/assets/88.fdc52b4840e72719ea67.entry.js
superset/static/assets/8818cad400728e742de4.geojson
superset/static/assets/882d94c85447e58b4292.chunk.js
superset/static/assets/883b5e4d36b7b0812ed4.woff
superset/static/assets/8851d776b8b33c4aaa98.geojson
superset/static/assets/88c66e65a21f7d0e0744.chunk.js
superset/static/assets/88cbbd655c619f7ddc12.chunk.js
superset/static/assets/897210be374a18b87208.chunk.js
superset/static/assets/89781e15fdcb17e5a781.geojson
superset/static/assets/898a46c86ce001e894bb.chunk.js
superset/static/assets/89a2903adc59285a5efa.woff
superset/static/assets/8a2491a1a6b7d7860fb4.geojson
superset/static/assets/8af13b9596a39e576621.chunk.js
superset/static/assets/8bae764d7aa9d2e581d2.geojson
superset/static/assets/8d086deb3801069cb1bd.chunk.js
superset/static/assets/8d459252b72d16f678f6.chunk.js
superset/static/assets/8eefefb4b46bebec1a3d.geojson
superset/static/assets/8fbd4b7d9701ed126c15.geojson
superset/static/assets/8fe9f90bf2502a95a8a6.chunk.js
superset/static/assets/917aebb0a0c15fd74f29.geojson
superset/static/assets/93171184aa48de0d6370.woff2
superset/static/assets/93d004c2f67a44bc392e.geojson
superset/static/assets/93f9e00744ba26615214.woff2
superset/static/assets/9427205266c6b8598627.chunk.js
superset/static/assets/9466c50b6a9101b2d39e.chunk.js
superset/static/assets/9478.a7df9b3d06fc34b9ba2d.entry.js
superset/static/assets/94d41adcc748e51befcb.geojson
superset/static/assets/94fcb5448bf449f56516.chunk.js
superset/static/assets/952.fcf16880ee68d8064d11.entry.js
superset/static/assets/9610ffcce19dfbcafff4.chunk.js
superset/static/assets/9778.48dd5d6f0a609e2432d2.chunk.css
superset/static/assets/97fb84d8fd58e25608d0.geojson
superset/static/assets/981111edcc21be09a443.geojson
superset/static/assets/988a2123be7528ae6c6e.geojson
superset/static/assets/98ff677db9d32dfae3a0.geojson
superset/static/assets/9bc67eff47e237863460.woff
superset/static/assets/9bf4ecf7c8758f9e563f.chunk.js
superset/static/assets/9bfb04e979b1fa0449cd.chunk.js
superset/static/assets/9ce179709ea0bc3d653e.chunk.js
superset/static/assets/9d3b8ebedb2e7665e78e.geojson
superset/static/assets/9d9740faa60480d36d2d.chunk.js
superset/static/assets/9e5e8cc403e1c70eafb5.chunk.js
superset/static/assets/9e7880a4d984f1f1f4b1.chunk.js
superset/static/assets/9ec3b40ece10debf7a33.woff
superset/static/assets/9f2af30ed71e594067f7.geojson
superset/static/assets/AlertReportList.37018d520dd476bf766c.chunk.css
superset/static/assets/Area1-dark.72f4cfcf.png
superset/static/assets/Area1.b13966ae.png
superset/static/assets/Bar1-dark.d04f524b.png
superset/static/assets/Bar1.05db33fe.png
superset/static/assets/Bar2-dark.d6ebd168.png
superset/static/assets/Bar2.c41826d8.png
superset/static/assets/Bar3-dark.dd56275a.png
superset/static/assets/Bar3.0ace6ce6.png
superset/static/assets/BigNumber-dark.2c383973.jpg
superset/static/assets/BigNumber.b33901bf.jpg
superset/static/assets/BigNumber2-dark.b66e7f58.jpg
superset/static/assets/BigNumber2.3f1427c2.jpg
superset/static/assets/Big_Number_Trendline-dark.49afed71.jpg
superset/static/assets/Big_Number_Trendline.bccce4c1.jpg
superset/static/assets/BoxPlot-dark.b7ed8b66.jpg
superset/static/assets/BoxPlot.1833526f.jpg
superset/static/assets/Chart.5bd764256b067ee88560.chunk.css
superset/static/assets/DashboardContainer.593ff17204d89aed5905.chunk.css
superset/static/assets/Horizon_Chart-dark.12cc2d13.jpg
superset/static/assets/Horizon_Chart.7b46c45c.jpg
superset/static/assets/Line1-dark.efb78f07.png
superset/static/assets/Line1.7282d4c8.png
superset/static/assets/Line2-dark.3fc3f483.png
superset/static/assets/Line2.c13c8aae.png
superset/static/assets/MapBox-dark.fb4bfb97.jpg
superset/static/assets/MapBox.6e6f79c8.jpg
superset/static/assets/MapBox2-dark.6337d5b5.jpg
superset/static/assets/MapBox2.c7ebf0a1.jpg
superset/static/assets/Pie1-dark.b5fe2dec.jpg
superset/static/assets/Pie1.2cbe969f.jpg
superset/static/assets/Pie2-dark.f96f65b8.jpg
superset/static/assets/Pie2.42fece24.jpg
superset/static/assets/Pie3-dark.bf51ec87.jpg
superset/static/assets/Pie3.8c46d429.jpg
superset/static/assets/Pie4-dark.3805ede2.jpg
superset/static/assets/Pie4.8bdccf82.jpg
superset/static/assets/Scatter1-dark.f7bedf12.png
superset/static/assets/Scatter1.665fe2f7.png
superset/static/assets/SmoothLine1-dark.e1b3e449.png
superset/static/assets/SmoothLine1.97fed005.png
superset/static/assets/Step1-dark.a796dd63.png
superset/static/assets/Step1.297e1ce0.png
superset/static/assets/Step2-dark.ddd63773.png
superset/static/assets/Step2.10e90fb7.png
superset/static/assets/Sunburst1-dark.ff783a77.png
superset/static/assets/Sunburst1.241865fc.png
superset/static/assets/Sunburst2-dark.51dd5d9a.png
superset/static/assets/Sunburst2.3421fc35.png
superset/static/assets/Table-dark.0e3e33f4.jpg
superset/static/assets/Table.f8a6698c.jpg
superset/static/assets/Table2-dark.5d7ab424.jpg
superset/static/assets/Table2.c8533c18.jpg
superset/static/assets/Table3-dark.e4a247ae.jpg
superset/static/assets/Table3.8997ea72.jpg
superset/static/assets/Time-series_Chart-dark.7d41cc3b.jpg
superset/static/assets/Time-series_Chart.8ff488d2.jpg
superset/static/assets/Word_Cloud-dark.f27da0ec.jpg
superset/static/assets/Word_Cloud.3d210efb.jpg
superset/static/assets/Word_Cloud_2-dark.7f4ba49e.jpg
superset/static/assets/Word_Cloud_2.2a94fb99.jpg
superset/static/assets/WorldMap1-dark.51ac551a.jpg
superset/static/assets/WorldMap1.da13410b.jpg
superset/static/assets/WorldMap2-dark.30a2cc42.jpg
superset/static/assets/WorldMap2.2ace1986.jpg
superset/static/assets/a0fdc6891d1e4db3d4fc.chunk.js
superset/static/assets/a16272feef4424bdbb5e.geojson
superset/static/assets/a1db67fec99d59e07bbf.geojson
superset/static/assets/a1fc5384545ba0657d83.woff2
superset/static/assets/a21ab993e13c33a467eb.chunk.js
superset/static/assets/a285fffb6e0e260f9a48.chunk.js
superset/static/assets/a2a19474e9f1def5f154.geojson
superset/static/assets/a318250a9add1fc26dd1.geojson
superset/static/assets/a3277e9f9492a7900047.chunk.js
superset/static/assets/a34493c070c29fc814da.geojson
superset/static/assets/a3acd166ee35ecbbc2b3.geojson
superset/static/assets/a410039ab3d977a455cb.geojson
superset/static/assets/a4add407ff850c6738f9.woff
superset/static/assets/a5662ff88f391d7f3e20.chunk.js
superset/static/assets/a58a718add4b9a11b96f.chunk.js
superset/static/assets/a647627c9b3cfe70e7c8.woff
superset/static/assets/a6598a70f946b0c78b41.chunk.js
superset/static/assets/a66bc8508a3063e3d2e8.chunk.js
superset/static/assets/a88f0fceb0bc02ee8c76.geojson
superset/static/assets/a8de720a6f13c66c8a4e.woff2
superset/static/assets/a98c651e3562a5c4c739.geojson
superset/static/assets/a9e5c448d99453d4b950.chunk.js
superset/static/assets/aaa15d735e3826061950.woff
superset/static/assets/ab0cb3894eefdbc3c5b6.chunk.js
superset/static/assets/abdc7b7ce61dc047740f.geojson
superset/static/assets/ac1a06465c32ce7312bc.geojson
superset/static/assets/ac5997fae047b9ea446a.geojson
superset/static/assets/acb30b4be955128a0919.chunk.js
superset/static/assets/acbf296481a133b31c7a.woff2
superset/static/assets/adde41cc8b392f521bf7.chunk.js
superset/static/assets/ae016e9cf3b449f55a4e.chunk.js
superset/static/assets/ae9598b81300c339626a.geojson
superset/static/assets/aec17622f1ceb4c0d65b.geojson
superset/static/assets/af64950f2a0ae66ede5e.chunk.js
superset/static/assets/af6f6ceac09e421720e9.geojson
superset/static/assets/b038bc2fea08bab999a9.geojson
superset/static/assets/b0428532a761cbdaba2f.chunk.js
superset/static/assets/b079c1d1ab17aa3e987d.geojson
superset/static/assets/b187635a3d8a0b90faa0.woff2
superset/static/assets/b2ff27929219b3d66139.geojson
superset/static/assets/b342109865380410ef2d.geojson
superset/static/assets/b538af8e1a39c838bb2e.chunk.js
superset/static/assets/b7112af7301a21fb3cfe.chunk.js
superset/static/assets/b71c612f17091bf43e25.chunk.js
superset/static/assets/b74f0e2f2f196c6895b6.chunk.js
superset/static/assets/b7b7f463551269680a7a.chunk.js
superset/static/assets/b7c27c60f848f2083f45.woff2
superset/static/assets/b87503622e39ba3333d5.geojson
superset/static/assets/b9dcbca183ac93f02061.woff2
superset/static/assets/b9e66c9b5f81ea64363f.geojson
superset/static/assets/ba534fd01cfb3dd43d53.chunk.js
superset/static/assets/ba5bdf014251dc1d1c81.chunk.js
superset/static/assets/bc54143cc96b834b989b.geojson
superset/static/assets/bc5a1e86de628a4fa9fd.geojson
superset/static/assets/bccafb6625b7243bc04c.chunk.js
superset/static/assets/bd9b493bc8ffc8be222f.geojson
superset/static/assets/bdfd1501367bc18126be.geojson
superset/static/assets/be052655d3416a9722d6.geojson
superset/static/assets/bf3255999b1d37a76dcb.geojson
superset/static/assets/bf4e18b2985eb00c3c23.chunk.js
superset/static/assets/bf60fc9b7cefd5494157.chunk.js
superset/static/assets/bf70dd0f592a2f166cff.chunk.js
superset/static/assets/c009b2fc82889fbd3602.geojson
superset/static/assets/c15f5b8ee453d3a40033.geojson
superset/static/assets/c17a681d568b3fcc1dde.geojson
superset/static/assets/c1db5c221cff7ab7d733.chunk.js
superset/static/assets/c28c19b51fcc5afd6835.woff2
superset/static/assets/c3ac6ca9d8b830e18112.chunk.js
superset/static/assets/c45eb9547383e10d0f20.woff
superset/static/assets/c4cf70693b81b852547e.chunk.js
superset/static/assets/c4e9670d9766347b6fe2.chunk.js
superset/static/assets/c52d887893a28470e10e.chunk.js
superset/static/assets/c56696b3ba1bd2306212.woff
superset/static/assets/c5a38b926939e1f1ca99.woff2
superset/static/assets/c5cd6cf90368aafb2d88.geojson
superset/static/assets/c616205185f0d3677df9.woff
superset/static/assets/c649db59d6b00c8fb2f3.geojson
superset/static/assets/c676f175d430bd465724.woff
superset/static/assets/c6f862a99064981cc8ee.woff2
superset/static/assets/c8a7cddec49294a9e8ba.woff2
superset/static/assets/c974667c9d56bda78762.chunk.js
superset/static/assets/c9763895647970f00293.geojson
superset/static/assets/c9c7b3077ee29792d7e3.chunk.js
superset/static/assets/ca9731b9c2ee3b3019ad.geojson
superset/static/assets/caa6ca196fe6866fb0ee.geojson
superset/static/assets/cb04b2ee2f7d192478b8.woff2
superset/static/assets/cb82f5f455398d107e1a.chunk.js
superset/static/assets/cc8f07beca951267aec5.geojson
superset/static/assets/cc9c246ae6d72996f1d1.woff
superset/static/assets/ccdf83d11832db608982.chunk.js
superset/static/assets/cd2a1a0051a42e130c40.chunk.js
superset/static/assets/cd5f0922a60470e1bde4.woff
superset/static/assets/cd7d61390013409c3d21.chunk.js
superset/static/assets/cdb4dd5dc508fe6e7398.woff2
superset/static/assets/ce04a016fd28d5ce6d5b.geojson
superset/static/assets/ce60970447cde0dd1582.woff2
superset/static/assets/ce67855b1da0a9f17586.geojson
superset/static/assets/cf4c760d3acbbd3dbfad.woff
superset/static/assets/cf92096b236631636c26.geojson
superset/static/assets/cffc46e032239649b130.geojson
superset/static/assets/chord-dark.f5d4330e.jpg
superset/static/assets/chord.446d549d.jpg
superset/static/assets/d0b5e5bd234a260fc71c.geojson
superset/static/assets/d1f0a9ecd9eb7880c181.geojson
superset/static/assets/d4e725bc424dbf53dc36.woff
superset/static/assets/d541544e812f21bcec3b.geojson
superset/static/assets/d55691c9f7a1b30bbfa1.chunk.js
superset/static/assets/d5e3e085774a8a73f892.chunk.js
superset/static/assets/d612f186e2f08629ff9e.chunk.js
superset/static/assets/d6606287fd4b329f5c2c.chunk.js
superset/static/assets/d666effc615c1ebe1f43.chunk.js
superset/static/assets/d67b60aab8873654d217.geojson
superset/static/assets/d684d9c548a89262584b.geojson
superset/static/assets/d6998bce4e6308bf5c99.chunk.js
superset/static/assets/d8cdf8f339f5fe588837.geojson
superset/static/assets/da4cbff56cfb96f066e4.chunk.js
superset/static/assets/dc5236e83948d348bcdc.geojson
superset/static/assets/dc965d237be3b85c88c3.geojson
superset/static/assets/dcb1b68b33ae5a87cba4.chunk.js
superset/static/assets/de6f63dee537e09b1ff7.chunk.js
superset/static/assets/debd93e5ca5313a6d262.woff
superset/static/assets/ded29697c9965aff89a0.geojson
superset/static/assets/df2675d8956a3483617d.chunk.js
superset/static/assets/e0924a5df90d4ac58c3c.chunk.js
superset/static/assets/e189880aa67b69cf37df.geojson
superset/static/assets/e280c27259a386638eca.chunk.js
superset/static/assets/e2b62abfc85870758599.geojson
superset/static/assets/e41dc96f9dee65ae9144.geojson
superset/static/assets/e44f3ac21cd8b4daf9d8.geojson
superset/static/assets/e45110aa1c481a11e138.geojson
superset/static/assets/e4b29fdda31f156d1d19.geojson
superset/static/assets/e506ae2b6372660dd3cf.chunk.js
superset/static/assets/e78997a073d558296806.chunk.js
superset/static/assets/e96f17ea0cf4e393f72f.chunk.js
superset/static/assets/eaa0d1733c1fa1317ce8.chunk.js
superset/static/assets/eae1b58eae9d333d3044.geojson
superset/static/assets/ebca3e9b537d90aa2f9a.geojson
superset/static/assets/ec61d69da658d98c78e8.geojson
superset/static/assets/eca1e21531598d5db58f.woff2
superset/static/assets/eccdda5d27580b775646.chunk.js
superset/static/assets/ecd3161813560194fe4f.woff2
superset/static/assets/ecfea857057c80cc31b9.geojson
superset/static/assets/ed4834792fc56b426ff2.geojson
superset/static/assets/ed7b74ad81ac9a3b77a4.geojson
superset/static/assets/eda4ad00e75f4c89799a.geojson
superset/static/assets/eddc7316ff43af74f4b8.chunk.js
superset/static/assets/ee9ae85163f04532a5b4.woff2
superset/static/assets/eef7bca5e924eea00dc8.geojson
superset/static/assets/ef4eef3adff30dd1221b.chunk.js
superset/static/assets/ef58eabf6477b9e998b4.geojson
superset/static/assets/embedded.77864a3caa9242b19231.entry.js
superset/static/assets/error404.1a147451.png
superset/static/assets/error500.b01fb73b.png
superset/static/assets/example-dark.08f0cc98.jpg
superset/static/assets/example-dark.094abc55.png
superset/static/assets/example-dark.0a8968a0.png
superset/static/assets/example-dark.12773710.jpg
superset/static/assets/example-dark.1e544b04.jpg
superset/static/assets/example-dark.1eb25c94.png
superset/static/assets/example-dark.23cc8e39.jpg
superset/static/assets/example-dark.250a9002.png
superset/static/assets/example-dark.2c06b543.png
superset/static/assets/example-dark.3f02134a.png
superset/static/assets/example-dark.4f99e246.jpg
superset/static/assets/example-dark.6856d54e.jpg
superset/static/assets/example-dark.7b0602d7.png
superset/static/assets/example-dark.7de75ac1.png
superset/static/assets/example-dark.84f100b7.jpg
superset/static/assets/example-dark.8d32213e.jpg
superset/static/assets/example-dark.9b4d18ee.png
superset/static/assets/example-dark.b2d7d255.jpg
superset/static/assets/example-dark.d31e6a27.jpg
superset/static/assets/example-dark.e25835e0.png
superset/static/assets/example-dark.edd12be2.jpg
superset/static/assets/example-dark.f3835516.png
superset/static/assets/example-dark.fe35c827.jpg
superset/static/assets/example.0df299a4.jpg
superset/static/assets/example.197589e8.png
superset/static/assets/example.2018d670.jpg
superset/static/assets/example.2f2c30c6.png
superset/static/assets/example.361d67a3.png
superset/static/assets/example.537c9da1.jpg
superset/static/assets/example.61c54865.jpg
superset/static/assets/example.631c3b05.jpg
superset/static/assets/example.661644db.jpg
superset/static/assets/example.6c27c627.jpg
superset/static/assets/example.6f0d126b.jpg
superset/static/assets/example.71df2d6f.png
superset/static/assets/example.74513bdf.jpg
superset/static/assets/example.789fda46.png
superset/static/assets/example.7de75ac1.png
superset/static/assets/example.a260f7bd.png
superset/static/assets/example.b2236be9.jpg
superset/static/assets/example.b4ba0c5a.jpg
superset/static/assets/example.c37b40b5.png
superset/static/assets/example.d91f44db.png
superset/static/assets/example.d9a48098.png
superset/static/assets/example.e9179e8a.png
superset/static/assets/example.f2f6c07c.jpg
superset/static/assets/example1-dark.08a2cec8.png
superset/static/assets/example1-dark.0fbe72a6.png
superset/static/assets/example1-dark.17ee3559.jpg
superset/static/assets/example1-dark.2327e0b1.png
superset/static/assets/example1-dark.32aad753.jpg
superset/static/assets/example1-dark.37335c70.jpg
superset/static/assets/example1-dark.4f2621fe.png
superset/static/assets/example1-dark.8bbb8829.png
superset/static/assets/example1-dark.a03dfa6d.jpg
superset/static/assets/example1-dark.c092f5cc.jpg
superset/static/assets/example1-dark.d86a23df.png
superset/static/assets/example1-dark.f7183c9e.png
superset/static/assets/example1.023a2d67.png
superset/static/assets/example1.198466c2.jpg
superset/static/assets/example1.297446aa.jpg
superset/static/assets/example1.34be4dd6.jpg
superset/static/assets/example1.56ea6b14.png
superset/static/assets/example1.6c4d3e0c.jpg
superset/static/assets/example1.7fb85f88.png
superset/static/assets/example1.96a009c1.png
superset/static/assets/example1.b8069aef.jpg
superset/static/assets/example1.bc09e45a.png
superset/static/assets/example1.bd493731.png
superset/static/assets/example1.f68a646e.png
superset/static/assets/example2-dark.129ce786.png
superset/static/assets/example2-dark.15549d82.jpg
superset/static/assets/example2-dark.436b24a5.png
superset/static/assets/example2-dark.47783ed4.png
superset/static/assets/example2-dark.4cc82eef.png
superset/static/assets/example2-dark.736d6c21.jpg
superset/static/assets/example2-dark.b572c5bc.jpg
superset/static/assets/example2-dark.bad81fef.png
superset/static/assets/example2-dark.c18ff78a.jpg
superset/static/assets/example2-dark.c264cd28.png
superset/static/assets/example2-dark.ca15ba20.jpg
superset/static/assets/example2-dark.e65a3023.png
superset/static/assets/example2.0ce27c6f.png
superset/static/assets/example2.11a0c9f5.png
superset/static/assets/example2.15d8bad2.png
superset/static/assets/example2.1e997473.png
superset/static/assets/example2.207fccfb.png
superset/static/assets/example2.32569ac7.png
superset/static/assets/example2.5c0aa0f4.jpg
superset/static/assets/example2.65d169da.jpg
superset/static/assets/example2.c63be840.png
superset/static/assets/example2.ea481d57.jpg
superset/static/assets/example2.ef2d1091.jpg
superset/static/assets/example2.f7e90b3e.jpg
superset/static/assets/example3-dark.0338ceae.png
superset/static/assets/example3-dark.ecc93f88.png
superset/static/assets/example3.89a5d8fd.png
superset/static/assets/example3.8faa0540.png
superset/static/assets/exampleGermany-dark.f7eddc35.jpg
superset/static/assets/exampleGermany.db162ad7.jpg
superset/static/assets/exampleUsa-dark.f3355f71.jpg
superset/static/assets/exampleUsa.5007a9ac.jpg
superset/static/assets/f01e7f4cacb1e19cb1be.chunk.js
superset/static/assets/f10265da6bd8d66999ac.woff
superset/static/assets/f10f6f96b887d333d56e.geojson
superset/static/assets/f1751d79746c1628152f.chunk.js
superset/static/assets/f261a43a6315f4515c02.chunk.js
superset/static/assets/f2fa0d9ef98f59d4a75b.woff2
superset/static/assets/f35c619d3f92128298c7.geojson
superset/static/assets/f468712e715ba69de03c.geojson
superset/static/assets/f48f5a1b2502691f1b8a.geojson
superset/static/assets/f49880f217d0963239e8.geojson
superset/static/assets/f4f79470ca1a7e58809e.chunk.js
superset/static/assets/f500ea2f893350207a14.geojson
superset/static/assets/f6b9c9cf956fbb0fe206.chunk.js
superset/static/assets/f7baefd944a922598c1c.chunk.js
superset/static/assets/f7bcb840e3ecc6b0bc18.geojson
superset/static/assets/f7e5e93419bdcdbcd67b.geojson
superset/static/assets/f8415d9b36cfc0cf8377.geojson
superset/static/assets/f8d96406c3b0903ba3ab.geojson
superset/static/assets/f93560c890e31fe9e1a4.chunk.js
superset/static/assets/fa0747293826f3ba17f2.woff2
superset/static/assets/fa2da88d0322dfa2ac45.geojson
superset/static/assets/fac6e54fed19e8643fed.geojson
superset/static/assets/favicon.e3bafb62.png
superset/static/assets/fb7c357dd1c426ce94d2.chunk.js
superset/static/assets/fbb1b1337faea923ebd5.geojson
superset/static/assets/fbe7f68283dcaf56461b.chunk.js
superset/static/assets/fbf331fb28b15afe8d74.chunk.js
superset/static/assets/fc10852a56b3a77ddebe.chunk.js
superset/static/assets/fd1478dcc74de00ee4c0.woff2
superset/static/assets/fd7196f6c8deee747dfa.geojson
superset/static/assets/fdca68ccc2e31ce5ffb7.chunk.js
superset/static/assets/fe4cdd6e7dcd5c4271b9.chunk.js
superset/static/assets/fe7c61f32d2ef60d7686.chunk.js
superset/static/assets/feaf7df8ccae772a61a3.chunk.js
superset/static/assets/fefd651d19b3943bf4b8.chunk.js
superset/static/assets/ffeb48b786893aafc92c.chunk.js
superset/static/assets/loading.cff8a5da.gif
superset/static/assets/manifest.json
superset/static/assets/menu.a57b88ab099abacf5122.entry.js
superset/static/assets/package.json
superset/static/assets/preamble.41f82ccf64d970b0f3c5.entry.js
superset/static/assets/pwa-manifest.json
superset/static/assets/spa.e7e85d0be367794ec562.entry.js
superset/static/assets/theme.3f2172f95ce949e8afc6.entry.js
superset/static/assets/thumbnail-dark.0d18f70d.png
superset/static/assets/thumbnail-dark.0d4cf414.png
superset/static/assets/thumbnail-dark.1acf218b.png
superset/static/assets/thumbnail-dark.341bc9fe.png
superset/static/assets/thumbnail-dark.4f99e246.png
superset/static/assets/thumbnail-dark.4fa959ff.png
superset/static/assets/thumbnail-dark.5155d53b.png
superset/static/assets/thumbnail-dark.51a978d3.png
superset/static/assets/thumbnail-dark.51e6ff2d.png
superset/static/assets/thumbnail-dark.5636fb35.png
superset/static/assets/thumbnail-dark.5fa100fe.png
superset/static/assets/thumbnail-dark.669785f7.png
superset/static/assets/thumbnail-dark.66ee99c5.png
superset/static/assets/thumbnail-dark.69e91df8.png
superset/static/assets/thumbnail-dark.6e8e7561.png
superset/static/assets/thumbnail-dark.7789072d.png
superset/static/assets/thumbnail-dark.78b13c3d.png
superset/static/assets/thumbnail-dark.79218726.png
superset/static/assets/thumbnail-dark.7aa18ce1.png
superset/static/assets/thumbnail-dark.7e12b555.png
superset/static/assets/thumbnail-dark.81938f99.png
superset/static/assets/thumbnail-dark.82fdc827.png
superset/static/assets/thumbnail-dark.83bc05b9.png
superset/static/assets/thumbnail-dark.85f52336.png
superset/static/assets/thumbnail-dark.8607e4fa.png
superset/static/assets/thumbnail-dark.89d2300c.png
superset/static/assets/thumbnail-dark.8d4765e7.png
superset/static/assets/thumbnail-dark.8f15c75d.png
superset/static/assets/thumbnail-dark.9f579934.png
superset/static/assets/thumbnail-dark.a5307f41.png
superset/static/assets/thumbnail-dark.a561054f.png
superset/static/assets/thumbnail-dark.a80e4ab8.png
superset/static/assets/thumbnail-dark.a8e8443d.png
superset/static/assets/thumbnail-dark.abce0526.png
superset/static/assets/thumbnail-dark.ace5dba0.png
superset/static/assets/thumbnail-dark.b16493cb.png
superset/static/assets/thumbnail-dark.b290682b.png
superset/static/assets/thumbnail-dark.babce034.png
superset/static/assets/thumbnail-dark.caad2421.png
superset/static/assets/thumbnail-dark.cb411f3f.png
superset/static/assets/thumbnail-dark.d0ffb7ae.png
superset/static/assets/thumbnail-dark.d45c7d02.png
superset/static/assets/thumbnail-dark.d547a498.png
superset/static/assets/thumbnail-dark.d7245354.png
superset/static/assets/thumbnail-dark.dcf3c491.png
superset/static/assets/thumbnail-dark.dd29cd8e.png
superset/static/assets/thumbnail-dark.dd7e909e.png
superset/static/assets/thumbnail-dark.e2517bf4.png
superset/static/assets/thumbnail-dark.e7c50181.png
superset/static/assets/thumbnail-dark.e8cd4936.png
superset/static/assets/thumbnail-dark.e9235c2d.png
superset/static/assets/thumbnail-dark.e9f1087c.png
superset/static/assets/thumbnail-dark.eae9d9e2.png
superset/static/assets/thumbnail-dark.eb07d3dd.png
superset/static/assets/thumbnail-dark.ecbb52a7.png
superset/static/assets/thumbnail-dark.ee1a7db4.png
superset/static/assets/thumbnail.013ae6a4.png
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.154cdccd.png
superset/static/assets/thumbnail.1a9ace38.png
superset/static/assets/thumbnail.1e4e5b08.png
superset/static/assets/thumbnail.22e46caa.png
superset/static/assets/thumbnail.241865fc.png
superset/static/assets/thumbnail.2b21fc4a.png
superset/static/assets/thumbnail.2ec285ca.png
superset/static/assets/thumbnail.394cbcc9.png
superset/static/assets/thumbnail.3b5aef49.png
superset/static/assets/thumbnail.4a9b5e62.png
superset/static/assets/thumbnail.50c780c0.png
superset/static/assets/thumbnail.5d5ddfcc.png
superset/static/assets/thumbnail.5ec3e6bd.png
superset/static/assets/thumbnail.60104e6d.png
superset/static/assets/thumbnail.652ad50f.png
superset/static/assets/thumbnail.6a0f4c32.png
superset/static/assets/thumbnail.6b7ac120.png
superset/static/assets/thumbnail.76dd9cc1.png
superset/static/assets/thumbnail.8d7d3cbe.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.a55df64a.png
superset/static/assets/thumbnail.a924bed4.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.b290682b.png
superset/static/assets/thumbnail.b627d1a4.png
superset/static/assets/thumbnail.b751c252.png
superset/static/assets/thumbnail.c2670397.png
superset/static/assets/thumbnail.c501c39d.png
superset/static/assets/thumbnail.d29dbe85.png
superset/static/assets/thumbnail.d2ebb8b7.png
superset/static/assets/thumbnail.e3f36081.png
superset/static/assets/thumbnail.e4167e92.png
superset/static/assets/thumbnail.e556fb5f.png
superset/static/assets/thumbnail.e8cd4936.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.f9f81855cbe7b911ff2f.entry.js
superset/static/assets/thumbnail.fa7923e8.png
superset/static/assets/tree-dark.f8d0b141.png
superset/static/assets/tree.4b27c6bb.png
superset/static/assets/treemap_v2_1-dark.e68080a5.png
superset/static/assets/treemap_v2_1.f997bb13.png
superset/static/assets/treemap_v2_2-dark.e31be92d.jpg
superset/static/assets/treemap_v2_2.bac597e9.jpg
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/couchbase.svg
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/dashboard.svg
superset/static/assets/images/databend.png
superset/static/assets/images/databricks.png
superset/static/assets/images/db2.png
superset/static/assets/images/doris.png
superset/static/assets/images/druid.png
superset/static/assets/images/druid_agg.png
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/firebolt.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/no-columns.svg
superset/static/assets/images/noimg.png
superset/static/assets/images/oceanbase.svg
superset/static/assets/images/oracle.png
superset/static/assets/images/pinot.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/starrocks.png
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/teradata.png
superset/static/assets/images/timescale.png
superset/static/assets/images/trino.png
superset/static/assets/images/union.png
superset/static/assets/images/vertica.png
superset/static/assets/images/yugabyte.png
superset/static/assets/images/BSOFT/static/icon.svg
superset/static/assets/images/BSOFT/static/logo-dark.png
superset/static/assets/images/BSOFT/static/logo.png
superset/static/assets/images/icons/ballot.svg
superset/static/assets/images/icons/big_number_chart_tile.svg
superset/static/assets/images/icons/binoculars.svg
superset/static/assets/images/icons/category.svg
superset/static/assets/images/icons/certified.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_solid.svg
superset/static/assets/images/icons/drag.svg
superset/static/assets/images/icons/error_solid_small_red.svg
superset/static/assets/images/icons/full.svg
superset/static/assets/images/icons/layers.svg
superset/static/assets/images/icons/move.svg
superset/static/assets/images/icons/multiple.svg
superset/static/assets/images/icons/queued.svg
superset/static/assets/images/icons/redo.svg
superset/static/assets/images/icons/running.svg
superset/static/assets/images/icons/sigma.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/square.svg
superset/static/assets/images/icons/triangle_down.svg
superset/static/assets/images/icons/undo.svg
superset/static/assets/images/pwa/icon-192.png
superset/static/assets/images/pwa/icon-512.png
superset/static/assets/images/pwa/screenshot-narrow.png
superset/static/assets/images/pwa/screenshot-wide.png
superset/static/assets/images/screenshots/explore.jpg
superset/static/assets/images/screenshots/gallery.jpg
superset/static/assets/images/screenshots/slack_dash.jpg
superset/static/assets/images/screenshots/sql_lab.jpg
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/uploads/.gitkeep
superset/tables/__init__.py
superset/tags/__init__.py
superset/tags/api.py
superset/tags/core.py
superset/tags/exceptions.py
superset/tags/filters.py
superset/tags/models.py
superset/tags/schemas.py
superset/tasks/__init__.py
superset/tasks/ambient_context.py
superset/tasks/api.py
superset/tasks/async_queries.py
superset/tasks/cache.py
superset/tasks/celery_app.py
superset/tasks/constants.py
superset/tasks/context.py
superset/tasks/cron_util.py
superset/tasks/decorators.py
superset/tasks/exceptions.py
superset/tasks/filters.py
superset/tasks/locks.py
superset/tasks/manager.py
superset/tasks/registry.py
superset/tasks/scheduler.py
superset/tasks/schemas.py
superset/tasks/slack.py
superset/tasks/thumbnails.py
superset/tasks/types.py
superset/tasks/utils.py
superset/templates/head_custom_extra.html
superset/templates/tail_js_custom_extra.html
superset/templates/superset/csrf_token.json
superset/templates/superset/macros.html
superset/templates/superset/oauth2.html
superset/templates/superset/spa.html
superset/templates/superset/partials/asset_bundle.html
superset/temporary_cache/__init__.py
superset/temporary_cache/api.py
superset/temporary_cache/schemas.py
superset/temporary_cache/utils.py
superset/themes/__init__.py
superset/themes/api.py
superset/themes/filters.py
superset/themes/schemas.py
superset/themes/types.py
superset/themes/utils.py
superset/thumbnails/__init__.py
superset/thumbnails/digest.py
superset/translations/__init__.py
superset/translations/babel.cfg
superset/translations/empty_language_pack.json
superset/translations/messages.pot
superset/translations/requirements.txt
superset/translations/utils.py
superset/translations/ar/LC_MESSAGES/messages.po
superset/translations/ca/LC_MESSAGES/messages.po
superset/translations/de/LC_MESSAGES/messages.po
superset/translations/en/LC_MESSAGES/messages.po
superset/translations/es/LC_MESSAGES/messages.json
superset/translations/es/LC_MESSAGES/messages.po
superset/translations/fa/LC_MESSAGES/messages.po
superset/translations/fr/LC_MESSAGES/messages.po
superset/translations/it/LC_MESSAGES/messages.po
superset/translations/ja/LC_MESSAGES/messages.po
superset/translations/ko/LC_MESSAGES/messages.po
superset/translations/mi/LC_MESSAGES/messages.po
superset/translations/nl/LC_MESSAGES/messages.po
superset/translations/pl/LC_MESSAGES/messages.po
superset/translations/pt/LC_MESSAGES/messages.po
superset/translations/pt_BR/LC_MESSAGES/messages.po
superset/translations/ru/LC_MESSAGES/messages.po
superset/translations/sk/LC_MESSAGES/messages.po
superset/translations/sl/LC_MESSAGES/messages.po
superset/translations/tr/LC_MESSAGES/messages.po
superset/translations/uk/LC_MESSAGES/messages.po
superset/translations/zh/LC_MESSAGES/messages.po
superset/translations/zh_TW/LC_MESSAGES/messages.po
superset/utils/__init__.py
superset/utils/backports.py
superset/utils/cache.py
superset/utils/cache_manager.py
superset/utils/class_utils.py
superset/utils/core.py
superset/utils/csv.py
superset/utils/currency.py
superset/utils/dashboard_filter_scopes_converter.py
superset/utils/dashboard_import_export.py
superset/utils/database.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/excel.py
superset/utils/feature_flag_manager.py
superset/utils/file.py
superset/utils/filters.py
superset/utils/hashing.py
superset/utils/jinja_template_validator.py
superset/utils/json.py
superset/utils/link_redirect.py
superset/utils/log.py
superset/utils/logging_configurator.py
superset/utils/machine_auth.py
superset/utils/mock_data.py
superset/utils/network.py
superset/utils/oauth2.py
superset/utils/pandas.py
superset/utils/pdf.py
superset/utils/profiler.py
superset/utils/public_interfaces.py
superset/utils/retries.py
superset/utils/rls.py
superset/utils/schema.py
superset/utils/screenshot_utils.py
superset/utils/screenshots.py
superset/utils/slack.py
superset/utils/ssh_tunnel.py
superset/utils/url_map_converters.py
superset/utils/urls.py
superset/utils/version.py
superset/utils/webdriver.py
superset/utils/pandas_postprocessing/__init__.py
superset/utils/pandas_postprocessing/aggregate.py
superset/utils/pandas_postprocessing/boxplot.py
superset/utils/pandas_postprocessing/compare.py
superset/utils/pandas_postprocessing/contribution.py
superset/utils/pandas_postprocessing/cum.py
superset/utils/pandas_postprocessing/diff.py
superset/utils/pandas_postprocessing/flatten.py
superset/utils/pandas_postprocessing/geography.py
superset/utils/pandas_postprocessing/histogram.py
superset/utils/pandas_postprocessing/pivot.py
superset/utils/pandas_postprocessing/prophet.py
superset/utils/pandas_postprocessing/rank.py
superset/utils/pandas_postprocessing/rename.py
superset/utils/pandas_postprocessing/resample.py
superset/utils/pandas_postprocessing/rolling.py
superset/utils/pandas_postprocessing/select.py
superset/utils/pandas_postprocessing/sort.py
superset/utils/pandas_postprocessing/utils.py
superset/views/__init__.py
superset/views/alerts.py
superset/views/all_entities.py
superset/views/annotations.py
superset/views/api.py
superset/views/auth.py
superset/views/base.py
superset/views/base_api.py
superset/views/core.py
superset/views/css_templates.py
superset/views/custom_tags_api_mixin.py
superset/views/dynamic_plugins.py
superset/views/error_handling.py
superset/views/explore.py
superset/views/filters.py
superset/views/groups.py
superset/views/health.py
superset/views/logs.py
superset/views/redirect.py
superset/views/roles.py
superset/views/sqla.py
superset/views/sqllab.py
superset/views/tags.py
superset/views/tasks.py
superset/views/themes.py
superset/views/user_info.py
superset/views/user_registrations.py
superset/views/users_list.py
superset/views/utils.py
superset/views/chart/__init__.py
superset/views/chart/filters.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/validators.py
superset/views/database/views.py
superset/views/datasource/__init__.py
superset/views/datasource/schemas.py
superset/views/datasource/utils.py
superset/views/datasource/views.py
superset/views/log/__init__.py
superset/views/log/api.py
superset/views/log/schemas.py
superset/views/log/views.py
superset/views/sql_lab/__init__.py
superset/views/sql_lab/schemas.py
superset/views/sql_lab/views.py
superset/views/users/__init__.py
superset/views/users/api.py
superset/views/users/schemas.py