mindsdb / mindsdb_native

Machine Learning in one line of code
http://mindsdb.com
GNU General Public License v3.0
37 stars 28 forks source link

Fix DataTransformer date dispatch #513

Closed paxcema closed 3 years ago

paxcema commented 3 years ago

Why

Whenever data subtype was TIMESTAMP, the current flow would incorrectly drop information (by using _standardize_date regardless of subtype). For more, see #512.

How

Choosing the function based on the subtype.