2022-06-27 15:14:04 +02:00
---
title: Run Superset Connector using the CLI
2022-07-09 11:56:37 +02:00
slug: /openmetadata/connectors/dashboard/superset/cli
2022-06-27 15:14:04 +02:00
---
< ConnectorIntro connector = "Superset" goal = "CLI" / >
< Requirements / >
2022-08-19 11:19:06 +02:00
The ingestion also works with Superset 2.0.0 🎉
2022-08-18 11:43:45 +02:00
< PythonMod connector = "Superset" module = "superset" / >
2022-06-27 15:14:04 +02:00
< MetadataIngestionServiceDev service = "dashboard" connector = "Superset" goal = "CLI" / >
< h4 > Source Configuration - Service Connection< / h4 >
- **hostPort**: URL to the Superset instance.
- **username**: Specify the User to connect to Superset. It should have enough privileges to read all the metadata.
- **password**: Password for Superset.
2022-08-19 11:19:06 +02:00
- **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.
2022-06-27 15:14:04 +02:00
< MetadataIngestionConfig service = "dashboard" connector = "Superset" goal = "CLI" / >