GitHub user rsaleev created a discussion: Oracle DB drivers customization

@dosu

I've installed oracledb and instantclient (not connected), but I don't see 
Oracle in preferred databases and connection string raise EngineSpec error

```
SQLALCHEMY_ENGINES = {
    "oracle": "oracledb",
}

PREFERRED_DATABASES: list[str] = ["PostgreSQL", "MySQL", "Oracle"]

ALLOWED_DB_DRIVERS = [
    "postgresql",  # PostgreSQL
    "mysql",  # MySQL
    "oracle",  # Oracle
]
```

GitHub link: https://github.com/apache/superset/discussions/41212

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to