-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTODO
24 lines (16 loc) · 989 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
extensions/etl Line 28:
generate a subselect the same as with the odku case so #generate_unique works... ie, use an actual subselect that is JOINed.
extensions/slack Line 9:
if the data is too big, need to either shorten it, or batch it. currently just shortening it, might want to make that an option. might want the awk commands to be centralized between the 2 places
extensions/tee Line 8: tfn="$TEE_EXT_DIR/${ext_opt:-$base_filename}-$TEE_EXT_FILE_SHARD"
make docs discover this
extensions/teea Line 8:
make this mimic .tee
includes/locking Line 17: add_file_cleanup "$MY_LOCK"
need to setup PID namespaces or cgroups to make killing children easier without a race condition.
includes/vcurl Line 71:
need to be able to optionally pass in data files... or maybe it is better to force those to be created and used on the commandline?
post.sh/slack_errors Line 7:
should I add a retry?
pp_etl_log2sql_compute_variables Line 1:
should I validate that tag is surrounded by `[]`s?