mistercrunch commented on issue #8703: adding cx_oracle package URL: https://github.com/apache/incubator-superset/pull/8703#issuecomment-562774596 Oh, you can just add whatever library you need in your environment on top of the `superset` package. You don't need for the `cx_oracle` package to be inside the `superset` package itself. ```bash pip install superset pip install cx_oracle ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
