-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It'd be nice to be able to customize the output template to set the defaults.
Right now the output looks like:
version: 2
models:
- name: users
description: ''
columns:
- name: user_id
description: ''
- name: created_at
description: ''But I'd like it to be (to match our org style):
version: 2
models:
- name: users
description: |
Description
columns:
- name: user_id
description: |
Description
tests:
- not_null
- name: created_at
description: |
Description
tests:
- not_nullMaybe a project-level Jinja macro could be used?
aswansyahputra and oleksii-nikitchuk
Metadata
Metadata
Assignees
Labels
No labels