We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am not sure this is the right place (I tried the Meltano Stack channel), but here it goes.
Successful install of the Superset Utility using Meltano.
Invoke meltano add utility superset. For a totally clean example:
meltano add utility superset
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"
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
The text was updated successfully, but these errors were encountered:
Hi, I'm encountering same problem on a new Meltano installation (Ubuntu 22, Python 3.9) Any ideas?
Sorry, something went wrong.
No branches or pull requests
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
Replicate
Invoke
meltano add utility superset
. For a totally clean example:Workaround
Use the Apache variant. In meltano.yml:
The text was updated successfully, but these errors were encountered: