Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document the
Column.is_integer()
instance method (#4113)
[Preview: dbt Classes > Column > Instance methods](https://docs-getdbt-com-git-dbeatty-column-is-integer-dbt-labs.vercel.app/reference/dbt-classes#instance-methods) ## What are you changing in this pull request and why? `Column.is_integer()` was the only one of [these](https://github.com/dbt-labs/dbt-core/blob/d91265411061463b42d6f4d6d94e094a42a96d2b/core/dbt/adapters/base/column.py#L49-L85) that was missing documentation. ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) and [About versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) so my content adheres to these guidelines.
- Loading branch information