When creating a schema.yml
file for a data model, I’m always confused about the expected data_type
values for the format like below. Do we have a list of suggested types, and does it vary on different query engines? Thanks!
columns:
- name: event_timestamp
data_type: TIMESTAMP
description: ""