Shuchu Han
Shuchu Han
The current version of Feast is v0.37. And we need to update the outdated content.
## Expected Behavior The On Demand Feature View has implementations with using Python nativ object and Pandas object as the input/output. We want to evaluate the performance in terms of...
# Which issue(s) this PR fixes: The `datetime.utcnow()` is about to be deprecated in Python3.12. This pr use one single function to wrap the `datetime.utcnow()` for easy update and fix....
### Copied from SonarCloud: ``` In Python 3.9 and later, the zoneinfo module is the recommended tool for handling timezones, replacing the pytz library. This recommendation is based on several...
The code quality report is here: https://sonarcloud.io/summary/new_code?id=shuchu_feast
Reference : https://sonarcloud.io/project/security_hotspots?id=shuchu_feast&hotspots=AY9leJjfaz5TZ8maDgoc https://sonarcloud.io/project/security_hotspots?id=shuchu_feast&hotspots=AY9leJk3az5TZ8maDgo8 ### Specifications - Version: - Platform: - Subsystem: ## Possible Solution Set the `autoescape=True` in Jinjia2 `Environment()`
Refer the the Golang requirement mentioned in this doc: https://opentelemetry.io/docs/languages/go/getting-started/