You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/01/22 11:26:18 UTC

[GitHub] [superset] frafra opened a new issue #12684: "Connecting to Databases/index.mdx": no built-in support for Postgres

frafra opened a new issue #12684:
URL: https://github.com/apache/superset/issues/12684


   https://github.com/apache/superset/blob/f2b802978d99b0cf329520c120b2decd5953ddd0/docs/src/pages/docs/Connecting%20to%20Databases/index.mdx#L19
   
   https://github.com/apache/superset/blob/f2b802978d99b0cf329520c120b2decd5953ddd0/docs/src/pages/docs/Connecting%20to%20Databases/postgres.mdx#L11-L12
   
   https://github.com/apache/superset/blob/f2b802978d99b0cf329520c120b2decd5953ddd0/requirements/docker.in#L19


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] frafra commented on issue #12684: "Connecting to Databases/index.mdx": no built-in support for Postgres

Posted by GitBox <gi...@apache.org>.
frafra commented on issue #12684:
URL: https://github.com/apache/superset/issues/12684#issuecomment-926556284


   ```
   for pkg in psycopg2 mysql presto; do grep -r $pkg requirements/; done
   requirements/development.txt:psycopg2-binary==2.8.5
   requirements/docker.txt:psycopg2-binary==2.9.1
   requirements/development.txt:mysqlclient==1.4.2.post1
   requirements/testing.txt:pyhive[hive,presto]==0.6.4
   ```
   
   I think the documentation could add that development and Docker versions have built-in support for some databases or something like that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] BIT-9933 commented on issue #12684: "Connecting to Databases/index.mdx": no built-in support for Postgres

Posted by GitBox <gi...@apache.org>.
BIT-9933 commented on issue #12684:
URL: https://github.com/apache/superset/issues/12684#issuecomment-765554971


   Gy


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org