[GitHub] [incubator-superset] johnseekins opened a new issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
johnseekins opened a new issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110 A clear and concise description of what the bug is. ### Expected results Superset

[GitHub] [incubator-superset] villebro opened a new pull request #9111: fix: restrict werkzeug to <1.0 in setup.py

2020-02-10 Thread GitBox
villebro opened a new pull request #9111: fix: restrict werkzeug to <1.0 in setup.py URL: https://github.com/apache/incubator-superset/pull/9111 ### CATEGORY Choose one - [x] Bug Fix - [ ] Enhancement (new features, refinement) - [ ] Refactor - [ ] Add tests - [ ]

[GitHub] [incubator-superset] codecov-io commented on issue #9111: fix: restrict werkzeug to <1.0 in setup.py

2020-02-10 Thread GitBox
codecov-io commented on issue #9111: fix: restrict werkzeug to <1.0 in setup.py URL: https://github.com/apache/incubator-superset/pull/9111#issuecomment-584362315 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/9111?src=pr=h1) Report > Merging

[GitHub] [incubator-superset] suddjian opened a new pull request #9114: fix Dockerfile for frontend builds

2020-02-10 Thread GitBox
suddjian opened a new pull request #9114: fix Dockerfile for frontend builds URL: https://github.com/apache/incubator-superset/pull/9114 ### CATEGORY Choose one - [x] Bug Fix - [ ] Enhancement (new features, refinement) - [ ] Refactor - [ ] Add tests - [ ] Build /

[GitHub] [incubator-superset] hossam-96 commented on issue #8933: utf8mb4 support - german characters

2020-02-10 Thread GitBox
hossam-96 commented on issue #8933: utf8mb4 support - german characters URL: https://github.com/apache/incubator-superset/issues/8933#issuecomment-584317215 Did you find a solution ? This is an automated message from the

[GitHub] [incubator-superset] suddjian commented on issue #9112: Superset-node docker compose fails to create container

2020-02-10 Thread GitBox
suddjian commented on issue #9112: Superset-node docker compose fails to create container URL: https://github.com/apache/incubator-superset/issues/9112#issuecomment-584411643 Delving further into this, I've discovered a related issue with the Dockerfile: some files are not being copied

[GitHub] [incubator-superset] codecov-io edited a comment on issue #9109: [migration] metadata for dashboard filters

2020-02-10 Thread GitBox
codecov-io edited a comment on issue #9109: [migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#issuecomment-584293503 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/9109?src=pr=h1) Report > Merging

[GitHub] [incubator-superset] mistercrunch commented on issue #8658: fix: handle duplicate groupby keys

2020-02-10 Thread GitBox
mistercrunch commented on issue #8658: fix: handle duplicate groupby keys URL: https://github.com/apache/incubator-superset/pull/8658#issuecomment-584308400 Can we push this forward as it addresses a bug? This is an

[GitHub] [incubator-superset] PRamia commented on issue #8933: utf8mb4 support - german characters

2020-02-10 Thread GitBox
PRamia commented on issue #8933: utf8mb4 support - german characters URL: https://github.com/apache/incubator-superset/issues/8933#issuecomment-584318585 yes, it was a problem from the source db This is an automated message

[GitHub] [incubator-superset] codecov-io edited a comment on issue #8867: Make schema name for the CTA queries and limit configurable

2020-02-10 Thread GitBox
codecov-io edited a comment on issue #8867: Make schema name for the CTA queries and limit configurable URL: https://github.com/apache/incubator-superset/pull/8867#issuecomment-569331306 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/8867?src=pr=h1) Report > Merging

[GitHub] [incubator-superset] codecov-io commented on issue #9114: fix Dockerfile for frontend builds

2020-02-10 Thread GitBox
codecov-io commented on issue #9114: fix Dockerfile for frontend builds URL: https://github.com/apache/incubator-superset/pull/9114#issuecomment-584415532 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/9114?src=pr=h1) Report > Merging

[GitHub] [incubator-superset] johnseekins opened a new issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
johnseekins opened a new issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110 A clear and concise description of what the bug is. ### Expected results Superset

[GitHub] [incubator-superset] nytai commented on issue #9113: The environment variable POSTGRES_HOST was missing !!!

2020-02-10 Thread GitBox
nytai commented on issue #9113: The environment variable POSTGRES_HOST was missing !!! URL: https://github.com/apache/incubator-superset/issues/9113#issuecomment-584400863 @bharath0208 have you previously run `docker-compose up` on the same computer? If so, try running `docker-compose up

[GitHub] [incubator-superset] johnseekins commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
johnseekins commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110#issuecomment-584352265 I mean...docs indicate that `pip3 install apache-airflow` is the

[GitHub] [incubator-superset] villebro commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
villebro commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110#issuecomment-584351736 Werkzeug actually isn't restricted in `setup.py`, which means that `pip

[GitHub] [incubator-superset] altef commented on issue #8699: [SIP-29] Add support for row-level security

2020-02-10 Thread GitBox
altef commented on issue #8699: [SIP-29] Add support for row-level security URL: https://github.com/apache/incubator-superset/pull/8699#issuecomment-584377759 @dpgaspar, @villebro; What test do you want? This is an automated

[GitHub] [incubator-superset] hossam-96 commented on issue #8933: utf8mb4 support - german characters

2020-02-10 Thread GitBox
hossam-96 commented on issue #8933: utf8mb4 support - german characters URL: https://github.com/apache/incubator-superset/issues/8933#issuecomment-584331750 > yes, it was a problem from the source db okay thanks. the solution was actually to just add "?charset=utf8mb4" in the end

[GitHub] [incubator-superset] johnseekins commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
johnseekins commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110#issuecomment-584337536 ``` pip3 uninstall werkzeug pip3 install werkzeug==0.16.1

[GitHub] [incubator-superset] johnseekins commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
johnseekins commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110#issuecomment-584347651 It must be, yeah. Strange that just `pip3 install apache-superset`

[GitHub] [incubator-superset] johnseekins closed issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
johnseekins closed issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110 This is an automated message

[GitHub] [incubator-superset] bharath0208 opened a new issue #9113: The environment variable POSTGRES_HOST was missing !!!

2020-02-10 Thread GitBox
bharath0208 opened a new issue #9113: The environment variable POSTGRES_HOST was missing !!! URL: https://github.com/apache/incubator-superset/issues/9113 Unable to get login web page when using docker-compose up.

[GitHub] [incubator-superset] bkyryliuk commented on issue #8867: Make schema name for the CTA queries and limit configurable

2020-02-10 Thread GitBox
bkyryliuk commented on issue #8867: Make schema name for the CTA queries and limit configurable URL: https://github.com/apache/incubator-superset/pull/8867#issuecomment-584401801 @villebro - done, thanks ! This is an

[GitHub] [incubator-superset] williaster commented on issue #8865: deprecate tslint in favor of eslint w/ typescript support

2020-02-10 Thread GitBox
williaster commented on issue #8865: deprecate tslint in favor of eslint w/ typescript support URL: https://github.com/apache/incubator-superset/issues/8865#issuecomment-584315761 standardizing on the `nimbus` build configs from `superset-ui` + `superset-ui-plugins` repos seems like it

[GitHub] [incubator-superset] nytai commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
nytai commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110#issuecomment-584346777 supersets requirements specifies `werkzeug==0.16.1`

[GitHub] [incubator-superset] psiegrist opened a new issue #9112: Superset-node docker compose fails to create container

2020-02-10 Thread GitBox
psiegrist opened a new issue #9112: Superset-node docker compose fails to create container URL: https://github.com/apache/incubator-superset/issues/9112 A clear and concise description of what the bug is. ### Expected results Superset-node container starts with docker-compose.

[GitHub] [incubator-superset] suddjian commented on issue #9114: fix Dockerfile for frontend builds

2020-02-10 Thread GitBox
suddjian commented on issue #9114: fix Dockerfile for frontend builds URL: https://github.com/apache/incubator-superset/pull/9114#issuecomment-584458879 Whew. Had some trials and tribulations as you can see from the commit log but I dare say this is ready to go. Approvals/criticisms

[GitHub] [incubator-superset] bharath0208 commented on issue #9113: The environment variable POSTGRES_HOST was missing !!!

2020-02-10 Thread GitBox
bharath0208 commented on issue #9113: The environment variable POSTGRES_HOST was missing !!! URL: https://github.com/apache/incubator-superset/issues/9113#issuecomment-584474305 @nytai i tried running --build command but still getting the same error. I have cleared all docker images and

[GitHub] [incubator-superset] serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters

2020-02-10 Thread GitBox
serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#discussion_r377465441 ## File path: superset/migrations/versions/3325d4caccc8_dashboard_scoped_filters.py ##

[GitHub] [incubator-superset] serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters

2020-02-10 Thread GitBox
serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#discussion_r377465658 ## File path: superset/migrations/versions/3325d4caccc8_dashboard_scoped_filters.py ##

[GitHub] [incubator-superset] serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters

2020-02-10 Thread GitBox
serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#discussion_r377462655 ## File path: superset/migrations/versions/3325d4caccc8_dashboard_scoped_filters.py ##

[GitHub] [incubator-superset] serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters

2020-02-10 Thread GitBox
serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#discussion_r377468825 ## File path: superset/utils/dashboard_filter_scopes_converter.py ## @@ -0,0 +1,72 @@ +#

[GitHub] [incubator-superset] serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters

2020-02-10 Thread GitBox
serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#discussion_r377466798 ## File path: superset/migrations/versions/3325d4caccc8_dashboard_scoped_filters.py ##

[GitHub] [incubator-superset] serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters

2020-02-10 Thread GitBox
serenajiang commented on a change in pull request #9109: [migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#discussion_r377466527 ## File path: superset/migrations/versions/3325d4caccc8_dashboard_scoped_filters.py ##

[GitHub] [incubator-superset] codecov-io edited a comment on issue #9114: fix Dockerfile for frontend builds

2020-02-10 Thread GitBox
codecov-io edited a comment on issue #9114: fix Dockerfile for frontend builds URL: https://github.com/apache/incubator-superset/pull/9114#issuecomment-584415532 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/9114?src=pr=h1) Report > Merging

[GitHub] [incubator-superset] codecov-io edited a comment on issue #9109: [WIP][migration] metadata for dashboard filters

2020-02-10 Thread GitBox
codecov-io edited a comment on issue #9109: [WIP][migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#issuecomment-584293503 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/9109?src=pr=h1) Report > Merging

[GitHub] [incubator-superset] villebro commented on issue #8699: [SIP-29] Add support for row-level security

2020-02-10 Thread GitBox
villebro commented on issue #8699: [SIP-29] Add support for row-level security URL: https://github.com/apache/incubator-superset/pull/8699#issuecomment-584502731 @altef having tests that validates that the query being generated correctly adds the expected where clause to the query based

[GitHub] [incubator-superset] mistercrunch commented on a change in pull request #9107: feat: add rolling window support to 'Big Number with Trendline' viz

2020-02-10 Thread GitBox
mistercrunch commented on a change in pull request #9107: feat: add rolling window support to 'Big Number with Trendline' viz URL: https://github.com/apache/incubator-superset/pull/9107#discussion_r377399726 ## File path: tests/viz_tests.py ## @@ -1163,3 +1163,26 @@ def

[GitHub] [incubator-superset] Maria28281 commented on issue #6685: Druid Column Type does not get updated

2020-02-10 Thread GitBox
Maria28281 commented on issue #6685: Druid Column Type does not get updated URL: https://github.com/apache/incubator-superset/issues/6685#issuecomment-584432380 someone else could be resolving this issue? This is an

[GitHub] [incubator-superset] serenajiang commented on issue #9096: SQL Lab: Use numpy structured arrays, fallback to JSON serialization

2020-02-10 Thread GitBox
serenajiang commented on issue #9096: SQL Lab: Use numpy structured arrays, fallback to JSON serialization URL: https://github.com/apache/incubator-superset/pull/9096#issuecomment-584449351 @robdiciuccio FYI, we're having an issue where certain nested presto structs fail to

[GitHub] [incubator-superset] codecov-io edited a comment on issue #9109: [WIP][migration] metadata for dashboard filters

2020-02-10 Thread GitBox
codecov-io edited a comment on issue #9109: [WIP][migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#issuecomment-584293503 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/9109?src=pr=h1) Report > Merging

[GitHub] [incubator-superset] suddjian commented on issue #9114: fix Dockerfile for frontend builds

2020-02-10 Thread GitBox
suddjian commented on issue #9114: fix Dockerfile for frontend builds URL: https://github.com/apache/incubator-superset/pull/9114#issuecomment-584429361 I think you're right, thanks for catching that @nytai This is an

