กรณีศึกษา: การสร้าง Data Model สำหรับ E-Commerce ด้วย dbt
Susan Sun
Freelance Data Scientist
dbt ถูกใช้งานในหลายอุตสาหกรรม:
dbt ทำงานร่วมกับ modern stack ได้ดี:


ตัวอย่างโปรเจกต์ dbt:

สรุปคำสั่ง dbt:
# Checks if/where dbt is installed
which dbt
# Checks the version of dbt installed
dbt --version
# Initializes a new dbt project
dbt init <project_name>
# Short for dbt --help
dbt -h
กรณีศึกษา: การสร้าง Data Model สำหรับ E-Commerce ด้วย dbt