Opened 7 years ago

Closed 7 years ago

#1566 closed defect (fixed)

wcst_import should support python statements

Reported by: Vlad Merticariu Owned by: Vlad Merticariu
Priority: major Milestone: 9.4
Component: wcst_import Version: development
Keywords: Cc: Dimitar Misev, Bang Pham Huu
Complexity: Medium

Description

Currently, wcst_import only supports evaluating python expressions. It needs to support python statements as well (e.g. "from datetime import datetime, timedelta"), in order to allow using external modules in the expressions.

Change History (4)

comment:1 by Bang Pham Huu, 7 years ago

Cc: Dimitar Misev Bang Pham Huu added
Component: undecidedwcst_import
Milestone: 9.4

comment:2 by Dimitar Misev, 7 years ago

how hard would it be to support this? I'd say it's better suited for 9.5

comment:3 by Vlad Merticariu, 7 years ago

I need it for the mars connection, where I must manually deduce all datetimes in a file, sent code for review.

comment:4 by Bang Pham Huu, 7 years ago

Resolution: fixed
Status: newclosed

patch was accepted.

Note: See TracTickets for help on using tickets.