gemma-atom

Snippets and commands to boost Atom productivity. Created and maintained by Gemma Analytics.

Gemma-Analytics

708

0

0.5.0

MIT

GitHub

gemma-atom package

This package is created to boost productivity with Atom at Gemma Analytics. We work extensively with dbt and this packages' content reflect it. It is generally assumed that a user of this package also uses the atom-dbt package.

Commands

Turn to reference

Command: CTRL + ALT + j

Turn selected text to a reference, like so:

Selected text: schema.table or table or database.schema.table (e.g. bijan_dbt.fact_sales)

Result: {{ ref('table') }} / {{ ref('fact_sales') }}

This is useful to convert queries written in a query editor to dbt models. Remove double quotes if they exist.