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/top_level.txt
superset/__init__.py
superset/app.py
superset/config.py
superset/constants.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/importexport.py
superset/cli/lib.py
superset/cli/main.py
superset/cli/reset.py
superset/cli/test.py
superset/cli/test_db.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/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/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/create.py
superset/commands/database/ssh_tunnel/delete.py
superset/commands/database/ssh_tunnel/exceptions.py
superset/commands/database/ssh_tunnel/update.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/base.py
superset/commands/distributed_lock/create.py
superset/commands/distributed_lock/delete.py
superset/commands/distributed_lock/get.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/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/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/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/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/connectors/sqla/views.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/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/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/ascend.py
superset/db_engine_specs/athena.py
superset/db_engine_specs/aurora.py
superset/db_engine_specs/base.py
superset/db_engine_specs/bigquery.py
superset/db_engine_specs/clickhouse.py
superset/db_engine_specs/cockroachdb.py
superset/db_engine_specs/couchbase.py
superset/db_engine_specs/crate.py
superset/db_engine_specs/databend.py
superset/db_engine_specs/databricks.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/gsheets.py
superset/db_engine_specs/hana.py
superset/db_engine_specs/hive.py
superset/db_engine_specs/ibmi.py
superset/db_engine_specs/impala.py
superset/db_engine_specs/kusto.py
superset/db_engine_specs/kylin.py
superset/db_engine_specs/lib.py
superset/db_engine_specs/mariadb.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/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/rockset.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/tdengine.py
superset/db_engine_specs/teradata.py
superset/db_engine_specs/trino.py
superset/db_engine_specs/vertica.py
superset/db_engine_specs/ydb.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/bart_lines.py
superset/examples/big_data.py
superset/examples/birth_names.py
superset/examples/countries.md
superset/examples/countries.py
superset/examples/country_map.py
superset/examples/css_templates.py
superset/examples/data_loading.py
superset/examples/deck.py
superset/examples/energy.py
superset/examples/flights.py
superset/examples/helpers.py
superset/examples/long_lat.py
superset/examples/misc_dashboard.py
superset/examples/multiformat_time_series.py
superset/examples/paris.py
superset/examples/random_time_series.py
superset/examples/sf_population_polygons.py
superset/examples/supported_charts_dashboard.py
superset/examples/tabbed_dashboard.py
superset/examples/utils.py
superset/examples/world_bank.py
superset/examples/configs/metadata.yaml
superset/examples/configs/charts/COVID Vaccines/Vaccine_Candidates_per_Approach__Stage.yaml
superset/examples/configs/charts/COVID Vaccines/Vaccine_Candidates_per_Country.yaml
superset/examples/configs/charts/COVID Vaccines/Vaccine_Candidates_per_Country_261.yaml
superset/examples/configs/charts/COVID Vaccines/Vaccine_Candidates_per_Country__Stage.yaml
superset/examples/configs/charts/COVID Vaccines/Vaccine_Candidates_per_Country__Stage_749.yaml
superset/examples/configs/charts/COVID Vaccines/Vaccine_Candidates_per_Phase.yaml
superset/examples/configs/charts/COVID Vaccines/Vaccine_Candidates_per_Phase_587.yaml
superset/examples/configs/charts/FCC New Coder Survey/Age_distribution_of_respondents.yaml
superset/examples/configs/charts/FCC New Coder Survey/Are_you_an_ethnic_minority_in_your_city.yaml
superset/examples/configs/charts/FCC New Coder Survey/Breakdown_of_Developer_Type.yaml
superset/examples/configs/charts/FCC New Coder Survey/Commute_Time.yaml
superset/examples/configs/charts/FCC New Coder Survey/Country_of_Citizenship.yaml
superset/examples/configs/charts/FCC New Coder Survey/Current_Developers_Is_this_your_first_development_job.yaml
superset/examples/configs/charts/FCC New Coder Survey/Degrees_vs_Income.yaml
superset/examples/configs/charts/FCC New Coder Survey/Ethnic_Minority__Gender.yaml
superset/examples/configs/charts/FCC New Coder Survey/First_Time_Developer.yaml
superset/examples/configs/charts/FCC New Coder Survey/First_Time_Developer__Commute_Time.yaml
superset/examples/configs/charts/FCC New Coder Survey/Gender.yaml
superset/examples/configs/charts/FCC New Coder Survey/Highest_degree_held.yaml
superset/examples/configs/charts/FCC New Coder Survey/How_do_you_prefer_to_work.yaml
superset/examples/configs/charts/FCC New Coder Survey/How_much_do_you_expect_to_earn_0_-_100k.yaml
superset/examples/configs/charts/FCC New Coder Survey/Last_Year_Income_Distribution.yaml
superset/examples/configs/charts/FCC New Coder Survey/Location_of_Current_Developers.yaml
superset/examples/configs/charts/FCC New Coder Survey/Number_of_Aspiring_Developers.yaml
superset/examples/configs/charts/FCC New Coder Survey/Preferred_Employment_Style.yaml
superset/examples/configs/charts/FCC New Coder Survey/Relocation_ability.yaml
superset/examples/configs/charts/FCC New Coder Survey/Top_15_Languages_Spoken_at_Home.yaml
superset/examples/configs/charts/FCC New Coder Survey/Work_Location_Preference.yaml
superset/examples/configs/charts/Featured Charts/Area.yaml
superset/examples/configs/charts/Featured Charts/Bar.yaml
superset/examples/configs/charts/Featured Charts/Big_Number.yaml
superset/examples/configs/charts/Featured Charts/Big_Number_with_Trendline.yaml
superset/examples/configs/charts/Featured Charts/Box_Plot.yaml
superset/examples/configs/charts/Featured Charts/Bubble.yaml
superset/examples/configs/charts/Featured Charts/Funnel.yaml
superset/examples/configs/charts/Featured Charts/Gauge.yaml
superset/examples/configs/charts/Featured Charts/Graph.yaml
superset/examples/configs/charts/Featured Charts/Heatmap.yaml
superset/examples/configs/charts/Featured Charts/Histogram.yaml
superset/examples/configs/charts/Featured Charts/Line.yaml
superset/examples/configs/charts/Featured Charts/Mixed.yaml
superset/examples/configs/charts/Featured Charts/Pie.yaml
superset/examples/configs/charts/Featured Charts/Pivot_Table.yaml
superset/examples/configs/charts/Featured Charts/Radar.yaml
superset/examples/configs/charts/Featured Charts/Sankey.yaml
superset/examples/configs/charts/Featured Charts/Scatter_Plot.yaml
superset/examples/configs/charts/Featured Charts/Sunburst.yaml
superset/examples/configs/charts/Featured Charts/Table.yaml
superset/examples/configs/charts/Featured Charts/Tree.yaml
superset/examples/configs/charts/Featured Charts/Treemap.yaml
superset/examples/configs/charts/Featured Charts/Waterfall.yaml
superset/examples/configs/charts/Featured Charts/Word_Cloud.yaml
superset/examples/configs/charts/Slack Dashboard/Cross_Channel_Relationship.yaml
superset/examples/configs/charts/Slack Dashboard/Cross_Channel_Relationship_heatmap_2786.yaml
superset/examples/configs/charts/Slack Dashboard/Members_per_Channel.yaml
superset/examples/configs/charts/Slack Dashboard/Messages_per_Channel.yaml
superset/examples/configs/charts/Slack Dashboard/New_Members_per_Month.yaml
superset/examples/configs/charts/Slack Dashboard/Number_of_Members.yaml
superset/examples/configs/charts/Slack Dashboard/Top_Timezones.yaml
superset/examples/configs/charts/Slack Dashboard/Weekly_Messages.yaml
superset/examples/configs/charts/Slack Dashboard/Weekly_Threads.yaml
superset/examples/configs/charts/Unicode Test/Unicode_Cloud.test.yaml
superset/examples/configs/charts/Vehicle Sales/Items_Sold.yaml
superset/examples/configs/charts/Vehicle Sales/Items_by_Product_Line.yaml
superset/examples/configs/charts/Vehicle Sales/Number_of_Deals_for_each_Combination.yaml
superset/examples/configs/charts/Vehicle Sales/Overall_Sales_By_Product_Line.yaml
superset/examples/configs/charts/Vehicle Sales/Proportion_of_Revenue_by_Product_Line.yaml
superset/examples/configs/charts/Vehicle Sales/Quarterly_Sales.yaml
superset/examples/configs/charts/Vehicle Sales/Quarterly_Sales_By_Product_Line.yaml
superset/examples/configs/charts/Vehicle Sales/Quarterly_Sales_By_Product_Line_113.yaml
superset/examples/configs/charts/Vehicle Sales/Revenue_by_Deal_Size.yaml
superset/examples/configs/charts/Vehicle Sales/Seasonality_of_Revenue_per_Product_Line.yaml
superset/examples/configs/charts/Vehicle Sales/Total_Items_Sold.yaml
superset/examples/configs/charts/Vehicle Sales/Total_Items_Sold_By_Product_Line.yaml
superset/examples/configs/charts/Vehicle Sales/Total_Revenue.yaml
superset/examples/configs/charts/Video Game Sales/Games.yaml
superset/examples/configs/charts/Video Game Sales/Games_per_Genre.yaml
superset/examples/configs/charts/Video Game Sales/Games_per_Genre_over_time.yaml
superset/examples/configs/charts/Video Game Sales/Most_Dominant_Platforms.yaml
superset/examples/configs/charts/Video Game Sales/Number_of_Games_That_Hit_100k_in_Sales_By_Release_Year.yaml
superset/examples/configs/charts/Video Game Sales/Popular_Genres_Across_Platforms.yaml
superset/examples/configs/charts/Video Game Sales/Publishers_With_Most_Titles.yaml
superset/examples/configs/charts/Video Game Sales/Rise__Fall_of_Video_Game_Consoles.yaml
superset/examples/configs/charts/Video Game Sales/Top_10_Games_Proportion_of_Sales_in_Markets.yaml
superset/examples/configs/charts/Video Game Sales/Total_Sales_per_Market_Grouped_by_Genre.yaml
superset/examples/configs/dashboards/COVID_Vaccine_Dashboard.yaml
superset/examples/configs/dashboards/FCC_New_Coder_Survey_2018.yaml
superset/examples/configs/dashboards/Featured_Charts.yaml
superset/examples/configs/dashboards/Sales_Dashboard.yaml
superset/examples/configs/dashboards/Slack_Dashboard.yaml
superset/examples/configs/dashboards/Unicode_Test.test.yaml
superset/examples/configs/dashboards/Video_Game_Sales.yaml
superset/examples/configs/datasets/examples/FCC_2018_Survey.yaml
superset/examples/configs/datasets/examples/channel_members.yaml
superset/examples/configs/datasets/examples/channels.yaml
superset/examples/configs/datasets/examples/cleaned_sales_data.yaml
superset/examples/configs/datasets/examples/covid_vaccines.yaml
superset/examples/configs/datasets/examples/exported_stats.yaml
superset/examples/configs/datasets/examples/hierarchical_dataset.yaml
superset/examples/configs/datasets/examples/members_channels_2.yaml
superset/examples/configs/datasets/examples/messages.yaml
superset/examples/configs/datasets/examples/messages_channels.yaml
superset/examples/configs/datasets/examples/new_members_daily.yaml
superset/examples/configs/datasets/examples/threads.yaml
superset/examples/configs/datasets/examples/unicode_test.test.yaml
superset/examples/configs/datasets/examples/users.yaml
superset/examples/configs/datasets/examples/users_channels-uzooNNtSRO.yaml
superset/examples/configs/datasets/examples/users_channels.yaml
superset/examples/configs/datasets/examples/video_game_sales.yaml
superset/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/metadb.py
superset/extensions/metastore_cache.py
superset/extensions/pylint.py
superset/extensions/ssh.py
superset/extensions/stats_logger.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/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/__pycache__/__init__.cpython-311.pyc
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/__pycache__/__init__.cpython-311.pyc
superset/migrations/shared/__pycache__/native_filters.cpython-311.pyc
superset/migrations/shared/__pycache__/utils.cpython-311.pyc
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/shared/migrate_viz/__pycache__/__init__.cpython-311.pyc
superset/migrations/shared/migrate_viz/__pycache__/base.cpython-311.pyc
superset/migrations/shared/migrate_viz/__pycache__/processors.cpython-311.pyc
superset/migrations/shared/migrate_viz/__pycache__/query_functions.cpython-311.pyc
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/__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/user_attributes.py
superset/models/sql_types/__init__.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/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/firebolt.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/version_info.json
superset/static/assets/00c5e5ac1f196d6fa58e.woff2
superset/static/assets/011450a192596005a96a.geojson
superset/static/assets/0128df8e339f6e7a3389.geojson
superset/static/assets/01574d7bb383e74a4bb7.chunk.js
superset/static/assets/023db878f10be2203b60.woff2
superset/static/assets/02aa3da57fa7e6674c51.geojson
superset/static/assets/03b8558dc5737f2af505.geojson
superset/static/assets/0412f32d131ffee849a4.woff2
superset/static/assets/060b2710bdbbe3dfe48b.svg
superset/static/assets/0657f92a4a22f207fef8.geojson
superset/static/assets/0682072e5bedb6d70785.geojson
superset/static/assets/06996273da6c9ac2761d.woff2
superset/static/assets/06b80c4ad32a86cdd4c0.geojson
superset/static/assets/09670f26857fe83a1f67.woff2
superset/static/assets/097116bd6f588c1a13fa.geojson
superset/static/assets/09831322a25dc49bcbac.woff2
superset/static/assets/09f96545fb1fa22135a8.geojson
superset/static/assets/0a567f48058010e8654a.geojson
superset/static/assets/0acb54c755dec53de476.woff
superset/static/assets/0b0dbd5e1c83188f8cd7.geojson
superset/static/assets/0bb0832c8af44455613f.geojson
superset/static/assets/0bfc603d942c55e953e6.woff
superset/static/assets/0c81833f89fbce366119.geojson
superset/static/assets/0d91a975f010051e7150.woff2
superset/static/assets/0dcef489c4e0736ca333.geojson
superset/static/assets/0e35c160873d5df696eb.geojson
superset/static/assets/0f4edd82aed53a1e1e8b.geojson
superset/static/assets/10d519302bed0640c465.woff2
superset/static/assets/10e9dac6806cacfa5843.chunk.js
superset/static/assets/116a7bc4de0174320dbd.chunk.js
superset/static/assets/11aeae6e31a0d8c24c83.woff
superset/static/assets/11ba31afc7ba2ecc4696.geojson
superset/static/assets/11c1324d73c96936f920.chunk.js
superset/static/assets/11c8899ed72d2685c3c3.chunk.js
superset/static/assets/11da8ed5dd05faf7f9f3.chunk.js
superset/static/assets/122d3754ee7de81cf642.geojson
superset/static/assets/12c77e60caf120e4fa4d.chunk.js
superset/static/assets/12d89d0a49703681100e.geojson
superset/static/assets/1353d2d0499e3f7ef2d4.geojson
superset/static/assets/13e7642e36886ec27cd8.chunk.js
superset/static/assets/144a1549b072f9c268ca.geojson
superset/static/assets/1479f3538f675f82a66b.geojson
superset/static/assets/14bf3ec96678a8691c26.geojson
superset/static/assets/160726b3623504089db9.woff2
superset/static/assets/160cbb79d311c3ca2c74.geojson
superset/static/assets/167b706b2417bb705b62.geojson
superset/static/assets/1711.84d420de3f1e8cc337d9.entry.js
superset/static/assets/1711.84d420de3f1e8cc337d9.entry.js.LICENSE.txt
superset/static/assets/191cb263525fa812b355.geojson
superset/static/assets/1a30e4765169d17dafef.geojson
superset/static/assets/1af2921fde23fe6120b5.geojson
superset/static/assets/1b589b899db6e93ff77e.chunk.js
superset/static/assets/1c20f7dc20d731a18fcd.woff
superset/static/assets/1d2f4629c4565211aa3d.chunk.js
superset/static/assets/1d514ae3c200e9547f76.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/1f7c96c2d63de965089f.woff
superset/static/assets/200eea0a9142582cdc9a.geojson
superset/static/assets/20354f4647658b6b0935.geojson
superset/static/assets/21c6f3838c4e78c890ea.geojson
superset/static/assets/21e091f03d314fb818b1.geojson
superset/static/assets/220acdb2cbc41bd9650b.chunk.js
superset/static/assets/221cfdf22e7afcca4d71.woff2
superset/static/assets/2285.2ede13cbd55a347afd1e.entry.js
superset/static/assets/22efef5a9577aab1a12a.geojson
superset/static/assets/235ae6831645b7ca2204.chunk.js
superset/static/assets/2389.78e007c16d14317cf1a7.entry.js
superset/static/assets/2425306f596ef39b8373.geojson
superset/static/assets/248e73210b652e7e1616.geojson
superset/static/assets/2539.10e9dac6806cacfa5843.chunk.css
superset/static/assets/25b7c495f686777a1c08.woff2
superset/static/assets/26d8483f9bbdbd0a601f.chunk.js
superset/static/assets/2701e9a606163de0d54d.geojson
superset/static/assets/272e2eb09b56252a365d.chunk.js
superset/static/assets/2741.323ae1554b2ccd0a6945.entry.js
superset/static/assets/27e7f746d20c5f486151.geojson
superset/static/assets/28c2d25ce2d7e970f81b.geojson
superset/static/assets/28c8f6060760ec1a5d25.woff
superset/static/assets/2a7bfda6e36e42cab026.geojson
superset/static/assets/2a7e97e6d169be44c27d.geojson
superset/static/assets/2b69dd384257ff6ba5ce.woff
superset/static/assets/2b7925bbc91479c933e1.chunk.js
superset/static/assets/2b8be079a0e965b2f035.woff
superset/static/assets/2ba68339c805ffc9195a.geojson
superset/static/assets/2c02fae34378a937a850.geojson
superset/static/assets/2dbfbd4ca3cfa2655e10.chunk.js
superset/static/assets/2ed248ae491993dd1156.chunk.js
superset/static/assets/306fc1276dec40d6c30c.geojson
superset/static/assets/31037083d74157ddd71f.chunk.js
superset/static/assets/3118d652b189b91b1b6e.chunk.js
superset/static/assets/3159afb659aa949dae9e.chunk.js
superset/static/assets/316f71e2d8086587c541.chunk.js
superset/static/assets/3188eaf9b5214a27a947.chunk.js
superset/static/assets/31ba525054c3dbb3bce4.chunk.js
superset/static/assets/321.b794a1885575b98274d5.chunk.css
superset/static/assets/321ad24cfab155d373a3.chunk.js
superset/static/assets/322d23a00e0842c758fc.chunk.js
superset/static/assets/32787826f58dbb95981a.woff2
superset/static/assets/33038d9eae27df7da4a1.chunk.js
superset/static/assets/3321.037a958659579c039374.entry.js
superset/static/assets/3329ef2cd6052a5de4bb.woff
superset/static/assets/33867b4d4bb670ef876e.geojson
superset/static/assets/33aba290fb778009b57e.woff
superset/static/assets/3463.fd634bbc09c697312e84.entry.js
superset/static/assets/34817f7b418cbd33e46e.geojson
superset/static/assets/3650860ded2f096c3257.geojson
superset/static/assets/369be52eafeec8ded6f8.geojson
superset/static/assets/36c904186d8c6464a82a.chunk.js
superset/static/assets/36f953c0c492238b24b9.chunk.js
superset/static/assets/37d5aa04f382a91ec35d.geojson
superset/static/assets/38388737c1ef69b5df0f.geojson
superset/static/assets/38614f69e3ac1f477011.chunk.js
superset/static/assets/390de07a6e92676aee25.chunk.js
superset/static/assets/392f980775d743adc308.chunk.js
superset/static/assets/39cdc9c1070d3abb1806.chunk.js
superset/static/assets/39cdc9c1070d3abb1806.chunk.js.LICENSE.txt
superset/static/assets/3a086a492c4a61c9e4b3.chunk.js
superset/static/assets/3b3b1b6edc9b7245d0d2.chunk.js
superset/static/assets/3b8558a6f5bf615e6496.geojson
superset/static/assets/3ba052aa1aa0ae654c00.chunk.js
superset/static/assets/3bd5a9be7c6193144f01.woff2
superset/static/assets/3c14cfec25c1e10e9cc6.geojson
superset/static/assets/3c4c5218c15ed7757716.chunk.js
superset/static/assets/3c50ca64049ba16e7621.geojson
superset/static/assets/3c736349a9253ab4ed00.chunk.js
superset/static/assets/3cdaf82fa62495ee8113.geojson
superset/static/assets/3d10c85fbd16969509a2.woff2
superset/static/assets/3f58a590bb757520791a.geojson
superset/static/assets/3f5b2ec08b2f083f5b86.geojson
superset/static/assets/404.html
superset/static/assets/4187.857482e7b0df2594f87e.entry.js
superset/static/assets/4187.857482e7b0df2594f87e.entry.js.LICENSE.txt
superset/static/assets/41ccb28064ab7ba553f7.geojson
superset/static/assets/41eba09f07a764235636.geojson
superset/static/assets/42c0f28c07df93c7bbc9.chunk.js
superset/static/assets/42efd0c6f1d766c50b77.geojson
superset/static/assets/43690d77751222a64cde.chunk.js
superset/static/assets/4377d2820bac616e7d65.chunk.js
superset/static/assets/4388628476103316c64d.geojson
superset/static/assets/4399.39cdc9c1070d3abb1806.chunk.css
superset/static/assets/4493b885a7239c917182.chunk.js
superset/static/assets/44c9df135eec470b0ab6.woff2
superset/static/assets/44ee6e89b76d2adce35f.chunk.js
superset/static/assets/46581e480d32791a266f.chunk.js
superset/static/assets/468b459739522cff7d11.chunk.js
superset/static/assets/4692b9ec53fd5972caa2.ttf
superset/static/assets/46db19d87e379acc0be8.chunk.js
superset/static/assets/470.12ec05ad90c8ebc81f49.entry.js
superset/static/assets/4766280befc623322c27.chunk.js
superset/static/assets/4779182c325a0539e844.chunk.js
superset/static/assets/4779182c325a0539e844.chunk.js.LICENSE.txt
superset/static/assets/4796.184c9e8b0dad4fad30e6.entry.js
superset/static/assets/4821.827709241a2a71396025.entry.js
superset/static/assets/4821.827709241a2a71396025.entry.js.LICENSE.txt
superset/static/assets/4872fc21c42fed8a27f8.chunk.js
superset/static/assets/4889f07b1943e2ad0ece.chunk.js
superset/static/assets/4943.cb2e371c17d238bf2d67.chunk.css
superset/static/assets/49a7e932e90e9186fcca.chunk.js
superset/static/assets/4a8e86048b614c842321.chunk.js
superset/static/assets/4b17eaad3364251ebbdd.geojson
superset/static/assets/4b54d3aa26417b16ef2a.geojson
superset/static/assets/4b5fe078eb835adceb81.geojson
superset/static/assets/4c452823a694a7a42e14.geojson
superset/static/assets/4cfd4192553ee34f4eac.chunk.js
superset/static/assets/4d0f392c10960176f944.chunk.js
superset/static/assets/4da662d09fc0006ea3a3.chunk.js
superset/static/assets/4da662d09fc0006ea3a3.chunk.js.LICENSE.txt
superset/static/assets/4ee2c177cd3b3d0b5261.chunk.js
superset/static/assets/500.html
superset/static/assets/50e1e5dfe27f2bd70f77.geojson
superset/static/assets/51566fea20f015ad6a0f.chunk.js
superset/static/assets/5160.838e29f5aea0b0d9bdb2.entry.js
superset/static/assets/516eb222bae0fda44ac5.woff2
superset/static/assets/51f7d0e7e541d196ab56.geojson
superset/static/assets/520190f2efaa2c335abc.chunk.js
superset/static/assets/52140a46a26046b5efe3.woff
superset/static/assets/5215aea5445144b09605.geojson
superset/static/assets/521c2c42156ffd8fe07d.chunk.js
superset/static/assets/523ce75ed063302274a0.chunk.js
superset/static/assets/523fa8d674f547869fb0.chunk.js
superset/static/assets/525ca2d5b010495c9128.geojson
superset/static/assets/533e6ac8a148a71b8541.geojson
superset/static/assets/535ecfca2b6f656120b4.chunk.js
superset/static/assets/541a0d4790e381e43071.chunk.js
superset/static/assets/54413586502ea5716964.chunk.js
superset/static/assets/548315755edca204243e.chunk.js
superset/static/assets/54a068e825559c0bad0b.chunk.js
superset/static/assets/54caed740d8e360d20b0.chunk.js
superset/static/assets/554.e713b1597a23f3f20c8d.entry.js
superset/static/assets/55873f7168e1d812b732.chunk.js
superset/static/assets/55ec32c46c1929b65e8e.chunk.js
superset/static/assets/56d793ec21dc4f77a8ce.chunk.js
superset/static/assets/570828de0cc0443f7f20.geojson
superset/static/assets/572a6edde0c0d4559068.chunk.js
superset/static/assets/577ebdc03c4831460772.woff
superset/static/assets/5796590afacda965154f.geojson
superset/static/assets/583371d8c08a444b481c.woff2
superset/static/assets/5874aba29857c4ee635d.geojson
superset/static/assets/5a226415f002e2396272.chunk.js
superset/static/assets/5aff8d703d82f88ef003.geojson
superset/static/assets/5b088869c3fde463cf6b.geojson
superset/static/assets/5b7156f802c053798d95.woff2
superset/static/assets/5be1347c682810f199c7.eot
superset/static/assets/5c2701dfde784360bc71.chunk.js
superset/static/assets/5c46a357ea91911fc65d.woff2
superset/static/assets/5c94bcc2c8de6baf166f.chunk.js
superset/static/assets/5cb77fb4dfca64418ff3.chunk.js
superset/static/assets/5d2b83a5d5c3739f8f62.geojson
superset/static/assets/5d819df8ff6381ca47de.geojson
superset/static/assets/5deddd21479166e0e628.chunk.js
superset/static/assets/5e2252c544a8a3246f5f.woff2
superset/static/assets/5ebb432c1d2d3ebe24cb.woff
superset/static/assets/5ebc362898a714564969.geojson
superset/static/assets/5fde26ba65f2fb5c0fc5.chunk.js
superset/static/assets/60d89b5e34295e2752f4.chunk.js
superset/static/assets/62337e47a77e348525a1.geojson
superset/static/assets/6255.f378df10d7df6d5f0116.entry.js
superset/static/assets/62c81516b4b564f39cf9.chunk.js
superset/static/assets/62f8a1eace566d31d398.woff
superset/static/assets/6396e579318a55fb7e82.geojson
superset/static/assets/639fb7ddae6df6c8e6d4.chunk.js
superset/static/assets/63d02ea896a7406849b6.woff2
superset/static/assets/644102abbc00c643c3b1.woff2
superset/static/assets/6463.3d967de9556ae29453ab.entry.js
superset/static/assets/646ad9b0f7f87e904825.chunk.js
superset/static/assets/6531797cbc21cbdff898.chunk.js
superset/static/assets/653d26a17466346922bd.chunk.js
superset/static/assets/65740101257d3bac7c5e.chunk.js
superset/static/assets/65d72c6ae45c89300034.geojson
superset/static/assets/663719e05d609dbe909a.chunk.js
superset/static/assets/667f22c9b36deaea0f54.woff2
superset/static/assets/6680aa99b6975aa292b7.geojson
superset/static/assets/674a0b03a6def2a38ae8.geojson
superset/static/assets/67565581c802fe82ea12.chunk.js
superset/static/assets/6833.935c576e54001de960c4.chunk.css
superset/static/assets/68b0a0a7fed9ed434526.chunk.js
superset/static/assets/68cac12e1b961fec309f.woff2
superset/static/assets/68fe3074228f200e1b81.geojson
superset/static/assets/6984cf5e8583fac83be3.woff2
superset/static/assets/69ba973d657949347e68.chunk.js
superset/static/assets/6a1deaff482a79d9c7d1.geojson
superset/static/assets/6a220bbdecca3753f316.geojson
superset/static/assets/6a643e32956277324c24.chunk.js
superset/static/assets/6adb0552b0e472ec45a7.chunk.js
superset/static/assets/6aebad446a9a3c4e7e14.geojson
superset/static/assets/6b5bba3c32768d31d881.geojson
superset/static/assets/6b8c9b8892a110949bcf.geojson
superset/static/assets/6c81ef1d6ac0c244f039.geojson
superset/static/assets/6f54c07111d8a2a0f69b.chunk.js
superset/static/assets/702e3e639b3f01a24a0b.woff2
superset/static/assets/70daab0243391344bbdb.geojson
superset/static/assets/717a96867b930290b2ed.chunk.js
superset/static/assets/7218e2e2e4bcc772196f.chunk.js
superset/static/assets/7232.51cdb5ff5943a7fe2fed.entry.js
superset/static/assets/730d8e029927720aaf77.geojson
superset/static/assets/73cf17e19e3ee74ac58f.woff
superset/static/assets/73e30f931f0ea34d5efd.geojson
superset/static/assets/740b452c4b7639ea44b3.chunk.js
superset/static/assets/741f3bccc1429e57fcbd.geojson
superset/static/assets/74e572e03bb16bd1b809.geojson
superset/static/assets/756b6367a9bb0df3d532.svg
superset/static/assets/757b9b2b3544cfcd565d.chunk.js
superset/static/assets/75807b546a6e97f619b0.chunk.js
superset/static/assets/75b3be4078dba1526859.chunk.js
superset/static/assets/76c8c2ddcb2cfb8e4b8c.geojson
superset/static/assets/770a1f22534a72f304b0.geojson
superset/static/assets/7735ae9cf9788d266e3b.woff
superset/static/assets/779633b06ddfa53ce163.geojson
superset/static/assets/790acbd892269affbbea.woff2
superset/static/assets/7ad04fa47ed3826ec610.chunk.js
superset/static/assets/7b07e19e14dae045ba5b.geojson
superset/static/assets/7c0b879909a83e488955.geojson
superset/static/assets/7c496ef1fc36fb2c3ef3.chunk.js
superset/static/assets/7cc459e29cc204a320b2.woff2
superset/static/assets/7d0994fb6a6bed4053df.chunk.js
superset/static/assets/7d2d5446a02b9a75d499.geojson
superset/static/assets/7d8dbbd14302e82fba99.chunk.js
superset/static/assets/7dced61d66c13157742f.chunk.js
superset/static/assets/7e467f2b9f5618c094b8.woff
superset/static/assets/7e7594e0432b84536054.woff
superset/static/assets/7f252519110e189cc853.chunk.js
superset/static/assets/7f67cfd4832dde0e0494.woff
superset/static/assets/7f6922e1a16c102d6a59.geojson
superset/static/assets/7f712d122998405e4071.chunk.js
superset/static/assets/80013cf01edf0fb7bf0c.geojson
superset/static/assets/8168699b127b590bbffa.chunk.js
superset/static/assets/81ce557a96dcae690bb9.chunk.js
superset/static/assets/82b1212e45a2bc35dd73.woff
superset/static/assets/83ac6c4fb3c4955dc6e5.chunk.js
superset/static/assets/83f6ecdb6fd6d764e54a.geojson
superset/static/assets/840e4a3381eb1fde85ce.woff2
superset/static/assets/85398f513871cbf1dcbb.woff2
superset/static/assets/86ee2935dd2474c525dc.chunk.js
superset/static/assets/877dc2b56726ec61d1e8.woff
superset/static/assets/8818cad400728e742de4.geojson
superset/static/assets/8851d776b8b33c4aaa98.geojson
superset/static/assets/8865885d3e8c6a703bb3.chunk.js
superset/static/assets/88b7ed8851cbc74c66e6.chunk.js
superset/static/assets/88d15016d1ddc5fdccac.chunk.js
superset/static/assets/89781e15fdcb17e5a781.geojson
superset/static/assets/8a2491a1a6b7d7860fb4.geojson
superset/static/assets/8a596ed7f5dfdb261e1c.chunk.js
superset/static/assets/8b5ced34d6639d5ad6d8.chunk.js
superset/static/assets/8b9371014bf3db337a17.chunk.js
superset/static/assets/8ba20cb8bdb2e3064966.chunk.js
superset/static/assets/8bae764d7aa9d2e581d2.geojson
superset/static/assets/8cde5a8c48bcd08ad512.chunk.js
superset/static/assets/8d2b7d2dbc97254e1ad8.woff
superset/static/assets/8eefefb4b46bebec1a3d.geojson
superset/static/assets/8fbd4b7d9701ed126c15.geojson
superset/static/assets/8ffd548f616ec4877cae.woff
superset/static/assets/902c440cb2199b57b5d9.chunk.js
superset/static/assets/90833ad5883f5ad210c8.chunk.js
superset/static/assets/90aaa1e065b9885195a4.chunk.js
superset/static/assets/90b1745cd23b1bc1b31c.woff2
superset/static/assets/9160d5ba9e6099f95032.woff
superset/static/assets/917aebb0a0c15fd74f29.geojson
superset/static/assets/9285.8341514570714e1cefb6.entry.js
superset/static/assets/935c576e54001de960c4.chunk.js
superset/static/assets/93b264fd46bdd421197e.chunk.js
superset/static/assets/93d004c2f67a44bc392e.geojson
superset/static/assets/9407.1e393626abc82ae95f17.entry.js
superset/static/assets/9407.1e393626abc82ae95f17.entry.js.LICENSE.txt
superset/static/assets/94d41adcc748e51befcb.geojson
superset/static/assets/952.869507e8a9c452bee7f2.entry.js
superset/static/assets/952.869507e8a9c452bee7f2.entry.js.LICENSE.txt
superset/static/assets/9601.33c8d542b7184d684dca.entry.js
superset/static/assets/9698cc7dbf147ed363b6.woff2
superset/static/assets/96f8adc74b63e1a3655f.woff
superset/static/assets/97245e66507f833c736c.woff
superset/static/assets/97fb84d8fd58e25608d0.geojson
superset/static/assets/981111edcc21be09a443.geojson
superset/static/assets/988a2123be7528ae6c6e.geojson
superset/static/assets/98b96369b1605c85a848.chunk.js
superset/static/assets/98ff677db9d32dfae3a0.geojson
superset/static/assets/9924.3458b4abbdd76ef207c7.entry.js
superset/static/assets/9970a24ab73b3a7dc869.chunk.js
superset/static/assets/9d111139a583baef3053.woff2
superset/static/assets/9d37c50da6c4533999b5.chunk.js
superset/static/assets/9d3b8ebedb2e7665e78e.geojson
superset/static/assets/9d5104437b67ff831e9d.chunk.js
superset/static/assets/9d92cae53baeb642e431.woff2
superset/static/assets/9db3e66b637d7d1fb6a7.chunk.js
superset/static/assets/9f2193ce5423d9248285.chunk.js
superset/static/assets/9f2af30ed71e594067f7.geojson
superset/static/assets/9f7651b67c9b036da800.chunk.js
superset/static/assets/Area1.b13966ae.png
superset/static/assets/Bar1.05db33fe.png
superset/static/assets/Bar2.c41826d8.png
superset/static/assets/Bar3.0ace6ce6.png
superset/static/assets/BigNumber.b33901bf.jpg
superset/static/assets/BigNumber2.3f1427c2.jpg
superset/static/assets/Big_Number_Trendline.bccce4c1.jpg
superset/static/assets/BoxPlot.1833526f.jpg
superset/static/assets/Chart.a35c86478367f3396ba5.chunk.css
superset/static/assets/DashboardContainer.fdf40972d029d137aae8.chunk.css
superset/static/assets/Horizon_Chart.7b46c45c.jpg
superset/static/assets/Line1.7282d4c8.png
superset/static/assets/Line2.c13c8aae.png
superset/static/assets/MapBox.6e6f79c8.jpg
superset/static/assets/MapBox2.6337d5b5.jpg
superset/static/assets/Pie1.2cbe969f.jpg
superset/static/assets/Pie2.42fece24.jpg
superset/static/assets/Pie3.8c46d429.jpg
superset/static/assets/Pie4.8bdccf82.jpg
superset/static/assets/Scatter1.665fe2f7.png
superset/static/assets/SmoothLine1.97fed005.png
superset/static/assets/Step1.297e1ce0.png
superset/static/assets/Step2.10e90fb7.png
superset/static/assets/Sunburst1.241865fc.png
superset/static/assets/Sunburst2.3421fc35.png
superset/static/assets/Table.f8a6698c.jpg
superset/static/assets/Table2.c8533c18.jpg
superset/static/assets/Table3.8997ea72.jpg
superset/static/assets/Time-series_Chart.8ff488d2.jpg
superset/static/assets/Word_Cloud.3d210efb.jpg
superset/static/assets/Word_Cloud_2.2a94fb99.jpg
superset/static/assets/WorldMap1.da13410b.jpg
superset/static/assets/WorldMap2.2ace1986.jpg
superset/static/assets/a020119f122c44c5d63f.chunk.js
superset/static/assets/a04a01f248aa5af07b18.chunk.js
superset/static/assets/a07da7611bcc9e6b1803.chunk.js
superset/static/assets/a0b2dad7ec357b694df0.chunk.js
superset/static/assets/a0d011b614ff80f5f7e3.chunk.js
superset/static/assets/a10931d3a643f48663b9.woff
superset/static/assets/a16272feef4424bdbb5e.geojson
superset/static/assets/a1d0643b48e5a453db4f.chunk.js
superset/static/assets/a1db67fec99d59e07bbf.geojson
superset/static/assets/a2a19474e9f1def5f154.geojson
superset/static/assets/a2dac2a461dd17aeca05.chunk.js
superset/static/assets/a318250a9add1fc26dd1.geojson
superset/static/assets/a34493c070c29fc814da.geojson
superset/static/assets/a35c86478367f3396ba5.chunk.js
superset/static/assets/a35c86478367f3396ba5.chunk.js.LICENSE.txt
superset/static/assets/a3acd166ee35ecbbc2b3.geojson
superset/static/assets/a3e342ed877644d5314f.woff
superset/static/assets/a410039ab3d977a455cb.geojson
superset/static/assets/a42da273bb968bf2058d.woff
superset/static/assets/a4ef0ba436cec6018301.chunk.js
superset/static/assets/a50ebc9872ce467332d5.chunk.js
superset/static/assets/a5f82a808aeac1d28344.chunk.js
superset/static/assets/a6bac6b550c025c5c5bf.chunk.js
superset/static/assets/a719b27ec922570234f2.chunk.js
superset/static/assets/a73ac824cd0e07477c68.woff
superset/static/assets/a751c0a0a5dd6c30dc39.chunk.js
superset/static/assets/a849722ce3b716197d10.chunk.js
superset/static/assets/a88f0fceb0bc02ee8c76.geojson
superset/static/assets/a8de720a6f13c66c8a4e.woff2
superset/static/assets/a98c651e3562a5c4c739.geojson
superset/static/assets/a9dd6b67cae4e212fccd.chunk.js
superset/static/assets/aa900fea9aed1ba3c903.woff
superset/static/assets/ab2c5e8b7e4441c351c4.chunk.js
superset/static/assets/abdc7b7ce61dc047740f.geojson
superset/static/assets/ac1a06465c32ce7312bc.geojson
superset/static/assets/ac5997fae047b9ea446a.geojson
superset/static/assets/ac5a711f7863ef239402.chunk.js
superset/static/assets/acaa351e950f60e522cd.chunk.js
superset/static/assets/ae5f9691ebe48c908e8c.woff2
superset/static/assets/ae9598b81300c339626a.geojson
superset/static/assets/aec17622f1ceb4c0d65b.geojson
superset/static/assets/af6f6ceac09e421720e9.geojson
superset/static/assets/afd2b71a73d632ab02e4.chunk.js
superset/static/assets/b00085f436b64c9777c8.chunk.js
superset/static/assets/b00085f436b64c9777c8.chunk.js.LICENSE.txt
superset/static/assets/b038bc2fea08bab999a9.geojson
superset/static/assets/b079c1d1ab17aa3e987d.geojson
superset/static/assets/b0c8fe9db56dd415a25a.woff
superset/static/assets/b14e56408e97dae9fbc7.chunk.js
superset/static/assets/b14e56408e97dae9fbc7.chunk.js.LICENSE.txt
superset/static/assets/b187635a3d8a0b90faa0.woff2
superset/static/assets/b2ff27929219b3d66139.geojson
superset/static/assets/b342109865380410ef2d.geojson
superset/static/assets/b42e388d5727e72b31ba.chunk.js
superset/static/assets/b42e388d5727e72b31ba.chunk.js.LICENSE.txt
superset/static/assets/b49c1a8e7c2fec205b6c.chunk.js
superset/static/assets/b5e42198e7bf0e76baeb.chunk.js
superset/static/assets/b5ef5c003d022a51a6f2.chunk.js
superset/static/assets/b664d0780f1ed32a757a.chunk.js
superset/static/assets/b6fc6584459fcd337953.chunk.js
superset/static/assets/b794a1885575b98274d5.chunk.js
superset/static/assets/b87503622e39ba3333d5.geojson
superset/static/assets/b8b2ca407e96fc92d575.chunk.js
superset/static/assets/b9c9f2ff4f148977725d.woff
superset/static/assets/b9dcbca183ac93f02061.woff2
superset/static/assets/b9e1e89444a313a63b91.woff
superset/static/assets/b9e66c9b5f81ea64363f.geojson
superset/static/assets/ba0b53e2acf267899d6a.chunk.js
superset/static/assets/ba3b8b69a69b0e83d453.woff
superset/static/assets/ba55a0843b57a742966e.woff2
superset/static/assets/bb104375794b061400a2.chunk.js
superset/static/assets/bb1a990e3d8c816a6f86.woff
superset/static/assets/bba5d0cc7bc700055a79.chunk.js
superset/static/assets/bc5a1e86de628a4fa9fd.geojson
superset/static/assets/bd97da13a79edda9e2f5.chunk.js
superset/static/assets/bd9b493bc8ffc8be222f.geojson
superset/static/assets/bdfd1501367bc18126be.geojson
superset/static/assets/be052655d3416a9722d6.geojson
superset/static/assets/be810be3a3e14c682a25.woff2
superset/static/assets/beafd2f1fe2b8c85aacf.chunk.js
superset/static/assets/befec96c5b98a8215226.chunk.js
superset/static/assets/bf3255999b1d37a76dcb.geojson
superset/static/assets/c009b2fc82889fbd3602.geojson
superset/static/assets/c0166517ded0b5920832.woff
superset/static/assets/c08320e39e834d890591.woff2
superset/static/assets/c0aa71047aaf1223e77a.chunk.js
superset/static/assets/c10050871565528ae3b2.chunk.js
superset/static/assets/c143bc175f342085c7d4.chunk.js
superset/static/assets/c15f5b8ee453d3a40033.geojson
superset/static/assets/c17a681d568b3fcc1dde.geojson
superset/static/assets/c1f7cdbb6bd05c0b5d3e.woff2
superset/static/assets/c32705f8a000c5b6a4f6.chunk.js
superset/static/assets/c3354b35281486deb4fb.chunk.js
superset/static/assets/c556b5d042ebf128e47c.woff
superset/static/assets/c5cd6cf90368aafb2d88.geojson
superset/static/assets/c649db59d6b00c8fb2f3.geojson
superset/static/assets/c8a7cddec49294a9e8ba.woff2
superset/static/assets/c8fc06e6e12863fe2478.chunk.js
superset/static/assets/c90ce29a3b19c11f8899.chunk.js
superset/static/assets/c9763895647970f00293.geojson
superset/static/assets/ca3f19483e4d37ea8f1f.chunk.js
superset/static/assets/ca6500c6299ac92704e6.chunk.js
superset/static/assets/ca9731b9c2ee3b3019ad.geojson
superset/static/assets/caa6ca196fe6866fb0ee.geojson
superset/static/assets/cb04b2ee2f7d192478b8.woff2
superset/static/assets/cb2e371c17d238bf2d67.chunk.js
superset/static/assets/cbc71955e9956dcd2882.woff
superset/static/assets/cc8f07beca951267aec5.geojson
superset/static/assets/ce04a016fd28d5ce6d5b.geojson
superset/static/assets/ce31ea27e606e0aaecdc.chunk.js
superset/static/assets/ce31ea27e606e0aaecdc.chunk.js.LICENSE.txt
superset/static/assets/ce60970447cde0dd1582.woff2
superset/static/assets/ce67855b1da0a9f17586.geojson
superset/static/assets/ce67959aa0088ee84dcd.woff
superset/static/assets/cf92096b236631636c26.geojson
superset/static/assets/cffc46e032239649b130.geojson
superset/static/assets/chord.446d549d.jpg
superset/static/assets/d0388a8e93962907dd6e.chunk.js
superset/static/assets/d079c7c5ea9b4c089041.chunk.js
superset/static/assets/d0b5e5bd234a260fc71c.geojson
superset/static/assets/d1be2246107f9bc07d21.woff2
superset/static/assets/d1f0a9ecd9eb7880c181.geojson
superset/static/assets/d269ffdef32c8fee0d97.chunk.js
superset/static/assets/d2b7f04f2fb3acffa725.chunk.js
superset/static/assets/d3bb8f52393a7a27e91e.chunk.js
superset/static/assets/d3d9c3b2ce820a0b7956.chunk.js
superset/static/assets/d48a3c70c0d6e7ab8d49.chunk.js
superset/static/assets/d541544e812f21bcec3b.geojson
superset/static/assets/d5999339d2d9c99d4fb8.woff
superset/static/assets/d5fa0b35e6bbddffaa0d.chunk.js
superset/static/assets/d62d839b4ef2552d0ad4.chunk.js
superset/static/assets/d67b60aab8873654d217.geojson
superset/static/assets/d684d9c548a89262584b.geojson
superset/static/assets/d8cdf8f339f5fe588837.geojson
superset/static/assets/dbaf0212df75fd15e54c.chunk.js
superset/static/assets/dc5236e83948d348bcdc.geojson
superset/static/assets/dc965d237be3b85c88c3.geojson
superset/static/assets/ded29697c9965aff89a0.geojson
superset/static/assets/e124239cf128b252f77f.chunk.js
superset/static/assets/e189880aa67b69cf37df.geojson
superset/static/assets/e21b96f5414b0e0af06c.chunk.js
superset/static/assets/e26da71e6b77679471c5.chunk.js
superset/static/assets/e2841352dd9512ff455b.woff
superset/static/assets/e2b62abfc85870758599.geojson
superset/static/assets/e2fe7a6130dfbf8e2491.chunk.js
superset/static/assets/e3547e7a6b7e2bca7cb6.chunk.js
superset/static/assets/e4052eea3eac6a756721.chunk.js
superset/static/assets/e41dc96f9dee65ae9144.geojson
superset/static/assets/e44f3ac21cd8b4daf9d8.geojson
superset/static/assets/e45110aa1c481a11e138.geojson
superset/static/assets/e46833c1202bbe6eae44.chunk.js
superset/static/assets/e4b29fdda31f156d1d19.geojson
superset/static/assets/e547ce2b21753c6d3777.chunk.js
superset/static/assets/e5742268a3ff68bd367c.chunk.js
superset/static/assets/e582b40d7c31b8692a41.chunk.js
superset/static/assets/e7c5d0b8da289335aee2.chunk.js
superset/static/assets/e8072aba6b4e31d1e258.woff
superset/static/assets/e824ac3c6c579cd0fe85.woff
superset/static/assets/e89451624c6caf35687f.woff
superset/static/assets/ea03145777f9a65754bf.woff
superset/static/assets/ea37b82a24dc666f356b.woff2
superset/static/assets/eae1b58eae9d333d3044.geojson
superset/static/assets/ebca3e9b537d90aa2f9a.geojson
superset/static/assets/ec61d69da658d98c78e8.geojson
superset/static/assets/ecfea857057c80cc31b9.geojson
superset/static/assets/ed4834792fc56b426ff2.geojson
superset/static/assets/ed7b74ad81ac9a3b77a4.geojson
superset/static/assets/eda4ad00e75f4c89799a.geojson
superset/static/assets/eef7bca5e924eea00dc8.geojson
superset/static/assets/ef44a01a7596e6295348.chunk.js
superset/static/assets/ef58eabf6477b9e998b4.geojson
superset/static/assets/embedded.03c4b40bbeab4d2f7097.entry.js
superset/static/assets/error404.1a147451.png
superset/static/assets/error500.b01fb73b.png
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.661644db.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.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.b8069aef.jpg
superset/static/assets/example1.bc09e45a.png
superset/static/assets/example1.bd493731.png
superset/static/assets/example1.f68a646e.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.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.89a5d8fd.png
superset/static/assets/example3.8faa0540.png
superset/static/assets/exampleGermany.db162ad7.jpg
superset/static/assets/exampleUsa.5007a9ac.jpg
superset/static/assets/f047427ac6a5b01b93d5.chunk.js
superset/static/assets/f04f8c4e6922d7407645.chunk.js
superset/static/assets/f09d40a615b62eef8b21.chunk.js
superset/static/assets/f10f6f96b887d333d56e.geojson
superset/static/assets/f1f9d08d1c67312d6375.chunk.js
superset/static/assets/f2fa0d9ef98f59d4a75b.woff2
superset/static/assets/f35c619d3f92128298c7.geojson
superset/static/assets/f46567788e464ac34d10.woff
superset/static/assets/f468712e715ba69de03c.geojson
superset/static/assets/f48f5a1b2502691f1b8a.geojson
superset/static/assets/f49880f217d0963239e8.geojson
superset/static/assets/f500ea2f893350207a14.geojson
superset/static/assets/f60a616e476bfb53b9fa.chunk.js
superset/static/assets/f62eea20d6ebcef9a1c0.chunk.js
superset/static/assets/f6665f7fbb937137b4bf.chunk.js
superset/static/assets/f6b902f4e13bd655d5e0.chunk.js
superset/static/assets/f6f9dce5cac17911244a.chunk.js
superset/static/assets/f6f9dce5cac17911244a.chunk.js.LICENSE.txt
superset/static/assets/f7609885d79adb6eea04.woff
superset/static/assets/f7bcb840e3ecc6b0bc18.geojson
superset/static/assets/f7e5e93419bdcdbcd67b.geojson
superset/static/assets/f8415d9b36cfc0cf8377.geojson
superset/static/assets/f8ae856159701ef33770.woff2
superset/static/assets/f8d96406c3b0903ba3ab.geojson
superset/static/assets/f909bf4ac663148b89ec.chunk.js
superset/static/assets/f94a58b82678428ecb0c.chunk.js
superset/static/assets/fa2da88d0322dfa2ac45.geojson
superset/static/assets/fa3dbf82435a23072e5e.chunk.js
superset/static/assets/fa436ea94d4547651653.chunk.js
superset/static/assets/fa9aca3dadf718dd8151.chunk.js
superset/static/assets/fac6e54fed19e8643fed.geojson
superset/static/assets/favicon.e3bafb62.png
superset/static/assets/fb7c7a013e49c4fdb678.chunk.js
superset/static/assets/fbb1b1337faea923ebd5.geojson
superset/static/assets/fd1478dcc74de00ee4c0.woff2
superset/static/assets/fd3be5bf6e84bd25c164.chunk.js
superset/static/assets/fd7196f6c8deee747dfa.geojson
superset/static/assets/fdf40972d029d137aae8.chunk.js
superset/static/assets/fdf40972d029d137aae8.chunk.js.LICENSE.txt
superset/static/assets/ff2f01f73d63f6d74ee9.woff
superset/static/assets/ff8fb62bec75f24c1e08.woff
superset/static/assets/loading.cff8a5da.gif
superset/static/assets/manifest.json
superset/static/assets/menu.fdd603993008e413e366.entry.js
superset/static/assets/package.json
superset/static/assets/preamble.939654f6481cd32d1896.entry.js
superset/static/assets/spa.7b10421e8836d3598d4a.entry.css
superset/static/assets/spa.7b10421e8836d3598d4a.entry.js
superset/static/assets/spa.7b10421e8836d3598d4a.entry.js.LICENSE.txt
superset/static/assets/theme.4680ef1fdfbb250323d1.entry.css
superset/static/assets/theme.4680ef1fdfbb250323d1.entry.js
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.1f17a4754b61d63ebf05.entry.js
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.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.652ad50f.png
superset/static/assets/thumbnail.66ee99c5.png
superset/static/assets/thumbnail.6b7ac120.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.a5307f41.png
superset/static/assets/thumbnail.a55df64a.png
superset/static/assets/thumbnail.a923c837.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.ace42983.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.e7c50181.png
superset/static/assets/thumbnail.e9235c2d.png
superset/static/assets/thumbnail.ea1ff627.png
superset/static/assets/thumbnail.ee528db4.png
superset/static/assets/thumbnail.f2cfa9c4.png
superset/static/assets/thumbnail.f2d16e54.png
superset/static/assets/thumbnail.f5779edd.png
superset/static/assets/thumbnail.f6ecb617.png
superset/static/assets/tree.4b27c6bb.png
superset/static/assets/treemap_v2_1.f997bb13.png
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/chart.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/document.svg
superset/static/assets/images/doris.png
superset/static/assets/images/druid.png
superset/static/assets/images/druid_agg.png
superset/static/assets/images/empty-charts.svg
superset/static/assets/images/empty-dashboard.svg
superset/static/assets/images/empty-dataset.svg
superset/static/assets/images/empty-queries.svg
superset/static/assets/images/empty-query.svg
superset/static/assets/images/empty-table.svg
superset/static/assets/images/empty.svg
superset/static/assets/images/empty_sql_chart.svg
superset/static/assets/images/error404.png
superset/static/assets/images/error500.png
superset/static/assets/images/exasol.png
superset/static/assets/images/favicon.png
superset/static/assets/images/filter-results.svg
superset/static/assets/images/filter.svg
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/rockset.png
superset/static/assets/images/s.png
superset/static/assets/images/snowflake.png
superset/static/assets/images/sqlite.png
superset/static/assets/images/star-circle.svg
superset/static/assets/images/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/union.svg
superset/static/assets/images/vector.svg
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.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/queued.svg
superset/static/assets/images/icons/redo.svg
superset/static/assets/images/icons/running.svg
superset/static/assets/images/icons/slack.svg
superset/static/assets/images/icons/sort.svg
superset/static/assets/images/icons/sort_asc.svg
superset/static/assets/images/icons/sort_desc.svg
superset/static/assets/images/icons/square.svg
superset/static/assets/images/icons/transparent.svg
superset/static/assets/images/icons/triangle_down.svg
superset/static/assets/images/icons/undo.svg
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/assets/stylesheets/bsoft-styles.less
superset/static/assets/stylesheets/reactable-pagination.less
superset/static/assets/stylesheets/superset.less
superset/static/assets/stylesheets/antd/index.less
superset/static/assets/stylesheets/less/fonts.less
superset/static/assets/stylesheets/less/index.less
superset/static/assets/stylesheets/less/variables.less
superset/static/assets/stylesheets/less/cosmo/bootswatch.less
superset/static/assets/stylesheets/less/cosmo/cosmoTheme.js
superset/static/assets/stylesheets/less/cosmo/variables.less
superset/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/async_queries.py
superset/tasks/cache.py
superset/tasks/celery_app.py
superset/tasks/cron_util.py
superset/tasks/exceptions.py
superset/tasks/scheduler.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/appbuilder/baselayout.html
superset/templates/appbuilder/navbar.html
superset/templates/appbuilder/general/model/list.html
superset/templates/appbuilder/general/widgets/base_list.html
superset/templates/appbuilder/general/widgets/search.html
superset/templates/email/alert.txt
superset/templates/slack/alert.txt
superset/templates/slack/alert_no_screenshot.txt
superset/templates/superset/base.html
superset/templates/superset/basic.html
superset/templates/superset/csrf_token.json
superset/templates/superset/export_dashboards.html
superset/templates/superset/flash_wrapper.html
superset/templates/superset/import_dashboards.html
superset/templates/superset/macros.html
superset/templates/superset/oauth2.html
superset/templates/superset/paper-theme.html
superset/templates/superset/public_welcome.html
superset/templates/superset/spa.html
superset/templates/superset/traceback.html
superset/templates/superset/fab_overrides/list.html
superset/templates/superset/fab_overrides/list_role.html
superset/templates/superset/fab_overrides/list_with_checkboxes.html
superset/templates/superset/form_view/database_schemas_selector.html
superset/templates/superset/form_view/columnar_to_database_view/edit.html
superset/templates/superset/models/database/add.html
superset/templates/superset/models/database/edit.html
superset/templates/superset/models/database/macros.html
superset/templates/superset/partials/asset_bundle.html
superset/templates/superset/reports/slice_data.html
superset/temporary_cache/__init__.py
superset/temporary_cache/api.py
superset/temporary_cache/schemas.py
superset/temporary_cache/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/__pycache__/__init__.cpython-311.pyc
superset/translations/__pycache__/utils.cpython-311.pyc
superset/translations/ar/LC_MESSAGES/messages.json
superset/translations/ar/LC_MESSAGES/messages.mo
superset/translations/ar/LC_MESSAGES/messages.po
superset/translations/de/LC_MESSAGES/messages.json
superset/translations/de/LC_MESSAGES/messages.mo
superset/translations/de/LC_MESSAGES/messages.po
superset/translations/en/LC_MESSAGES/messages.json
superset/translations/en/LC_MESSAGES/messages.mo
superset/translations/en/LC_MESSAGES/messages.po
superset/translations/es/LC_MESSAGES/messages.json
superset/translations/es/LC_MESSAGES/messages.mo
superset/translations/es/LC_MESSAGES/messages.po
superset/translations/fa/LC_MESSAGES/messages.json
superset/translations/fa/LC_MESSAGES/messages.mo
superset/translations/fa/LC_MESSAGES/messages.po
superset/translations/fr/LC_MESSAGES/messages.json
superset/translations/fr/LC_MESSAGES/messages.mo
superset/translations/fr/LC_MESSAGES/messages.po
superset/translations/it/LC_MESSAGES/messages.json
superset/translations/it/LC_MESSAGES/messages.mo
superset/translations/it/LC_MESSAGES/messages.po
superset/translations/ja/LC_MESSAGES/messages.json
superset/translations/ja/LC_MESSAGES/messages.mo
superset/translations/ja/LC_MESSAGES/messages.po
superset/translations/ko/LC_MESSAGES/messages.json
superset/translations/ko/LC_MESSAGES/messages.mo
superset/translations/ko/LC_MESSAGES/messages.po
superset/translations/nl/LC_MESSAGES/messages.json
superset/translations/nl/LC_MESSAGES/messages.mo
superset/translations/nl/LC_MESSAGES/messages.po
superset/translations/pl/LC_MESSAGES/messages.json
superset/translations/pl/LC_MESSAGES/messages.mo
superset/translations/pl/LC_MESSAGES/messages.po
superset/translations/pt/LC_MESSAGES/messages.json
superset/translations/pt/LC_MESSAGES/messages.mo
superset/translations/pt/LC_MESSAGES/messages.po
superset/translations/pt_BR/LC_MESSAGES/messages.json
superset/translations/pt_BR/LC_MESSAGES/messages.mo
superset/translations/pt_BR/LC_MESSAGES/messages.po
superset/translations/ru/LC_MESSAGES/messages.json
superset/translations/ru/LC_MESSAGES/messages.mo
superset/translations/ru/LC_MESSAGES/messages.po
superset/translations/sk/LC_MESSAGES/messages.json
superset/translations/sk/LC_MESSAGES/messages.mo
superset/translations/sk/LC_MESSAGES/messages.po
superset/translations/sl/LC_MESSAGES/messages.json
superset/translations/sl/LC_MESSAGES/messages.mo
superset/translations/sl/LC_MESSAGES/messages.po
superset/translations/tr/LC_MESSAGES/messages.json
superset/translations/tr/LC_MESSAGES/messages.mo
superset/translations/tr/LC_MESSAGES/messages.po
superset/translations/uk/LC_MESSAGES/messages.json
superset/translations/uk/LC_MESSAGES/messages.mo
superset/translations/uk/LC_MESSAGES/messages.po
superset/translations/zh/LC_MESSAGES/messages.json
superset/translations/zh/LC_MESSAGES/messages.mo
superset/translations/zh/LC_MESSAGES/messages.po
superset/translations/zh_TW/LC_MESSAGES/messages.json
superset/translations/zh_TW/LC_MESSAGES/messages.mo
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/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/json.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/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/screenshots.py
superset/utils/slack.py
superset/utils/ssh_tunnel.py
superset/utils/url_map_converters.py
superset/utils/urls.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/base.py
superset/views/base_api.py
superset/views/core.py
superset/views/css_templates.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/roles.py
superset/views/sqllab.py
superset/views/tags.py
superset/views/user_info.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