在 Docker 中添加新的数据库驱动程序

发布于 2025-01-18 06:25:30 字数 473 浏览 1 评论 0原文

我正在尝试根据指令安装驱动程序pymssql: https://superset.apache.opache.org.org/databases/databases/databases/databases/databases/databases/database/database/database/database/database/database/database/databas, -Drivers/ 我不明白在哪里创建文件需求local.txt。什么是./docker? 当我进行Docker-Compose build-force-rm在目录中docker-compose.yml它重建旧容器。

I'm trying to install the driver pymssql according to the instruction:
https://superset.apache.org/docs/databases/docker-add-drivers/
I didn't understand where to create the file requirements-local.txt. What is ./docker?
When i do docker-compose build --force-rm in the directory where it is docker-compose.ymlit rebuilds old containers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一生独一 2025-01-25 06:25:30

该教程假设您在Superset GitHub存储库的克隆中。

./docker指此文件夹 在超级储备库中

应该在pythonpath_dev目录中创建需求文件

The tutorial is assuming you are inside a clone of the superset github repo.

./docker refers to this folder present inside the superset repo

So, you are supposed to create a requirements file in the pythonpath_dev directory present in it

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文