Skip to content

Instantly share code, notes, and snippets.

View clrcrl's full-sized avatar

Claire Carroll clrcrl

View GitHub Profile
{% macro clean_data(relation) %}
{%- set columns = adapter.get_columns_in_relation(relation) -%}
{% set where_clauses={
'id': 'not in (1, 2)',
'last_name': "not in ('Carroll')"
} %}
select