Do column tags in schema.yml file show up on the DBT documentation static website (http://localhost:8080)?
If yes, where do I see it? I can see model tags but don’t see column level tags.
Please help.
models:
- name: dim_branch
description: "branch location table. This table is at the location grain."
columns:
- name: phone_number
description: "Phone number associated with each planner location. PII data"
tags: ["pii"]
This works to populate the field in dbt docs but it’s not searchable. Are there any plans to either make meta searchable in dbt docs or build out column tags?