Actions
Task #459
opendata provider feedback: propagate srcs (input columns for an intermediate column) for all tables, not just SQL functions?
Start date:
07/30/2012
Due date:
% Done:
0%
Estimated time:
Activity type:
Description
- but would not want to propagate them for hierarchical tables (plantname, namedplace), because each level should be seen as independent although it's linked in the schema
- to filter this case, add the following near the end of sql_io.py put_table():
srcs = filter(lambda v: v.name != 'parent_id', sql_gen.cols_srcs(in_cols)) # don't propagate srcs in hierarchies
- to filter this case, add the following near the end of sql_io.py put_table():
No data to display
Actions