Skip to content

Add missing documentation for pivot distinct argument#1073

Open
tripleaceme wants to merge 1 commit intodbt-labs:mainfrom
tripleaceme:fix/pivot-distinct-docs
Open

Add missing documentation for pivot distinct argument#1073
tripleaceme wants to merge 1 commit intodbt-labs:mainfrom
tripleaceme:fix/pivot-distinct-docs

Conversation

@tripleaceme
Copy link
Copy Markdown

Summary

  • Adds the missing distinct argument to the pivot macro's documentation in README.md
  • The distinct parameter (default: false) controls whether DISTINCT is used inside the aggregation function

Closes #1054

Test plan

  • Verified the distinct argument exists in the macro signature (macros/sql/pivot.sql) with default value False
  • Confirmed the new docs entry follows the same format as existing args

@tripleaceme tripleaceme requested a review from a team as a code owner March 11, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing documentation for pivot argument distinct

1 participant