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

Error when installing Superset Utility #10

Open
EJOOSTEROP opened this issue Apr 20, 2023 · 1 comment
Open

Error when installing Superset Utility #10

EJOOSTEROP opened this issue Apr 20, 2023 · 1 comment

Comments

@EJOOSTEROP
Copy link

I am not sure this is the right place (I tried the Meltano Stack channel), but here it goes.

Expected result

Successful install of the Superset Utility using Meltano.

Actual Result

image

Replicate

Invoke meltano add utility superset. For a totally clean example:

docker run -v meltano_test:/project --entrypoint "/bin/bash" meltano/meltano:v2.17.1-python3.9 -c "meltano init test_meltano; cd test_meltano; meltano add utility superset"

Workaround

Use the Apache variant. In meltano.yml:

  utilities:
  - name: superset
    variant: apache
    pip_url: apache-superset==2.0.0 flask==2.0.3 werkzeug==2.0.3 jinja2==3.0.1 wtforms==2.3.3
      cryptography==3.4.7
      markupsafe==2.0.1
@alabarga
Copy link

Hi, I'm encountering same problem on a new Meltano installation (Ubuntu 22, Python 3.9) Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants