Aniket Katkar cf2aafa770
changes in script to generate schemas documentation (#12325)
* changes in script to generate schemas documentation

* generated schema doc changes

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-07-11 09:59:51 +02:00

932 B

title slug
supersetApiConnection /main-concepts/metadata-standard/schemas/entity/utils/supersetapiconnection

SupersetApiConnection

Superset API Connection Config

Properties

  • provider: Authentication provider for the Superset service. For basic user/password authentication, the default value db can be used. This parameter is used internally to connect to Superset's REST API. Refer to #/definitions/apiProvider. Default: db.
  • username (string): Username for Superset.
  • password (string): Password for Superset.

Definitions

  • apiProvider (string): Authentication provider for the Superset service. For basic user/password authentication, the default value db can be used. This parameter is used internally to connect to Superset's REST API. Must be one of: ['db', 'ldap']. Default: db.

Documentation file automatically generated at 2023-07-07 05:50:35.981927.