-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: InfluxDB ReadOnly On/Offline, use Waitress instead of Gunicorn, and integrate Feast.client into repo #3973
Comments
Hi, I'm not familiar enough with InfluxDB to answer that, but let me address other points.
Thanks |
Thanks @tokoko -
From a Feast perspective, it would be great if there were something similar, like:
|
|
@SeanWidesense fyi, |
Thank you @tokoko! I'll try it as soon as possible. |
The problem is solved as we use "unicorn" instead of "gunicorn" and let Feast can run in Windows and WSL. |
Hello!
Couple of thoughts (simple implementations) that would be fantastic improvements for Feast:
`
import mlflow
remote_server_uri = "http://192.1.6.299:5000"
mlflow.set_tracking_uri(remote_server_uri)
if save_model:
with mlflow.start_run(run_name="test_run"):
mlflow.log_artifact("jupyter_notebook_2024_02_23_MLFLOW.py")
mlflow.log_artifact("cleaned_parquet_file_166")
`
Look at how simple it is to integrate MLFlow into my workflow!!! I believe this is very attainable for Feast, and kind of necessary in a client/server world.
Finally, THANK YOU for upgrade support of Pandas 2.2.x @sudohainguyen! That was an absolute show stopper for us if it wasn't resolved (currently I'm running with Pandas 2.2.1 while the PR gets approved and merged into the pip binaries).
The text was updated successfully, but these errors were encountered: