> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sdf.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Account Usage Table Functions

## `tag_references_with_lineage`

*Supported Signatures*

```sql theme={null}
function tag_references_with_lineage(string) returns struct<
  tag_database string,
  tag_schema string,
  tag_id bigint,
  tag_name string,
  tag_value string,
  level string,
  object_database string,
  object_schema string,
  object_id bigint,
  object_name string,
  object_deleted timestamp,
  domain string,
  column_id bigint,
  column_name string
>

```

[🔗 Official Documentation](https://docs.snowflake.com/en/sql-reference/functions/tag_references_with_lineage)
