AWS气流添加提供商-MongoDB

发布于 2025-02-02 23:57:01 字数 121 浏览 1 评论 0 原文

我是AWS气流的新手。 我在AWS EC2实例上进行了不受管理的气流,我想将其转移到托管中。 当我浏览托管的气流时,我看到MongoDB缺少提供商。 如何将其添加到“连接类型”下拉列表中? 在这个问题上,我找不到任何向导引导我。

I'm new in the AWS Airflow.
I have unmanaged Airflow on AWS ec2 instance which I want to move to the managed one.
When I went over the managed Airflow I saw there is missing provider for MongoDB.
How can I add it to the "connection type" drop down?
I couldn't found any wizard for guide me in this issue.

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

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

发布评论

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

评论(1

画中仙 2025-02-09 23:57:01

您需要为MWAA环境安装MongoDB提供商包。将软件包 apache-airflow-Providers-mongo 添加到 sumplions.txt 。默认情况下,MWAA环境中未安装MongoDB提供商软件包。

参考

  1. nofollow noreferrer“> apache-airflow-airflow-providers-mongo(airflow)
  2. 安装python依赖关系(mwaa)

You'll need to install the MongoDB provider package for the MWAA environment. Add the package apache-airflow-providers-mongo to requirements.txt. The MongoDB provider package is not installed by default in the MWAA environment.

References

  1. apache-airflow-providers-mongo (Airflow)
  2. Installing Python dependencies (MWAA)
  3. Default provider packages (GitHub)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文