英文:
Airflow S3 connection type is missing
问题
我正在使用Airflow 2.5.1版本和Python 3.10。我需要在管理>添加连接中创建S3连接类型。但是在下拉菜单中缺少S3连接类型选项。
我已经安装了apache-airflow-providers-amazon提供程序,并尝试重新启动,但问题仍然存在。任何帮助将不胜感激。
英文:
I'm using the versions airflow 2.5.1 and python 3.10. I need to create S3 connection type in Admin>Add connection. But the connection Type for S3 in dropdown is missing.
I already installed the the provider apache-airflow-providers-amazon and also tried re-starting. But the issue remains. Any help would be much appreciated.
答案1
得分: 3
我最终使用了Amazon Web Services的连接类型。它与相同的S3钩子一起工作。
英文:
I ended up using connection type Amazon Web Services. It worked with the same s3 hook.
答案2
得分: 0
自亚马逊提供者的第6个版本起,此连接类型 已被移除。正如您已经发现的那样,您可以直接使用亚马逊网络服务连接类型,并在连接的 'extra' 字段中指定特定于S3的配置 就像这个例子中描述的那样。
英文:
Since version 6 of the Amazon providers this connection type has been removed. As you've already found out, you can just use the Amazon Web Services connection type and specify s3 specific configuration in the connection's 'extra' field like in this example
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论