Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Superset

13 Topics 134 Posts
  • Superset - Package Updates

    Pinned
    32
    0 Votes
    32 Posts
    5k Views
    Package UpdatesP
    [1.10.0] Update superset to v5 Full changelog 31976 Removed the DISABLE_LEGACY_DATASOURCE_EDITOR feature flag. The previous value of the feature flag was True and now the feature is permanently removed. 31959 Removes CSV_UPLOAD_MAX_SIZE config, use your web server to control file upload size. 31959 Removes the following endpoints from data uploads: /api/v1/database/<id>/<file type>_upload and /api/v1/database/<file type>_metadata, in favour of new one (Details on the PR). And simplifies permissions. 31844 The ALERT_REPORTS_EXECUTE_AS and THUMBNAILS_EXECUTE_AS config parameters have been renamed to ALERT_REPORTS_EXECUTORS and THUMBNAILS_EXECUTORS respectively. A new config flag CACHE_WARMUP_EXECUTORS has also been introduced to be able to control which user is used to execute cache warmup tasks. Finally, the config flag THUMBNAILS_SELENIUM_USER has been removed. To use a fixed executor for async tasks, use the new FixedExecutor class. See the config and docs for more info on setting up different executor profiles. 31894 Domain sharding is deprecated in favor of HTTP2. The SUPERSET_WEBSERVER_DOMAINS configuration will be removed in the next major version (6.0) 31794 Removed the previously deprecated DASHBOARD_CROSS_FILTERS feature flag 31774: Fixes the spelling of the USE-ANALAGOUS-COLORS feature flag. Please update any scripts/configuration item to use the new/corrected USE-ANALOGOUS-COLORS flag spelling. 31582 Removed the legacy Area, Bar, Event Flow, Heatmap, Histogram, Line, Sankey, and Sankey Loop charts. They were all automatically migrated to their ECharts counterparts with the exception of the Event Flow and Sankey Loop charts which were removed as they were not actively maintained and not widely used. If you were using the Event Flow or Sankey Loop charts, you will need to find an alternative solution. 31198 Disallows by default the use of the following ClickHouse functions: "version", "currentDatabase", "hostName". 29798 Since 3.1.0, the intial schedule for an alert or report was mistakenly offset by the specified timezone's relation to UTC. The initial schedule should now begin at the correct time.
  • Superset Public Access

    Solved
    6
    0 Votes
    6 Posts
    687 Views
    jamesJ
    Closed due to inactivity
  • Superset MongoDB connections

    2
    0 Votes
    2 Posts
    129 Views
    J
    @eddowding afaict, upstream does not support this out of the box. related: https://github.com/apache/superset/issues/13930 https://github.com/apache/superset/issues/22787 https://github.com/apache/superset/issues/4231
  • 2 Votes
    13 Posts
    2k Views
    L
    @charlesnw said in Configuring Apache Superset to install and show demo data on Cloudron: (I realize this is an old post, but I can't let such things go un-addressed). This isn't a matter of price. It is a matter of Freedom. Free as in Freedom, not free as in beer.
  • Missing editable .env for superset

    6
    0 Votes
    6 Posts
    388 Views
    nebulonN
    Great, so it worked out in the end using the config file?
  • 1 Votes
    7 Posts
    1k Views
    V
    @girish I confirm after update id works
  • Superset: Permission denied for snowflake database connection

    9
    1
    1 Votes
    9 Posts
    859 Views
    rapmac13160R
    @girish Yes with the new package, it works well again thanks
  • Superset: Permission denied for snowflake database connection

    Moved Solved
    15
    2 Votes
    15 Posts
    2k Views
    rapmac13160R
    @rapmac13160 Not exactly the same but it seems very similar
  • Superset API access through Cloudron Oauth

    5
    1 Votes
    5 Posts
    873 Views
    J
    @Charles_Nkdl yeah, this is a superset related issue. The API is not working easily when using OAuth / OIDC .
  • Metadata DB, Caching Redis and Celery Executor

    Solved
    7
    1 Votes
    7 Posts
    832 Views
    C
    Works fine thank you for your work !
  • Database drivers

    Solved superset configuration setup
    21
    1 Votes
    21 Posts
    4k Views
    girishG
    @creative567145 I have added it now. You have to use connection string like mysql+mysqlconnector://{username}:{password}@{host}/{database}
  • Install prophet package

    Solved
    10
    1 Votes
    10 Posts
    3k Views
    rapmac13160R
    Thanks a lot!
  • YAY!! and Superset version error

    Solved
    2
    1
    2 Votes
    2 Posts
    293 Views
    girishG
    @eddowding good catch! Fixed for next package release.