设置
- 按照 设置 AWS 账户的说明 操作。
- 安装 boto3 库:
pip install boto3
示例
带表过滤的示例
表过滤允许您有选择地检索 Glue 数据库中特定子集的表的模式信息。您可以使用table_filter 参数指定您感兴趣的表,而不是加载所有表的模式。
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.
使用 LangChain Python 集成 Glue 目录文档加载器。
pip install boto3table_filter 参数指定您感兴趣的表,而不是加载所有表的模式。