Skip to content

Commit

Permalink
feat(connector): support for S3 as datasource (#280)
Browse files Browse the repository at this point in the history
* feat(connector):  support for S3 as datasource

* build(ci):  faster build temp changes

* build(ci):  faster build temp changes

* Revert "build(ci):  faster build temp changes"

This reverts commit 1b324da.

* Revert "build(ci):  faster build temp changes"

This reverts commit b29cb8d.

* build(pipfile): remove superset dependency
  • Loading branch information
Arpit authored Mar 9, 2020
1 parent da92293 commit b06b2b7
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 176 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"--no-reload",
"--host=0.0.0.0"
],
"jinja": true
"jinja": true,
"justMyCode": false
},
{
"name": "Python: Current File (External Terminal)",
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
superset = {editable = true,path = "."}
botocore = "==1.7.48"
botocore = ">=1.15.3"
"psycopg2-binary" = "==2.7.5"
Unidecode = "==1.0.22"
tox = "==3.1.2"
Expand Down Expand Up @@ -113,7 +113,7 @@ pyjwt = "==1.7.1"
gevent = "==1.4.0"
werkzeug = "==0.14.1"
docutils = "==0.14"

PyAthena = ">1.2.0"

[dev-packages]
"autopep8" = "==1.3.5"
Expand Down
Loading

0 comments on commit b06b2b7

Please sign in to comment.