-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
feat: adding Progress Bar to Benchmark script #15719
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
6f90d46
rough draft of benchmark script
AAfghahi 508fbb6
revisions
AAfghahi d920d64
revisions
AAfghahi 81046ef
rough draft of benchmark script
AAfghahi 5d73d65
revisions
AAfghahi dfe6142
Update requirements/development.in
AAfghahi e3381c8
Update superset/utils/mock_data.py
AAfghahi 20c9c01
more revisions
AAfghahi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ psycopg2-binary==2.8.5 | |
tableschema | ||
thrift>=0.11.0,<1.0.0 | ||
pygithub>=1.54.1,<2.0.0 | ||
progress>=1.5,<2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,44 @@ | ||
# SHA1:1b4d15a41f3498d2eb930ac3d3d4ce5d1f218a2f | ||
# SHA1:c470411e2e9cb04b412a94f80a6a9d870bece74d | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# | ||
# pip-compile-multi | ||
# | ||
-r base.txt | ||
-e file:. | ||
# via -r requirements/base.in | ||
boto3==1.16.10 | ||
# via tabulator | ||
botocore==1.19.10 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
cached-property==1.5.2 | ||
# via tableschema | ||
certifi==2020.6.20 | ||
# via requests | ||
deprecated==1.2.11 | ||
# via pygithub | ||
et-xmlfile==1.0.1 | ||
# via openpyxl | ||
flask-cors==3.0.9 | ||
# via -r requirements/development.in | ||
future==0.18.2 | ||
# via pyhive | ||
ijson==3.1.2.post0 | ||
# via tabulator | ||
jdcal==1.4.1 | ||
# via openpyxl | ||
jmespath==0.10.0 | ||
# via | ||
# boto3 | ||
# botocore | ||
jsonlines==1.2.0 | ||
# via tabulator | ||
linear-tsv==1.1.0 | ||
# via tabulator | ||
mysqlclient==1.4.2.post1 | ||
# via -r requirements/development.in | ||
openpyxl==3.0.5 | ||
# via tabulator | ||
pillow==7.2.0 | ||
# via -r requirements/development.in | ||
psycopg2-binary==2.8.5 | ||
# via -r requirements/development.in | ||
pydruid==0.6.1 | ||
# via -r requirements/development.in | ||
pygithub==1.54.1 | ||
# via -r requirements/development.in | ||
pyhive[hive]==0.6.3 | ||
# via -r requirements/development.in | ||
requests==2.24.0 | ||
# via | ||
# pydruid | ||
# pygithub | ||
# tableschema | ||
# tabulator | ||
rfc3986==1.4.0 | ||
# via tableschema | ||
s3transfer==0.3.3 | ||
# via boto3 | ||
sasl==0.2.1 | ||
# via | ||
# pyhive | ||
# thrift-sasl | ||
tableschema==1.20.0 | ||
# via -r requirements/development.in | ||
tabulator==1.52.5 | ||
# via tableschema | ||
thrift==0.13.0 | ||
# via | ||
# -r requirements/development.in | ||
# pyhive | ||
# thrift-sasl | ||
thrift-sasl==0.4.2 | ||
# via pyhive | ||
unicodecsv==0.14.1 | ||
# via | ||
# tableschema | ||
# tabulator | ||
wrapt==1.12.1 | ||
# via deprecated | ||
xlrd==1.2.0 | ||
# via tabulator | ||
-e file:. # via -r requirements/base.in | ||
boto3==1.16.10 # via tabulator | ||
botocore==1.19.10 # via boto3, s3transfer | ||
cached-property==1.5.2 # via tableschema | ||
certifi==2020.6.20 # via requests | ||
deprecated==1.2.11 # via pygithub | ||
et-xmlfile==1.0.1 # via openpyxl | ||
flask-cors==3.0.9 # via -r requirements/development.in | ||
future==0.18.2 # via pyhive | ||
ijson==3.1.2.post0 # via tabulator | ||
jdcal==1.4.1 # via openpyxl | ||
jmespath==0.10.0 # via boto3, botocore | ||
jsonlines==1.2.0 # via tabulator | ||
linear-tsv==1.1.0 # via tabulator | ||
mysqlclient==1.4.2.post1 # via -r requirements/development.in | ||
openpyxl==3.0.5 # via tabulator | ||
pillow==7.2.0 # via -r requirements/development.in | ||
progress==1.5 # via -r requirements/development.in | ||
psycopg2-binary==2.8.5 # via -r requirements/development.in | ||
pydruid==0.6.1 # via -r requirements/development.in | ||
pygithub==1.54.1 # via -r requirements/development.in | ||
pyhive[hive]==0.6.3 # via -r requirements/development.in | ||
requests==2.24.0 # via pydruid, pygithub, tableschema, tabulator | ||
rfc3986==1.4.0 # via tableschema | ||
s3transfer==0.3.3 # via boto3 | ||
sasl==0.2.1 # via pyhive, thrift-sasl | ||
tableschema==1.20.0 # via -r requirements/development.in | ||
tabulator==1.52.5 # via tableschema | ||
thrift-sasl==0.4.2 # via pyhive | ||
thrift==0.13.0 # via -r requirements/development.in, pyhive, thrift-sasl | ||
unicodecsv==0.14.1 # via tableschema, tabulator | ||
wrapt==1.12.1 # via deprecated | ||
xlrd==1.2.0 # via tabulator | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep this empty line.