[dbt Docs] Docomentation(미완성, 후추)

3550 단어 dbttech

Documentation


https://docs.getdbt.com/docs/building-a-dbt-project/documentation
(이 장은 지금 그렇게 많은 것이 필요하지 않기 때문에 신속하게 방송한다)

Related documentation

  • 속성 선언

  • dbt docs 명령
  • 하위 명령generate, serve
  • dbt docs 문서 생성
  • target/ 디렉토리에서 생성index.html
  • target/manifest.json

  • 생성target/catgalog.json, 메타데이터 또는 의존 관계
  • generate 파일 생성
  • serve 웹 서버 시작
  • doc Jinja function
  • Assumed knowledge


    Overview


    dbt는 dbt 프로젝트 문서를 생성하여 웹 사이트로 렌더링하는 방법을 제공합니다.

  • 프로젝트 정보: 모드 코드, 프로젝트 DAG, 열에 추가된 테스트 등을 포함한다.

  • 데이터 소프트웨어 하우스에 대한 정보: 열의 데이터 형식과 표의 사이즈 등.이 정보는 정보 모드에 대한 조회를 통해 생성됩니다.
  • 기본 자동 생성 항목 이외의 항목을 추가할 수도 있습니다.

    Adding descriptions to your project


    (추가 기재)
    발표description:models/.yml
    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

    좋은 웹페이지 즐겨찾기