[dbt Docs] Docomentation(미완성, 후추)
Documentation
(이 장은 지금 그렇게 많은 것이 필요하지 않기 때문에 신속하게 방송한다)
Related documentation
dbt docs 명령
generate
, serve
dbt docs
문서 생성target/
디렉토리에서 생성index.html
target/manifest.json
생성
target/catgalog.json
, 메타데이터 또는 의존 관계generate
파일 생성serve
웹 서버 시작Assumed knowledge
Overview
dbt는 dbt 프로젝트 문서를 생성하여 웹 사이트로 렌더링하는 방법을 제공합니다.
프로젝트 정보: 모드 코드, 프로젝트 DAG, 열에 추가된 테스트 등을 포함한다.
데이터 소프트웨어 하우스에 대한 정보: 열의 데이터 형식과 표의 사이즈 등.이 정보는 정보 모드에 대한 조회를 통해 생성됩니다.
Adding descriptions to your project
(추가 기재)
발표
description:
models/version: 2
models:
- name: events
description: This table contains clickstream events from the marketing website
columns:
- name: event_id
description: This is a unique identifier for the event
tests:
- unique
- not_null
- name: user-id
quote: true
description: The user who performed the event
tests:
- not_null
Generating project documentation
FAQs
Using Docs Blocks
Syntax
Placement
Usage
Setting a custom overview
Custom project-level overviews
Navigating the documentation site
Deploying the documentation site
Reference
이 문제에 관하여([dbt Docs] Docomentation(미완성, 후추)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/gak_t12/articles/27a66e86c16a8c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)