Skip to content

Commit

Permalink
Merge branch 'master' into rm_sl
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored May 29, 2024
2 parents 12b6531 + 643ee17 commit 657f3ba
Show file tree
Hide file tree
Showing 281 changed files with 16,329 additions and 7,333 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ persistent=yes

# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
load-plugins=
load-plugins=superset.extensions.pylint

# Use multiple processes to speed up Pylint.
jobs=2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Here are some of the major database solutions that are supported:
<img src="https://superset.apache.org/img/databases/postgresql.png" alt="postgresql" border="0" width="200" />
<img src="https://superset.apache.org/img/databases/mysql.png" alt="mysql" border="0" width="200" />
<img src="https://superset.apache.org/img/databases/mssql-server.png" alt="mssql-server" border="0" width="200" />
<img src="https://superset.apache.org/img/databases/imb-db2.svg" alt="db2" border="0" width="220" />
<img src="https://superset.apache.org/img/databases/ibm-db2.svg" alt="db2" border="0" width="220" />
<img src="https://superset.apache.org/img/databases/sqlite.png" alt="sqlite" border="0" width="200" />
<img src="https://superset.apache.org/img/databases/sybase.png" alt="sybase" border="0" width="200" />
<img src="https://superset.apache.org/img/databases/mariadb.png" alt="mariadb" border="0" width="200" />
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
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"cryptography>=42.0.4, <43.0.0",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
"flask-appbuilder>=4.4.1, <5.0.0",
"flask-appbuilder>=4.5.0, <5.0.0",
"flask-caching>=2.1.0, <3",
"flask-compress>=1.13, <2.0",
"flask-talisman>=1.0.0, <2.0",
Expand Down 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
73 changes: 32 additions & 41 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,40 @@ amqp==5.2.0
# via kombu
apispec[yaml]==6.3.0
# via flask-appbuilder
apsw==3.45.3.0
apsw==3.46.0.0
# via shillelagh
async-timeout==4.0.3
# via redis
attrs==23.1.0
attrs==23.2.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
cachelib==0.9.0
# via
# flask-caching
# flask-session
cachetools==5.3.2
cachetools==5.3.3
# via google-auth
cattrs==23.2.1
cattrs==23.2.3
# via requests-cache
celery==5.3.6
celery==5.4.0
# via apache-superset
certifi==2023.7.22
certifi==2024.2.2
# via requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
Expand All @@ -64,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 @@ -93,8 +91,6 @@ dnspython==2.6.1
# via email-validator
email-validator==2.1.1
# via flask-appbuilder
exceptiongroup==1.2.1
# via cattrs
flask==2.3.3
# via
# apache-superset
Expand All @@ -109,7 +105,7 @@ flask==2.3.3
# flask-session
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.4.1
flask-appbuilder==4.5.0
# via apache-superset
flask-babel==2.0.0
# via flask-appbuilder
Expand All @@ -119,7 +115,7 @@ 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 All @@ -145,7 +141,7 @@ geographiclib==2.0
# via geopy
geopy==2.4.1
# via apache-superset
google-auth==2.27.0
google-auth==2.29.0
# via shillelagh
greenlet==3.0.3
# via
Expand All @@ -165,7 +161,7 @@ idna==3.7
# requests
importlib-metadata==7.1.0
# via apache-superset
importlib-resources==5.12.0
importlib-resources==6.4.0
# via limits
isodate==0.6.1
# via apache-superset
Expand All @@ -179,33 +175,33 @@ 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
limits==3.4.0
limits==3.12.0
# via flask-limiter
llvmlite==0.42.0
# via numba
mako==1.3.3
mako==1.3.5
# via
# alembic
# apache-superset
markdown==3.6
# via apache-superset
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via
# jinja2
# mako
# werkzeug
# wtforms
marshmallow==3.19.0
marshmallow==3.21.2
# via
# flask-appbuilder
# marshmallow-sqlalchemy
marshmallow-sqlalchemy==0.23.1
marshmallow-sqlalchemy==0.28.2
# via flask-appbuilder
mdurl==0.1.2
# via markdown-it-py
Expand Down Expand Up @@ -239,6 +235,7 @@ packaging==23.2
# gunicorn
# limits
# marshmallow
# marshmallow-sqlalchemy
# shillelagh
pandas[performance]==2.0.3
# via apache-superset
Expand All @@ -256,11 +253,11 @@ polyline==2.0.2
# via apache-superset
prison==0.2.1
# via flask-appbuilder
prompt-toolkit==3.0.38
prompt-toolkit==3.0.44
# via click-repl
pyarrow==14.0.2
# via apache-superset
pyasn1==0.5.1
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
Expand Down Expand Up @@ -296,9 +293,8 @@ python-dotenv==1.0.1
# via apache-superset
python-geohash==0.8.5
# via apache-superset
pytz==2021.3
pytz==2024.1
# via
# babel
# croniter
# flask-babel
# pandas
Expand All @@ -308,7 +304,7 @@ pyyaml==6.0.1
# apispec
redis==4.6.0
# via apache-superset
requests==2.31.0
requests==2.32.2
# via
# requests-cache
# shillelagh
Expand All @@ -328,13 +324,12 @@ simplejson==3.19.2
# via apache-superset
six==1.16.0
# via
# click-repl
# isodate
# prison
# python-dateutil
# url-normalize
# wtforms-json
slack-sdk==3.21.3
slack-sdk==3.27.2
# via apache-superset
sqlalchemy==1.4.52
# via
Expand All @@ -357,11 +352,10 @@ 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
# cattrs
# flask-limiter
# limits
# shillelagh
Expand All @@ -382,7 +376,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.5
wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.0.3
# via
Expand All @@ -391,7 +385,7 @@ werkzeug==3.0.3
# flask-appbuilder
# flask-jwt-extended
# flask-login
wrapt==1.15.0
wrapt==1.16.0
# via deprecated
wtforms==3.1.2
# via
Expand All @@ -403,10 +397,7 @@ wtforms-json==0.3.5
# via apache-superset
xlsxwriter==3.0.9
# via apache-superset
zipp==3.18.2
zipp==3.19.0
# via importlib-metadata
zstandard==0.22.0
# via flask-compress

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit 657f3ba

Please sign in to comment.