superset_database_test_connection
Test a database connection by validating a SQLAlchemy URI without creating it. Ensure the URI is reachable from the Superset server to prevent setup issues.
Instructions
Test a database connection without creating it.
IMPORTANT: the URI must be reachable from the Superset server.
Args: database_name: Connection name (shown in error messages). sqlalchemy_uri: SQLAlchemy URI to test. extra: JSON string with additional settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extra | No | ||
| database_name | Yes | ||
| sqlalchemy_uri | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |