Ludovic
eb5a41728e
Change the size of the column datasource_name in datasource creation … ( #345 )
...
* Change the size of the column datasource_name in datasource creation table to fix a Sql server specific issue.
* Change the model according to the change of the database script done in the PR 345
2016-04-13 22:32:48 -07:00
Maxime Beauchemin
5cadd6794c
Allowing to specify schema for tables ( #330 )
...
* Allowing to specify schema for tables
* Installed postgres and tested/fixed
2016-04-13 17:28:12 -07:00
Maxime Beauchemin
5b822492c8
Linting to 99% ( #317 )
2016-04-10 22:49:08 -07:00
antbell
a9af6b1b96
Fix for undefined inner_time_filter on missing granularity in models.SqlaTable ( #309 )
2016-04-10 16:22:58 -07:00
Maxime Beauchemin
dab31eb66d
Bugfix, link pointing to json
2016-04-10 11:17:37 -07:00
prihoda
ef992b6449
Fix week and month Time grain in MySQL ( #297 )
...
With mysql datetime and timestamp columns, currently the Time grain "week" and "month" options don't remove the time part. This results in groupings like this:
timestamp count
2015-04-05 07:00:00 1
2015-04-05 10:00:00 1
2015-04-05 11:00:00 2
2015-04-05 11:50:00 1
2015-04-05 12:00:00 5
2015-04-05 14:20:00 1
2015-04-05 14:30:00 1
and so on.
This is solved by wrapping the DATE_SUB with DATE().
2016-04-08 20:54:04 -07:00
Siddharth Gupta
eff0beb195
Optimizing import statements for better readability and to avoid unused, excessive and duplicating imports in the project. ( #294 )
2016-04-07 23:01:40 -07:00
Maxime Beauchemin
bcca840f01
Adding from __future__ imports ( #288 )
...
* Adding from __future__ imports
* fixes
* Fixing doctests
* Removing unused ColorFactory (in js now)
* linting
2016-04-07 08:39:08 -07:00
Maxime Beauchemin
8556b098f9
Enable Time Grain Option for Redshift
2016-04-06 20:12:24 -07:00
Maxime Beauchemin
062f2b81cf
Datasource dropdown in Explore view
2016-04-06 08:23:27 -07:00
andrewhn
0d1f27dbc1
add postgres grains
2016-04-04 20:56:10 -07:00
Maxime Beauchemin
bf2e804331
Removed trailing coma in Database.extra default
2016-04-04 17:42:31 -07:00
Maxime Beauchemin
889844407f
Adding extra options to deeper configure sqlalchemy
2016-04-04 16:13:08 -07:00
skje
9c1af66ba4
Fix ignored SQL where clauses
2016-04-04 16:03:21 -07:00
Jiayu Liu
c3789d53b4
Removing duplicate get_table in fetch_metadata
2016-04-03 07:40:58 -07:00
Maxime Beauchemin
aec3c0b358
Fixing bug when datasource has been deleted
2016-04-03 07:37:18 -07:00
Maxime Beauchemin
619d35878f
[dashed->caravel] Replace in files
2016-03-28 22:01:21 -07:00
Maxime Beauchemin
d48796f00e
Caravel - renaming files
2016-03-28 21:53:24 -07:00