Skip to content

henriblancke/atom-dbt-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-dbt-formatter

Format DBT macros, jinja and SQL using Atom and dbt-formatter.

Installation

  • Find the package using the Atom UI
  • Or, install it via the command line
apm install atom-dbt-formatter

Usage

  • Go to Packages > DBT formatter > Format.
  • Use the ctrl-alt-d shortcut to format jinja-flavored SQL.

Development

npm install
apm link -d
atom -d

Issues

Please report issues in the dbt-formatter project. Any feedback on the formatting is welcome as well!