--- id: mypy-boto3-databrew version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-databrew — Type annotations for boto3 GlueDataBrew 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 248.2K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's GlueDataBrew service. It was generated using mypy-boto3-builder 8.12.0 and provides type hints compatible with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. When installed, it enables IDE autocompletion and type checking for GlueDataBrew client calls without requiring explicit type annotations in your code. The package depends only on typing-extensions and is designed as a development-time tool—it can be installed under TYPE_CHECKING guards to avoid production dependencies. It includes annotations for the GlueDataBrewClient, paginators (ListDatasets, ListJobRuns, ListJobs, ListProjects, ListRecipeVersions, ListRecipes, ListRulesets, ListSchedules), and type definitions for service-specific objects. Use it for: - Enable IDE autocompletion and type hints when writing boto3 GlueDataBrew client code in VSCode or PyCharm. - Run mypy or pyright type checking on code that calls GlueDataBrew APIs to catch type errors before runtime. - Provide explicit type annotations for GlueDataBrewClient instances and paginator objects in larger AWS projects. - Reduce cognitive load when working with unfamiliar GlueDataBrew API operations by leveraging IDE tooltips and parameter hints. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's GlueDataBrew service, enabling static type checking with mypy, pyright, and editor support. Yes, if you use boto3 GlueDataBrew and want IDE autocompletion or static type checking. Install friction is minimal, maintenance is active, and the MIT license carries no restrictions. Note that PyCharm users may experience performance issues with the full type stubs; the documentation suggests using boto3-stubs-lite as an alternative if that occurs. ## Install pip install mypy-boto3-databrew uv add mypy-boto3-databrew poetry add mypy-boto3-databrew ## Installing mypy-boto3-databrew Before you install: Low install friction with a single runtime dependency (typing-extensions). Actively maintained with recent releases; repository shows 670 stars and last commit on 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-databrew from boto3.session import Session from mypy_boto3_databrew import GlueDataBrewClient client: GlueDataBrewClient = Session().client("databrew") # Type checking and IDE autocompletion now available Requires Python 3.9 or later; boto3 must be installed separately for runtime use. Verify before relying: - Performance impact in PyCharm with full boto3-stubs (documentation mentions potential slowness with Literal overloads). - Whether type coverage is complete for all GlueDataBrew API operations in version 1.43.0. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 248.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs databrew, aws glue databrew type hints, boto3 autocomplete ide support, mypy boto3 annotations, python aws sdk type checking, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-databrew) · [View on PyPI](https://pypi.org/project/mypy-boto3-databrew/)