model 스키마
model 스키마 (schema)
model이 materialize되도록 구성된 스키마를 말해요. 보통 model['schema']와 동일해요.
출처: 문서
본문
모델이 materialize되는 스키마는 대개 다음과 같이 접근할 수 있어요:
model['schema']
이 값은 프로젝트 구성과 custom schemas 설정에 따라 달라질 수 있어요.
더 알아보기 (Learn more)
schema변수는 현재 모델이 쌓이는 스키마를 가리켜요.- 관련 개념: this, custom schemas.