Stiivi / bubbles

[NOT MAINTAINED] Bubbles – Python ETL framework
http://bubbles.databrewery.org
Other
452 stars 80 forks source link

Field part reference for compound field types #8

Open Stiivi opened 11 years ago

Stiivi commented 11 years ago

Allow use of parts of compound/indexable field types such as dates and arrays in operations. Example:

p.filter_by_value(FieldPart("event_date", "year"), 2013)

Advantages:

Disadvantages:

Requirements:

Affected methods:

Recommendation: have this in OperationContext when argument annotations or when operation prototype metadata are implemented.