Project

General

Profile

Actions

Task #459

open

data provider feedback: propagate srcs (input columns for an intermediate column) for all tables, not just SQL functions?

Added by Aaron Marcuse-Kubitza over 11 years ago.

Status:
New
Priority:
Normal
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
      

No data to display

Actions

Also available in: Atom PDF