Skip to content

Instantly share code, notes, and snippets.

@EvaSDK
EvaSDK / master.conf
Last active October 17, 2017 10:03
Example of problematic cross-env dependency
fileserver_backend:
- git
- roots
gitfs_remotes:
- file:///srv/salt-states.git
file_roots:
base:
- /srv/formulas/postgres-formula
SQL:
WITH mt_to_clean AS (
SELECT mt.key
FROM
master_table AS mt
LEFT JOIN secondary_table_1 AS position
ON mt.key = position.mt_key
LEFT JOIN secondary_table_2 AS bvd_copy
ON mt.key = bvd_copy.mt_key