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: re-installing local superset in cache image #10766

Merged
merged 2 commits into from
Sep 2, 2020

Conversation

craig-rueda
Copy link
Member

SUMMARY

Fixes issue with differing dependency versions in cache image vs requirements found in local install. Basically, the local superset package will always be re-installed on top of the cache image's superset in order to ensure that the deps align.

Fixes #10765

@hyunjong-lee - FYI

@willbarrett
Copy link
Member

I hope this works! Cached dependencies have been a big pain recently. Thanks!

@pull-request-size pull-request-size bot added size/S and removed size/XS labels Sep 2, 2020
@codecov-commenter
Copy link

codecov-commenter commented Sep 2, 2020

Codecov Report

Merging #10766 into master will increase coverage by 6.42%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10766      +/-   ##
==========================================
+ Coverage   58.89%   65.31%   +6.42%     
==========================================
  Files         762      801      +39     
  Lines       36292    37723    +1431     
  Branches     3301     3548     +247     
==========================================
+ Hits        21375    24640    +3265     
+ Misses      14734    12977    -1757     
+ Partials      183      106      -77     
Flag Coverage Δ
#cypress 56.21% <ø> (-0.01%) ⬇️
#javascript 61.47% <ø> (?)
#python 60.84% <ø> (+0.48%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
superset-frontend/src/setup/setupPlugins.ts 22.22% <0.00%> (-77.78%) ⬇️
superset-frontend/src/views/index.tsx 25.00% <0.00%> (-75.00%) ⬇️
superset-frontend/src/SqlLab/index.tsx 25.00% <0.00%> (-75.00%) ⬇️
superset-frontend/src/views/App.tsx 32.35% <0.00%> (-67.65%) ⬇️
...rset-frontend/src/setup/setupErrorMessagesExtra.ts 50.00% <0.00%> (-50.00%) ⬇️
superset-frontend/src/setup/setupErrorMessages.ts 54.54% <0.00%> (-45.46%) ⬇️
superset-frontend/src/views/menu.tsx 60.00% <0.00%> (-40.00%) ⬇️
superset-frontend/src/preamble.ts 56.52% <0.00%> (-24.73%) ⬇️
superset-frontend/src/components/FlashProvider.tsx 42.85% <0.00%> (-17.15%) ⬇️
...s/ErrorMessage/getErrorMessageComponentRegistry.ts 85.71% <0.00%> (-14.29%) ⬇️
... and 262 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c564fb...c847d6d. Read the comment docs.

@Zverik
Copy link

Zverik commented Sep 4, 2020

Worked for me.

amitmiran137 pushed a commit to ofekisr/incubator-superset that referenced this pull request Sep 7, 2020
…boards_permissions

* upstream/master: (32 commits)
  docs: Add a note to contributing.md on reporting security vulnerabilities (apache#10796)
  Fix: Include RLS filters for cache keys (apache#10805)
  feat: filters for database list view (apache#10772)
  fix: MVC show saved query (apache#10781)
  added creator column and adjusted order columns (apache#10789)
  security: disallow uuid package on jinja2 (apache#10794)
  feat: CRUD REST API for saved queries (apache#10777)
  fix: disable domain sharding on explore view (apache#10787)
  fix: can not type `0.05` in `TextControl` (apache#10778)
  fix: pivot table timestamp grouping (apache#10774)
  fix: add validator information to email/slack alerts (apache#10762)
  More Label touchups (margins) (apache#10722)
  fix: dashboard extra filters (apache#10692)
  fix: re-installing local superset in cache image (apache#10766)
  feat: SIP-34 table list view for databases (apache#10705)
  refactor: convert DatasetList schema filter to use new distinct api (apache#10746)
  chore: removing fsevents dependency (apache#10751)
  Fix precommit hook for docs/installation.rst (apache#10759)
  feat(database): POST, PUT, DELETE API endpoints (apache#10741)
  docs: Update OAuth configuration in installation.rst (apache#10748)
  ...
auxten pushed a commit to auxten/incubator-superset that referenced this pull request Nov 20, 2020
* fix: re-installing local superset in cache image

* Fixing webpack
@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/S 🚢 0.38.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants