Skip to content

Commit

Permalink
Comments on newest Py script not in makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
zimolzak committed Feb 22, 2021
1 parent 93bf2cf commit 1487ada
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions advanced/transform_temptables.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# usage:
# Go to root directory of this repo.

# python ./advanced/transform_temptables.py Lung.sql > Lung_tt.sql

# ... and then do diff or move Lung_tt and Fobt_tt to overwrite
# Lung.sql and Fobt.sql. This is not incorporated into makefile at
# present, because it's designed to run once and only once, and then
# git commit the result.

import sys
import re
assert sys.version_info.major >= 3
Expand Down

0 comments on commit 1487ada

Please sign in to comment.