Skip to content

Commit 3eb0665

Browse files
Merge branch 'master' of github.com:apache/superset into dm/sc42086/migrate-superset-tables-to-api-v1
2 parents 077a3cb + e18bf3f commit 3eb0665

File tree

121 files changed

+7341
-4545
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+7341
-4545
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
repos:
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.9.3
19+
rev: 5.12.0
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pre-commit/mirrors-mypy

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ FROM node:16-slim AS superset-node
2323

2424
ARG NPM_BUILD_CMD="build"
2525
ENV BUILD_CMD=${NPM_BUILD_CMD}
26+
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
2627

2728
# NPM ci first, as to NOT invalidate previous steps except for when package.json changes
2829
RUN mkdir -p /app/superset-frontend

0 commit comments

Comments
 (0)