Skip to content

Commit

Permalink
Add docs url to flag itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Nov 19, 2024
1 parent 4f49871 commit 5d61508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/adapters/snowflake/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def _behavior_flags(self) -> List[BehaviorFlag]:
"benefits only those actively using it, we've made this behavior opt-in to "
"prevent unnecessary latency for other users."
),
"docs_url": "https://docs.getdbt.com/reference/resource-configs/snowflake-configs#iceberg-table-format",
}
]

Expand Down

0 comments on commit 5d61508

Please sign in to comment.