Monday, 23 January 2023

Python - What is print(f"...")

 The f means Formatted string literals and it's new in Python 3.6.

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 ...