features
Here are 217 public repositories matching this topic...
-
Updated
Sep 25, 2020 - Ruby
In the following file:
https://github.com/feast-dev/feast/blob/master/infra/charts/feast/values-batch-serving.yaml
stores:
- name: historical
type: BIGQUERY
config:
project_id: <google_project_id>
dataset_id: <bigquery_dataset_id>
If you provide the actual dataset_id, which is in the format of project:dataset_name feast will not able
-
Updated
Sep 26, 2020 - R
-
Updated
Jan 30, 2018
-
Updated
Jul 17, 2020 - Python
-
Updated
Nov 13, 2019 - R
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Mar 23, 2020 - Python
-
Updated
Feb 7, 2020 - C#
-
Updated
Aug 16, 2018 - Java
-
Updated
Feb 19, 2019 - JavaScript
-
Updated
Sep 28, 2020 - Python
-
Updated
Apr 25, 2020
-
Updated
Aug 29, 2017 - Jupyter Notebook
-
Updated
Aug 17, 2020 - Python
-
Updated
Feb 12, 2019 - Shell
-
Updated
Nov 28, 2018 - Crystal
-
Updated
Jul 13, 2020 - Java
-
Updated
Jan 30, 2020 - Python
Improve this page
Add a description, image, and links to the features topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the features topic, visit your repo's landing page and select "manage topics."
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.