Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify varchar default limit and how to exceed #5064

Merged
merged 6 commits into from
Mar 13, 2024

Conversation

mirnawong1
Copy link
Contributor

per user feedback and multiple support tickets where users were confuse, this pr adds clarification that varchar default to 256 characters. To exceed the limit, users can specify the data_type to varchar(max).

slack thread here: https://dbt-labs.slack.com/archives/C02NCQ9483C/p1710248503404249

per user feedback and multiple support tickets where users were confuse, this pr adds clarification that varchar default to 256 characters. To exceed the limit, users can specify the data_type to `varchar(max)`.
@mirnawong1 mirnawong1 requested a review from a team as a code owner March 12, 2024 13:26
Copy link

vercel bot commented Mar 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2024 1:42pm

@github-actions github-actions bot added content Improvements or additions to content size: x-small This change will take under 3 hours to fix. Docs team Authored by the Docs team @dbt Labs labels Mar 12, 2024
@mirnawong1 mirnawong1 merged commit 33e1ac0 into current Mar 13, 2024
7 checks passed
@mirnawong1 mirnawong1 deleted the mirnawong1-patch-27 branch March 13, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content Docs team Authored by the Docs team @dbt Labs size: x-small This change will take under 3 hours to fix.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants