Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 27, 2024
2 parents 0ebfb38 + 9ac0cf7 commit 9b86ca1
Show file tree
Hide file tree
Showing 48 changed files with 965 additions and 515 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-monorepo-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
if: >
(github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]') ||
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@supersetbot trigger-dependabot-lockfile') && github.event.issue.pull_request)
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@supersetbot trigger-dependabot-lockfile') && github.event.issue.pull_request && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER'))
defaults:
run:
working-directory: superset-frontend
Expand Down
1 change: 1 addition & 0 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ assists people when migrating to a new version.
### Potential Downtime

- [26416](https://github.com/apache/superset/pull/26416): Adds two database indexes to the `report_execution_log` table and one database index to the `report_recipient` to improve performance. Scheduled downtime may be required for large deployments.
- [28482](https://github.com/apache/superset/pull/28482): Potentially augments the `query.executed_sql` and `query.select_sql` columns for MySQL from `MEDIUMTEXT` to `LONGTEXT`. Potential downtime may be required for large deployments which previously ran [27119](https://github.com/apache/superset/pull/27119).

## 3.1.0

Expand Down
2 changes: 2 additions & 0 deletions docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ This may take a moment as Docker Compose will fetch the underlying
container images and will load up some examples. Once all containers
are downloaded and the output settles, you're ready to log in.

⚠️ If you get an error message like `validating superset\docker-compose-image-tag.yml: services.superset-worker-beat.env_file.0 must be a string`, you need to update your version of `docker-compose`.

### 3. Log into Superset
Now head over to [http://localhost:8088](http://localhost:8088) and log in with the default created account:
```bash
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ development = [
"freezegun",
"greenlet>=2.0.2",
"grpcio>=1.55.3",
"ipython",
"openapi-spec-validator",
"parameterized",
"pip-compile-multi",
Expand Down
46 changes: 22 additions & 24 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ amqp==5.2.0
# via kombu
apispec[yaml]==6.3.0
# via flask-appbuilder
apsw==3.42.0.1
apsw==3.45.3.0
# via shillelagh
attrs==23.1.0
# via
# cattrs
# jsonschema
# requests-cache
babel==2.9.1
babel==2.15.0
# via flask-babel
backoff==2.2.1
# via apache-superset
bcrypt==4.0.1
bcrypt==4.1.3
# via paramiko
billiard==4.2.0
# via celery
blinker==1.8.2
# via flask
bottleneck==1.3.7
bottleneck==1.3.8
# via pandas
brotli==1.1.0
# via flask-compress
Expand All @@ -40,13 +40,13 @@ cachelib==0.9.0
# flask-session
cachetools==5.3.2
# via google-auth
cattrs==23.2.1
cattrs==23.2.3
# via requests-cache
celery==5.3.6
# via apache-superset
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
Expand All @@ -62,13 +62,13 @@ click==8.1.7
# click-repl
# flask
# flask-appbuilder
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via celery
click-option-group==0.5.6
# via apache-superset
click-plugins==1.1.1
# via celery
click-repl==0.2.0
click-repl==0.3.0
# via celery
colorama==0.4.6
# via
Expand All @@ -83,11 +83,11 @@ cryptography==42.0.7
# apache-superset
# paramiko
# pyopenssl
deprecated==1.2.13
deprecated==1.2.14
# via limits
deprecation==2.1.0
# via apache-superset
dnspython==2.1.0
dnspython==2.6.1
# via email-validator
email-validator==2.1.1
# via flask-appbuilder
Expand All @@ -107,15 +107,15 @@ flask==2.3.3
# flask-wtf
flask-appbuilder==4.5.0
# via apache-superset
flask-babel==1.0.0
flask-babel==2.0.0
# via flask-appbuilder
flask-caching==2.3.0
# via apache-superset
flask-compress==1.15
# via apache-superset
flask-jwt-extended==4.6.0
# via flask-appbuilder
flask-limiter==3.3.1
flask-limiter==3.7.0
# via flask-appbuilder
flask-login==0.6.3
# via
Expand Down Expand Up @@ -153,7 +153,7 @@ holidays==0.25
# via apache-superset
humanize==4.9.0
# via apache-superset
idna==3.2
idna==3.7
# via
# email-validator
# requests
Expand All @@ -173,7 +173,7 @@ jinja2==3.1.4
# flask-babel
jsonschema==4.17.3
# via flask-appbuilder
kombu==5.3.4
kombu==5.3.7
# via celery
korean-lunar-calendar==0.3.1
# via holidays
Expand All @@ -195,7 +195,7 @@ markupsafe==2.1.5
# mako
# werkzeug
# wtforms
marshmallow==3.19.0
marshmallow==3.21.2
# via
# flask-appbuilder
# marshmallow-sqlalchemy
Expand Down Expand Up @@ -260,9 +260,9 @@ pyasn1==0.5.1
# rsa
pyasn1-modules==0.4.0
# via google-auth
pycparser==2.20
pycparser==2.22
# via cffi
pygments==2.15.0
pygments==2.18.0
# via rich
pyjwt==2.8.0
# via
Expand Down Expand Up @@ -292,7 +292,6 @@ python-geohash==0.8.5
# via apache-superset
pytz==2021.3
# via
# babel
# croniter
# flask-babel
# pandas
Expand All @@ -302,13 +301,13 @@ pyyaml==6.0.1
# apispec
redis==4.6.0
# via apache-superset
requests==2.31.0
requests==2.32.2
# via
# requests-cache
# shillelagh
requests-cache==1.2.0
# via shillelagh
rich==13.3.4
rich==13.7.1
# via flask-limiter
rsa==4.9
# via google-auth
Expand All @@ -322,7 +321,6 @@ simplejson==3.19.2
# via apache-superset
six==1.16.0
# via
# click-repl
# isodate
# prison
# python-dateutil
Expand Down Expand Up @@ -351,14 +349,14 @@ sshtunnel==0.4.0
# via apache-superset
tabulate==0.8.10
# via apache-superset
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# alembic
# apache-superset
# flask-limiter
# limits
# shillelagh
tzdata==2023.3
tzdata==2024.1
# via
# celery
# pandas
Expand Down Expand Up @@ -396,7 +394,7 @@ wtforms-json==0.3.5
# via apache-superset
xlsxwriter==3.0.9
# via apache-superset
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata
zstandard==0.22.0
# via flask-compress
Expand Down
Loading

0 comments on commit 9b86ca1

Please sign in to comment.