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
Maxime Beauchemin
6b52384024
[hotfix] fix pending queries race condition
2017-03-30 19:54:55 +00:00
Maxime Beauchemin
5f3484ac59
Handle errors when the MQ is down ( #2494 )
2017-03-28 08:46:21 -07:00
Maxime Beauchemin
c3015583ce
Stabilizing master ( #2478 )
2017-03-27 17:52:17 -07:00
Maxime Beauchemin
62e3fe2345
[hotfix] SqlaTable has no attribute column_cls
2017-03-27 15:59:58 -07:00
Maxime Beauchemin
121b1d0951
Refactoring more in the connector base classes ( #2431 )
2017-03-27 08:24:49 -07:00
Maxime Beauchemin
59d5fcf88c
[hotfix] fixing checkboxes in Tables->Columns
2017-03-25 19:25:37 -07:00
Maxime Beauchemin
1f8e48b374
[sqllab] assign types for visualize flow ( #2458 )
...
* [sqllab] assign types for visualize flow
Somehow when using the visualize flow, the types were not
assigned at all, creating some bugs downstream. This PR attempts to get
the information required based on what pandas is knows and the types in
the data itself.
* Fixing tests
* Fixing tests
* Fixing more tests
* Fixing the last py3 tests
2017-03-24 09:23:51 -07:00
Maxime Beauchemin
7bf19b1232
[WiP] making doubling '%' not required ( #2459 )
...
* Making doubling '%' not required
Now passing the sqlalchemy query object to pandas's read_sql_query
* Fix test/lint
2017-03-24 09:23:25 -07:00
Maxime Beauchemin
1590b8c7e5
Speeding up polling by not checking access ( #2466 )
...
* Speeding up polling by not checking access
* Fix tests
2017-03-23 22:46:25 -07:00
Maxime Beauchemin
8042ac876e
[explore] improved filters ( #2330 )
...
* Support more filter operators
* more filter operators [>, <, >=, <=, ==, !=, LIKE]
* Fix need to escape/double `%` in LIKE clauses
* spinner while loading values when changing column
* datasource config elements to allow to applying predicates when
fetching filter values
* refactor
* Removing doubling parens
* rebasing
* Merging migrations
2017-03-20 21:10:59 -07:00
Bogdan
c3be58db43
Add verbose name to db and druid cluster ( #2429 )
...
* Add verbose name field to the databases
* Add migration
* Display verbose name in the view.
2017-03-17 14:27:34 -07:00
Bogdan
1b330a8c55
Use connector registry for metrics ( #2420 )
2017-03-15 18:13:15 -07:00
vera-liu
696678c981
Replace query once query response returned ( #2415 )
...
* Replace query once query response returned
* Fix bug with refresh druid datasources
2017-03-15 17:56:37 -07:00
Bogdan
20aec3cfca
Use connector registry to fetch the table column class. ( #2419 )
2017-03-15 17:36:28 -07:00
Maxime Beauchemin
0b8522be50
[filter_box] fix time filter and inverted instantFilter ( #2402 )
...
* [filter_box] fix time filter and inverted instantFilter
* Added a few comments
2017-03-14 12:18:33 -07:00
Bogdan
6160a3fdff
Implement stop query functionality. ( #2387 )
...
* Implement stop query functionality.
* Address comments
2017-03-13 13:54:38 -07:00
Bogdan
0779da6d24
Keep column order in .csv ( #2377 )
2017-03-10 14:49:11 -08:00
Maxime Beauchemin
2969cc9993
Refactoring Druid & SQLa into a proper "Connector" interface ( #2362 )
...
* Formalizing the Connector interface
* Checkpoint
* Fixing views
* Fixing tests
* Adding migrtion
* Tests
* Final
* Addressing comments
2017-03-10 09:11:51 -08:00