Skip to content

Commit

Permalink
add tags documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karakanb committed Jun 4, 2024
1 parent f23f921 commit 67cfff2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/assets/definition-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ depends:
materialization:
type: table
tags:
- dashboard
- team:xyz
columns:
- name: one
type: integer
Expand Down Expand Up @@ -115,6 +119,11 @@ This is the column of the table that will be used for incremental updates of the
- **Type:** `String[]`
- **Default:** `[]`

## `tags`
A list of tags that can be used to categorize the asset. This is useful for searching and filtering assets when running.
- **Type:** `String[]`
- **Default:** `[]`

## `columns`

This is a list that contains all the columns defined with the asset, along with their quality checks and other metadata.
Expand Down

0 comments on commit 67cfff2

Please sign in to comment.