[GitHub] [incubator-superset] nytai commented on issue #9114: fix Dockerfile for frontend builds

2020-02-10 Thread GitBox
nytai commented on issue #9114: fix Dockerfile for frontend builds URL: https://github.com/apache/incubator-superset/pull/9114#issuecomment-584429222 Looks like `version_info.json` is produced by running setup.py. I think it's only meant to end up in the actual pip tarball package under

[GitHub] [incubator-superset] stale[bot] closed issue #8778: Druid Datasource Editor can not save changes when opening In Chart Editor

2020-02-10 Thread GitBox
stale[bot] closed issue #8778: Druid Datasource Editor can not save changes when opening In Chart Editor URL: https://github.com/apache/incubator-superset/issues/8778 This is an automated message from the Apache Git

[GitHub] [incubator-superset] stale[bot] commented on issue #8827: Permit "EXPLAIN" with "Allow DML" unchecked

2020-02-10 Thread GitBox
stale[bot] commented on issue #8827: Permit "EXPLAIN" with "Allow DML" unchecked URL: https://github.com/apache/incubator-superset/issues/8827#issuecomment-584459219 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further

[GitHub] [incubator-superset] suddjian edited a comment on issue #9114: fix Dockerfile for frontend builds

2020-02-10 Thread GitBox
suddjian edited a comment on issue #9114: fix Dockerfile for frontend builds URL: https://github.com/apache/incubator-superset/pull/9114#issuecomment-584458879 Whew. Had some trials and tribulations as you can see from the commit log but I dare say this is ready to go.

[GitHub] [incubator-superset] suddjian edited a comment on issue #9114: fix Dockerfile for frontend builds

2020-02-10 Thread GitBox
suddjian edited a comment on issue #9114: fix Dockerfile for frontend builds URL: https://github.com/apache/incubator-superset/pull/9114#issuecomment-584458879 Whew. Had some trials and tribulations as you can see from the commit log but I dare say this is ready to go.

[GitHub] [incubator-superset] villebro commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
villebro commented on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110#issuecomment-584496976 @dpgaspar looking more closely at the stacktrace, it seems FAB is

[GitHub] [incubator-superset] villebro edited a comment on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
villebro edited a comment on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110#issuecomment-584496976 @dpgaspar looking more closely at the stacktrace, it seems `FAB`

[GitHub] [incubator-superset] villebro edited a comment on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall

2020-02-10 Thread GitBox
villebro edited a comment on issue #9110: Superset install pulls in werkzeug 1.0 which has changed paths for imports, breaking the intsall URL: https://github.com/apache/incubator-superset/issues/9110#issuecomment-584496976 @dpgaspar looking more closely at the stacktrace, it seems `FAB`

[GitHub] [incubator-superset] John-Athan commented on issue #6685: Druid Column Type does not get updated

2020-02-10 Thread GitBox
John-Athan commented on issue #6685: Druid Column Type does not get updated URL: https://github.com/apache/incubator-superset/issues/6685#issuecomment-584505824 If I remember correctly, the column type gets updated one week after it has been changed, as superset requests metadata for the

[GitHub] [incubator-superset] dpgaspar commented on issue #9105: I can not start superset

2020-02-10 Thread GitBox
dpgaspar commented on issue #9105: I can not start superset URL: https://github.com/apache/incubator-superset/issues/9105#issuecomment-584017086 Hi, 127.0.0.1 is localhost so your server is listening on the loopback interface. Try: `superset run -h 0.0.0.0 -p 8088

[GitHub] [incubator-superset] dpgaspar commented on issue #9104: Connecting to Elsaticsearch

2020-02-10 Thread GitBox
dpgaspar commented on issue #9104: Connecting to Elsaticsearch URL: https://github.com/apache/incubator-superset/issues/9104#issuecomment-584019749 Hi, Please post the output from: `curl -u username:password http://localhost:9200/_cat/indices`

[GitHub] [incubator-superset] stale[bot] closed issue #8502: The time-thermal map shows the problem

2020-02-10 Thread GitBox
stale[bot] closed issue #8502: The time-thermal map shows the problem URL: https://github.com/apache/incubator-superset/issues/8502 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-superset] stale[bot] commented on issue #8811: Connection failed/refused when connecting to local PostgreSQL Database

2020-02-10 Thread GitBox
stale[bot] commented on issue #8811: Connection failed/refused when connecting to local PostgreSQL Database URL: https://github.com/apache/incubator-superset/issues/8811#issuecomment-584050407 This issue has been automatically marked as stale because it has not had recent activity. It

[GitHub] [incubator-superset] villebro commented on a change in pull request #9054: [database] new, select star API migration

2020-02-10 Thread GitBox
villebro commented on a change in pull request #9054: [database] new, select star API migration URL: https://github.com/apache/incubator-superset/pull/9054#discussion_r377009499 ## File path: superset/views/database/decorators.py ## @@ -0,0 +1,58 @@ +# Licensed to the

[GitHub] [incubator-superset] villebro closed pull request #9033: feat: Add schema to function retrieval and implement for Snowflake

2020-02-10 Thread GitBox
villebro closed pull request #9033: feat: Add schema to function retrieval and implement for Snowflake URL: https://github.com/apache/incubator-superset/pull/9033 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-superset] villebro commented on issue #9033: feat: Add schema to function retrieval and implement for Snowflake

2020-02-10 Thread GitBox
villebro commented on issue #9033: feat: Add schema to function retrieval and implement for Snowflake URL: https://github.com/apache/incubator-superset/pull/9033#issuecomment-584134159 After reviewing this after a short break it feels the added complexity is difficult to justify given

[GitHub] [incubator-superset] semihmasat commented on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit

2020-02-10 Thread GitBox
semihmasat commented on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit URL: https://github.com/apache/incubator-superset/issues/8832#issuecomment-584146712 Hello. I am having the same problem.

[GitHub] [incubator-superset] semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to com

2020-02-10 Thread GitBox
semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit URL: https://github.com/apache/incubator-superset/issues/8832#issuecomment-584146712 Hello. I am having the same

[GitHub] [incubator-superset] semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to com

2020-02-10 Thread GitBox
semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit URL: https://github.com/apache/incubator-superset/issues/8832#issuecomment-584146712 Hello. I am having the same

[GitHub] [incubator-superset] semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to com

2020-02-10 Thread GitBox
semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit URL: https://github.com/apache/incubator-superset/issues/8832#issuecomment-584146712 Hello. I am having the same

[GitHub] [incubator-superset] stale[bot] commented on issue #8822: [Question] Using the charts that are generated by superset in another web app

2020-02-10 Thread GitBox
stale[bot] commented on issue #8822: [Question] Using the charts that are generated by superset in another web app URL: https://github.com/apache/incubator-superset/issues/8822#issuecomment-584117188 This issue has been automatically marked as stale because it has not had recent

[GitHub] [incubator-superset] stale[bot] commented on issue #8808: superset db upgrade returns foreign key constraint is incorrectly formed

2020-02-10 Thread GitBox
stale[bot] commented on issue #8808: superset db upgrade returns foreign key constraint is incorrectly formed URL: https://github.com/apache/incubator-superset/issues/8808#issuecomment-584117172 This issue has been automatically marked as stale because it has not had recent activity. It

[GitHub] [incubator-superset] semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to com

2020-02-10 Thread GitBox
semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit URL: https://github.com/apache/incubator-superset/issues/8832#issuecomment-584146712 Hello. I am having the same

[GitHub] [incubator-superset] junwansas commented on issue #9105: I can not start superset

2020-02-10 Thread GitBox
junwansas commented on issue #9105: I can not start superset URL: https://github.com/apache/incubator-superset/issues/9105#issuecomment-584143013 Any instruction on production? That will be my next step if I can fix this problem. Thank you! Jun Wan Enterprise Data

[GitHub] [incubator-superset] augier commented on issue #8932: Superset to use both Local authentication plus OAuth authentication

2020-02-10 Thread GitBox
augier commented on issue #8932: Superset to use both Local authentication plus OAuth authentication URL: https://github.com/apache/incubator-superset/issues/8932#issuecomment-584139963 Also wondering the same. I'd like to be able to use OAUTH as primary mechanism but to also enable

[GitHub] [incubator-superset] semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to com

2020-02-10 Thread GitBox
semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit URL: https://github.com/apache/incubator-superset/issues/8832#issuecomment-584146712 Hello. I am having the same

[GitHub] [incubator-superset] junwansas commented on issue #9105: I can not start superset

2020-02-10 Thread GitBox
junwansas commented on issue #9105: I can not start superset URL: https://github.com/apache/incubator-superset/issues/9105#issuecomment-584158015 It looks like working now but the -h has to be an ip address. Is it possible to run on a dns name? like servername.cox.com? I have the

[GitHub] [incubator-superset] semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to com

2020-02-10 Thread GitBox
semihmasat edited a comment on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit URL: https://github.com/apache/incubator-superset/issues/8832#issuecomment-584146712 Hello. I am having the same

[GitHub] [incubator-superset] metaperl edited a comment on issue #9101: [SIP-36] Proposal for standardizing use of TypeScript

2020-02-10 Thread GitBox
metaperl edited a comment on issue #9101: [SIP-36] Proposal for standardizing use of TypeScript URL: https://github.com/apache/incubator-superset/issues/9101#issuecomment-584239747 Given that [superset-ui is already 100%

[GitHub] [incubator-superset] metaperl commented on issue #9101: [SIP-36] Proposal for standardizing use of TypeScript

2020-02-10 Thread GitBox
metaperl commented on issue #9101: [SIP-36] Proposal for standardizing use of TypeScript URL: https://github.com/apache/incubator-superset/issues/9101#issuecomment-584239747 Given that [superset-ui is already 100%

[GitHub] [incubator-superset] willbarrett commented on a change in pull request #9107: feat: add rolling window support to 'Big Number with Trendline' viz

2020-02-10 Thread GitBox
willbarrett commented on a change in pull request #9107: feat: add rolling window support to 'Big Number with Trendline' viz URL: https://github.com/apache/incubator-superset/pull/9107#discussion_r377215997 ## File path: tests/viz_tests.py ## @@ -1163,3 +1163,26 @@ def

[GitHub] [incubator-superset] willbarrett commented on a change in pull request #9107: feat: add rolling window support to 'Big Number with Trendline' viz

2020-02-10 Thread GitBox
willbarrett commented on a change in pull request #9107: feat: add rolling window support to 'Big Number with Trendline' viz URL: https://github.com/apache/incubator-superset/pull/9107#discussion_r377218500 ## File path: tests/viz_tests.py ## @@ -1163,3 +1163,26 @@ def

[GitHub] [incubator-superset] Taki-Eddine opened a new issue #9108: UI won't load

2020-02-10 Thread GitBox
Taki-Eddine opened a new issue #9108: UI won't load URL: https://github.com/apache/incubator-superset/issues/9108 I am using the docker image to use Apache superset, I followed the instructions. I cloned the git repository then a docker-compose up ### Expected results

[GitHub] [incubator-superset] semihmasat commented on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit

2020-02-10 Thread GitBox
semihmasat commented on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit URL: https://github.com/apache/incubator-superset/issues/8832#issuecomment-584189410 Oh. My bad. it looks like Centos,

[GitHub] [incubator-superset] dpgaspar commented on issue #9105: I can not start superset

2020-02-10 Thread GitBox
dpgaspar commented on issue #9105: I can not start superset URL: https://github.com/apache/incubator-superset/issues/9105#issuecomment-584205706 Superset is just a flask app, you can read: https://flask.palletsprojects.com/en/1.1.x/deploying/

[GitHub] [incubator-superset] mistercrunch opened a new pull request #9107: feat: add rolling window support to 'Big Number with Trendline' viz

2020-02-10 Thread GitBox
mistercrunch opened a new pull request #9107: feat: add rolling window support to 'Big Number with Trendline' viz URL: https://github.com/apache/incubator-superset/pull/9107 ### CATEGORY ### SUMMARY Add support for rolling windows to the 'Big Number with Trendline' viz. -

[GitHub] [incubator-superset] craig-rueda commented on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit

2020-02-10 Thread GitBox
craig-rueda commented on issue #8832: Step 1/32 : ARG PY_VER=3.6.9 ERROR: Service 'superset' failed to build: Please provide a source image with `from` prior to commit URL: https://github.com/apache/incubator-superset/issues/8832#issuecomment-584171945 Looks like you need to update

[GitHub] [incubator-superset] codecov-io commented on issue #9034: [table] feat: REST API

2020-02-10 Thread GitBox
codecov-io commented on issue #9034: [table] feat: REST API URL: https://github.com/apache/incubator-superset/pull/9034#issuecomment-584172248 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/9034?src=pr=h1) Report > Merging

[GitHub] [incubator-superset] IndexOutOfRange commented on issue #9108: UI won't load

2020-02-10 Thread GitBox
IndexOutOfRange commented on issue #9108: UI won't load URL: https://github.com/apache/incubator-superset/issues/9108#issuecomment-584263917 Hello, what is the url address you are accessing in your browser ? looks like you are trying to connect to the flask server directly and not the

[GitHub] [incubator-superset] Taki-Eddine commented on issue #9108: UI won't load

2020-02-10 Thread GitBox
Taki-Eddine commented on issue #9108: UI won't load URL: https://github.com/apache/incubator-superset/issues/9108#issuecomment-584284849 > Hello, what is the url address you are accessing in your browser ? looks like you are trying to connect to the flask server directly and not the node

[GitHub] [incubator-superset] graceguo-supercat opened a new pull request #9109: [migration] metadata for dashboard filters

2020-02-10 Thread GitBox
graceguo-supercat opened a new pull request #9109: [migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109 ### CATEGORY Choose one - [ ] Bug Fix - [ ] Enhancement (new features, refinement) - [ ] Refactor - [ ] Add tests

[GitHub] [incubator-superset] IndexOutOfRange commented on issue #9108: UI won't load

2020-02-10 Thread GitBox
IndexOutOfRange commented on issue #9108: UI won't load URL: https://github.com/apache/incubator-superset/issues/9108#issuecomment-584287636 what's the result of accessing superset through port 9000 ? This is an automated

[GitHub] [incubator-superset] nytai commented on issue #9101: [SIP-36] Proposal for standardizing use of TypeScript

2020-02-10 Thread GitBox
nytai commented on issue #9101: [SIP-36] Proposal for standardizing use of TypeScript URL: https://github.com/apache/incubator-superset/issues/9101#issuecomment-584289069 While reason and elm are excellent languages to start new projects in and have a lot of benefits in terms of type

[GitHub] [incubator-superset] nytai edited a comment on issue #9101: [SIP-36] Proposal for standardizing use of TypeScript

2020-02-10 Thread GitBox
nytai edited a comment on issue #9101: [SIP-36] Proposal for standardizing use of TypeScript URL: https://github.com/apache/incubator-superset/issues/9101#issuecomment-584289069 While reason and elm are excellent languages to start new projects in and have a lot of benefits in terms of

[GitHub] [incubator-superset] codecov-io commented on issue #9109: [migration] metadata for dashboard filters

2020-02-10 Thread GitBox
codecov-io commented on issue #9109: [migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#issuecomment-584293503 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/9109?src=pr=h1) Report > Merging

[GitHub] [incubator-superset] Taki-Eddine commented on issue #9108: UI won't load

2020-02-10 Thread GitBox
Taki-Eddine commented on issue #9108: UI won't load URL: https://github.com/apache/incubator-superset/issues/9108#issuecomment-584296185 > what's the result of accessing superset through port 9000 ? I am unable to connect. Nothing is listening on 9000 I think.

[GitHub] [incubator-superset] codecov-io edited a comment on issue #9109: [migration] metadata for dashboard filters

2020-02-10 Thread GitBox
codecov-io edited a comment on issue #9109: [migration] metadata for dashboard filters URL: https://github.com/apache/incubator-superset/pull/9109#issuecomment-584293503 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/9109?src=pr=h1) Report > Merging

[GitHub] [incubator-superset] stale[bot] closed issue #8763: npm error 68% building 3528/3594 modules 66 active ...-map/node_modules/d3-array/src/count.jsinternal/child_process.js:366 throw errnoExcep

2020-02-10 Thread GitBox
stale[bot] closed issue #8763: npm error 68% building 3528/3594 modules 66 active ...-map/node_modules/d3-array/src/count.jsinternal/child_process.js:366 throw errnoException(err, 'spawn'); ^ URL: https://github.com/apache/incubator-superset/issues/8763

[GitHub] [incubator-superset] stale[bot] closed issue #8322: An unknown error occurred. Please contact your Superset administrator

2020-02-10 Thread GitBox
stale[bot] closed issue #8322: An unknown error occurred. Please contact your Superset administrator URL: https://github.com/apache/incubator-superset/issues/8322 This is an automated message from the Apache Git Service. To