v1.4.10
v1.4.10
-
Fixed an issue with syncing background jobs.
The--name
flag of background jobs with colliding with thename
keyword argument ofSQLConnector.to_sql()
. -
Fixed a datetime bounding issue when
datetime
index is omitted.
If the minimum datetime value of the incoming dataframe cannot be determined, do not bound theget_data()
request. -
Keep existing parameters when registering plugin pipes.
When a pipe is registered with a plugin as its connector, the return value of theregister()
function will be patched with the existing in-memory parameters. -
Fixed a data type syncing issue.
In cases where fetched data types do not match the data types in the pipe's table (e.g. automatic datetime columns), a bug has been patched to ensure the correct data types are enforced. -
Added
Venv
to the root namespace.
Now you can access virtual environments directly frommrsm
:import meerschaum as mrsm with mrsm.Venv('noaa'): import pandas as pd