GithubHelp home page GithubHelp logo

Comments (7)

jackpgao avatar jackpgao commented on June 10, 2024 1

Same problem with amancevice/superset:0.22.1

from caravel.

amancevice avatar amancevice commented on June 10, 2024

I'll take a look at this. For now you can get around this by mounting ~/caravel:/home/caravel instead of mounting the .db file directly.

from caravel.

amancevice avatar amancevice commented on June 10, 2024

Okay, I think i fixed the issue in the latest commit. I updated the README as well.

from caravel.

amancevice avatar amancevice commented on June 10, 2024

Can you show me the command you're using to bring up the container, @jackpgao ?

from caravel.

jackpgao avatar jackpgao commented on June 10, 2024
docker run -it --rm --name superset \
               --env SECRET_KEY="mySUPERsecretKEY" \
               --env SQLALCHEMY_DATABASE_URI="mysql://user:pass@mxq@host:port/db" \
               --publish 8089:8088 \
               amancevice/superset:0.22.1

from caravel.

amancevice avatar amancevice commented on June 10, 2024

Using ENV variables is no longer supported as of the 0.15.0 release. You need to configure these values by mounting in your own superset_config.py.

FYI, This repo is dead as the app is no longer called caravel and you should go to https://github.com/amancevice/superset for instructions on using the new code.

from caravel.

jackpgao avatar jackpgao commented on June 10, 2024

@amancevice Thanks~ I got it. It's really a good project.

from caravel.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.