Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
resolves a couple of nits
Signed-off-by: aurobindoc <aurobindoc1991@gmail.com>
  • Loading branch information
aurobindoc committed Apr 24, 2022
commit 5774d6b5a7c88b497ee6e96d7f7c7c95c5f8270f
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ The services with containerized replacements currently implemented are:
- DynamoDB
- Redis
- Trino
- HBase

You can run `make test-python-integration-container` to run tests against the containerized versions of dependencies.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Registered feature view driver_hourly_stats_view
Deploying infrastructure for driver_hourly_stats_view
```

### Migrate Latest Data to Online Feature Store (HBase)
### Materialize Latest Data to Online Feature Store (HBase)
```
$ CURRENT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%S")
$ feast -c feature_repo materialize-incremental $CURRENT_TIME
Expand Down