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

Fix local docker deployment #10738

Merged
merged 1 commit into from
Sep 2, 2020
Merged

Fix local docker deployment #10738

merged 1 commit into from
Sep 2, 2020

Conversation

vigneshTheDev
Copy link
Contributor

SUMMARY

Fix issue where dependencies listed in ./docker/requirements-local.txt are not installed

TEST PLAN

  1. Create ./docker/requirements-local.txt with this content
pybigquery>=0.4.10
  1. Start the docker containers: docker-compose up --build --force-recreate. It doesn't actually install the pybigquery library. When you try to create a database connection to BigQuery from the UI, it'll throw the error.
  2. After applying this fix, stop and start the containers: docker-compose up --build --force-recreate. This time, it'll install the library and you'll be able to create the database connection to BigQuery.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

Fix issue where dependencies listed in ./docker/requirements-local.txt are not installed
@nytai nytai merged commit aeaee81 into apache:master Sep 2, 2020
auxten pushed a commit to auxten/incubator-superset that referenced this pull request Nov 20, 2020
Fix issue where dependencies listed in ./docker/requirements-local.txt are not installed
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.38.0 labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/XS 🚢 0.38.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants