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 2022/03/18 12:26:57 UTC

[GitHub] [superset] stillya opened a new issue #19251: Wrong API definition on /database/available REST in swagger

stillya opened a new issue #19251:
URL: https://github.com/apache/superset/issues/19251


   In Superset Swagger API REST for getting available database(/api/v1/database/available/) schema of response look like this:
   
   ```json
   [
     {
       "available_drivers": [
         "string"
       ],
       "default_driver": "string",
       "engine": "string",
       "name": "string",
       "parameters": {},
       "preferred": true,
       "sqlalchemy_uri_placeholder": "string"
     }
   ]
   ```
   But actual response is: 
   ```json
   {
       "databases": [
           {
               "available_drivers": [
                   "string"
               ],
               "default_driver": "string",
               "engine": "string",
               "name": "string",
               "parameters": {},
               "preferred": true,
               "sqlalchemy_uri_placeholder": "string"
           }
       ]
   }
   ```


-- 
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] stillya commented on issue #19251: Wrong API definition on /database/available REST in swagger

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


   Problem was solved by this PR - https://github.com/apache/superset/pull/16672


-- 
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] stillya commented on issue #19251: Wrong API definition on /database/available REST in swagger

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


   Problem was solved by this PR - https://github.com/apache/superset/pull/16672


-- 
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] stillya closed issue #19251: Wrong API definition on /database/available REST in swagger

Posted by GitBox <gi...@apache.org>.
stillya closed issue #19251:
URL: https://github.com/apache/superset/issues/19251


   


-- 
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] stillya closed issue #19251: Wrong API definition on /database/available REST in swagger

Posted by GitBox <gi...@apache.org>.
stillya closed issue #19251:
URL: https://github.com/apache/superset/issues/19251


   


-- 
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