Monday, 5 December 2022

Python Data Types

Text Type  str
Numeric Types  int, float, complex
Sequence Types  list, tuple, range
Mapping Type  dict
Set Types  set, frozenset
Boolean Type  bool
Binary Types  bytes, bytearray, memoryview
None Type  NoneType

DBT - Models

Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...