Thursday, 2 December 2021

List file names in a directory by file explorer

  • Go to the specific directory where files are stored.
  • Select all files by CNTRL+A.
  • Press Shift and Right click on files
  • Select “copy as path” from right click menu
  • Paste the result in file editor


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