John Bodley
5e55e09e3e
[mypy] Enforcing typing for some modules ( #9416 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2020-04-04 12:45:14 -07:00
Will Barrett
cc49aae245
re-enable pylint for database compatibility layer ( #8772 )
...
* Re-enable pylint for superset/db_engines/hive.py
* re-enable pylint for superset/db_engine_specs/elasticsearch.py
* Re-enable superset/db_engine_specs/__init__.py
* Re-enable pylint for superset/db_engine_specs/exasol.py
2019-12-07 16:15:12 -08:00
John Bodley
9fc37ea9f1
[ci] Deprecate flake8 ( #8409 )
...
* [ci] Deprecate flake8
* Addressing @villebro's comments
2019-10-18 14:44:27 -07:00
John Bodley
5c58fd1802
[format] Using Black ( #7769 )
2019-06-25 13:34:48 -07:00
Maxime Beauchemin
859d6e7c6a
chore: taking db dependencies out of requirements-dev.txt ( #7605 )
...
* chore: taking db dependencies out of requirements-dev.txt
The deps on mysqlclient and psycopg2
* Fix unit tests
* fix tox.ini
* fix tests
2019-06-23 22:37:41 -07:00
bolkedebruin
1fece0d2fa
Add licenses to translations ( #6732 )
...
* Add licenses
* More licenses
* Ignore messages.json as they are generated
* More licenses
* Also typescript
* Fix alignment
* Add to svg
* Many more licenses
* more licenses
* Better excludes
* Add licenses to docs and md files
* Pre-finalize licenses
* Fix newlines
* Finalize all sourde licenses
* Fix lint
2019-01-22 08:21:13 -08:00
Maxime Beauchemin
f742b9876b
Making thrift, pyhive and tableschema as extra_requires ( #6696 )
...
* Making thrift, pyhive and tableschema as extra_requires
Looking at the dependency tree for license related questions, I noticed
that tableschema had a huge tree, and only people running Hive really
need it. Making this as well as pyhive and thrift optional.
Also bumping some python dependencies
* Run pip-compile
* Removing refs to past.builtins (from future lib)
* Add thrift
2019-01-19 14:27:18 -08:00
Maxime Beauchemin
e03e276571
Bump some of the requirements-dev.txt ( #6700 )
...
* Bump some of the requirements-dev.txt
* addressing comments
2019-01-16 20:40:16 -08:00
Maxime Beauchemin
1dd4d7a587
Apply ASF licenses throughout the code base ( #5800 )
...
* Add license headers
* reabased
* lint
* Removing licenses from vendors folder
2019-01-15 15:53:27 -08:00
timifasubaa
46c86672c8
remove utf8 declaration ( #6096 )
2018-10-15 11:53:24 -07:00
timifasubaa
dd9eeda03e
remove future ( #6065 )
2018-10-13 09:39:04 -07:00
John Bodley
d533ce0967
[pylint] prepping for enabling pylint for non-errors ( #4884 )
2018-04-28 20:08:09 -07:00
John Bodley
150768ee30
[presto] Removing patched presto ( #4530 )
2018-03-05 23:16:02 -08:00
John Bodley
d57a37e341
[flake8] Adding flake8-coding ( #4477 )
2018-02-25 15:06:11 -08:00
John Bodley
e112e4417c
[flake8] Adding future-import check ( #4476 )
2018-02-23 16:42:09 -08:00
John Bodley
ac57780607
[flake8] Resolving Q??? errors ( #3847 )
2017-11-13 21:06:51 -08:00
John Bodley
ba96984048
[flake8] Resolving E3?? errors ( #3814 )
2017-11-10 17:52:34 -08:00
John Bodley
17623f71d4
[flake8] Resolving C??? errors ( #3787 )
2017-11-07 21:32:45 -08:00
Alejandro Fernandez
b059506afa
DI-1113. ADDENDUM. Authentication: Enable user impersonation for Superset to HiveServer2 using hive.server2.proxy.user (a.fernandez) ( #3697 )
2017-11-06 10:20:38 -08:00
Alejandro Fernandez
adef519583
DI-1113. Authentication: Enable user impersonation for Superset to HiveServer2 using hive.server2.proxy.user (a.fernandez) ( #3652 )
2017-10-16 20:15:16 -07:00
Maxime Beauchemin
ccd5fd44cf
Removing dependency on pythrifthiveapi ( #3494 )
...
Since the latest pyhive, we don't need pythrifthiveapi as they ship with
the latest version.
There's actually a conflict between the new pyhive and pythrifthiveapi
and this fixes it.
2017-09-19 11:19:49 -07:00
timfeirg
6045063e78
fix hive.fetch_logs ( #2968 )
2017-07-25 21:43:19 -07:00
Maxime Beauchemin
db6b2f3ae1
pylint errors will now break the build ( #2543 )
...
* Linting pylint errors
* Backing off of an unecessary change
2017-04-03 21:53:06 -07:00
Bogdan
6160a3fdff
Implement stop query functionality. ( #2387 )
...
* Implement stop query functionality.
* Address comments
2017-03-13 13:54:38 -07:00
Bogdan
9114d86ecd
Add hive to superset + monkey patch the pyhive ( #2134 )
...
* Initial hive implementation
* Fix select star query for hive.
* Exclude generated code.
* Address code coverage and linting.
* Exclude generated code from coveralls.
* Fix lint errors
* Move TCLIService to it's own repo.
* Address comments
* Implement special postgres case,
2017-03-06 16:20:55 -08:00