[GitHub] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-10-02 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector URL: https://github.com/apache/incubator-superset/pull/3492#discussion_r142071323 ## File path: dev-reqs.txt ## @@ -1,7 +1,10 @@ +beautifulsoup4==4.6.0 +lxml==3.8.0 codeclimate-test-reporter

[GitHub] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-09-29 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector URL: https://github.com/apache/incubator-superset/pull/3492#discussion_r141795500 ## File path: dev-reqs.txt ## @@ -1,7 +1,10 @@ +beautifulsoup4==4.6.0 +lxml==3.8.0 codeclimate-test-reporter

[GitHub] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-09-28 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector URL: https://github.com/apache/incubator-superset/pull/3492#discussion_r141713559 ## File path: dev-reqs.txt ## @@ -1,7 +1,10 @@ +beautifulsoup4==4.6.0 +lxml==3.8.0 codeclimate-test-reporter

[GitHub] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-09-28 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector URL: https://github.com/apache/incubator-superset/pull/3492#discussion_r141663500 ## File path: dev-reqs.txt ## @@ -1,7 +1,10 @@ +beautifulsoup4==4.6.0 +lxml==3.8.0 codeclimate-test-reporter

[GitHub] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-09-28 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector URL: https://github.com/apache/incubator-superset/pull/3492#discussion_r141656438 ## File path: dev-reqs.txt ## @@ -1,7 +1,10 @@ +beautifulsoup4==4.6.0 +lxml==3.8.0 codeclimate-test-reporter

[GitHub] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-09-28 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector URL: https://github.com/apache/incubator-superset/pull/3492#discussion_r141652942 ## File path: dev-reqs.txt ## @@ -1,7 +1,10 @@ +beautifulsoup4==4.6.0 +lxml==3.8.0 codeclimate-test-reporter

[GitHub] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-09-20 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector URL: https://github.com/apache/incubator-superset/pull/3492#discussion_r139944516 ## File path: contrib/connectors/pandas/models.py ## @@ -0,0 +1,705 @@ +from collections import OrderedDict +from

[GitHub] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-09-20 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector URL: https://github.com/apache/incubator-superset/pull/3492#discussion_r139937218 ## File path: contrib/connectors/pandas/views.py ## @@ -0,0 +1,270 @@ +"""Views used by the SqlAlchemy connector"""

[GitHub] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-09-20 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector URL: https://github.com/apache/incubator-superset/pull/3492#discussion_r139931452 ## File path: contrib/connectors/pandas/models.py ## @@ -0,0 +1,724 @@ +from collections import OrderedDict +from

[GitHub] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-09-20 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector URL: https://github.com/apache/incubator-superset/pull/3492#discussion_r139931531 ## File path: contrib/connectors/pandas/models.py ## @@ -0,0 +1,724 @@ +from collections import OrderedDict +from