Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[load_examples] download data at runtime #7314

Merged
merged 2 commits into from
Apr 17, 2019

Commits on Apr 17, 2019

  1. [load_examples] download data at runtime

    When running `superset load_examples` to load example data sets,
    Superset used to load from the local package. This created a few issues
    notably around licensing (what are these datasets licensed as?) and
    around package size.
    
    For now, I moved the data sets here:
    https://github.com/apache-superset/examples-data
    
    Altered the logic to download the data from where it is stored.
    mistercrunch committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    1ac4964 View commit details
    Browse the repository at this point in the history
  2. flakes

    mistercrunch committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    2a50665 View commit details
    Browse the repository at this point in the history