-
Notifications
You must be signed in to change notification settings - Fork 998
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
Forward-port Support for Cassandra [WIP] #475
Forward-port Support for Cassandra [WIP] #475
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 58527de - Browse repository at this point
Copy the full SHA 58527deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dae18f - Browse repository at this point
Copy the full SHA 6dae18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d12bcce - Browse repository at this point
Copy the full SHA d12bcceView commit details
Commits on Jan 8, 2020
-
<doc>(README): add a link for user to view docs on GitBook (feast-dev…
…#385) Co-authored-by: Willem Pienaar <6728866+woop@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1a00db1 - Browse repository at this point
Copy the full SHA 1a00db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1afec9b - Browse repository at this point
Copy the full SHA 1afec9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c82ba8f - Browse repository at this point
Copy the full SHA c82ba8fView commit details -
Introduce datatypes/java module for proto generation (feast-dev#391)
Rather than the Maven protobuf plugin running on the same symlinked definitions in several Java modules, localize this process into one module that the others depend on. This provides a single module that can be depended on by third-party extensions with the bare minimum of dependencies. Also removes proto files that are no longer used.
Configuration menu - View commit details
-
Copy full SHA for 8bdc38c - Browse repository at this point
Copy the full SHA 8bdc38cView commit details -
Add PR template (feast-dev#416)
* Add PR template * Remove line about not using fixes * Add notes about CLA and release notes
Configuration menu - View commit details
-
Copy full SHA for 17e7dca - Browse repository at this point
Copy the full SHA 17e7dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9912d45 - Browse repository at this point
Copy the full SHA 9912d45View commit details
Commits on Jan 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6681d4f - Browse repository at this point
Copy the full SHA 6681d4fView commit details -
Update Changelog (feast-dev#423)
* Initial commit of changelog up to 0.4.3 * Remove unreleased changes on master * Add missing changelog manually Co-authored-by: Khor Shu Heng <32997938+khorshuheng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0e31aef - Browse repository at this point
Copy the full SHA 0e31aefView commit details -
Bump hibernate-validator from 6.0.13.Final to 6.1.0.Final in /ingesti…
…on (feast-dev#421) Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.0.13.Final to 6.1.0.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/master/changelog.txt) - [Commits](hibernate/hibernate-validator@6.0.13.Final...6.1.0.Final) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 20ce16e - Browse repository at this point
Copy the full SHA 20ce16eView commit details -
Publish datatypes/java along with sdk/java (feast-dev#426)
This forward-ports a straggling commit from feast-dev#407: it was missed when initially creating the datatypes module because Sonatype publishing setup was added concurrently.
Configuration menu - View commit details
-
Copy full SHA for 2a33f7b - Browse repository at this point
Copy the full SHA 2a33f7bView commit details
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 833d495 - Browse repository at this point
Copy the full SHA 833d495View commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5fcc30f - Browse repository at this point
Copy the full SHA 5fcc30fView commit details -
Add documentation for bigquery batch retrieval (feast-dev#428)
* Add documentation for bigquery batch retrieval * Fix formatting for multiline comments
Configuration menu - View commit details
-
Copy full SHA for 913e7c9 - Browse repository at this point
Copy the full SHA 913e7c9View commit details -
Allow log level to be set via environmental variable. Add ability to set appender type in serving. Remove logback-classic from ingestion as it is a library so should not bring its own impl. Upgrade log4j to 2.12.1 to support objectMessageAsJsonObject. Fix logger config targeting feast package in serving an add same concept for core.
Configuration menu - View commit details
-
Copy full SHA for eefdc35 - Browse repository at this point
Copy the full SHA eefdc35View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb960a7 - Browse repository at this point
Copy the full SHA bb960a7View commit details
Commits on Jan 20, 2020
-
Update protos with Tensorflow data validation schema (feast-dev#438)
* Add presence, shape and domain fields to EntitySpec and FeatureSpec These are copied from definition in Schema.proto in tensorflow data validation * Add presence,shape and domain fields to Field class
Configuration menu - View commit details
-
Copy full SHA for ba1c828 - Browse repository at this point
Copy the full SHA ba1c828View commit details -
Add retry options to BigQuery (feast-dev#431)
* Add retry options to BigQuery Add two fields to job properties and use them to set retry options in all BigQuery job waitFor calls, as per Google example. * Change timeout defaults and add config to e2e test to fix failure.
Configuration menu - View commit details
-
Copy full SHA for fe520a9 - Browse repository at this point
Copy the full SHA fe520a9View commit details
Commits on Jan 21, 2020
-
Change RedisBackedJobService to use a connection pool (feast-dev#439)
* Change job service connection to use a connection pool * Close connection * Remove isConnected condition * Add simple test to test that pool recovers broken connections * Catch JedisExceptions separately * Catch only JedisConnectionException
Configuration menu - View commit details
-
Copy full SHA for 0a8987e - Browse repository at this point
Copy the full SHA 0a8987eView commit details
Commits on Jan 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bce068a - Browse repository at this point
Copy the full SHA bce068aView commit details
Commits on Jan 28, 2020
-
zhilingc committed
Jan 28, 2020 Configuration menu - View commit details
-
Copy full SHA for b6455e2 - Browse repository at this point
Copy the full SHA b6455e2View commit details -
Allow users not to set max age for batch retrieval (feast-dev#446)
* Allow users not to set max age for batch retrieval * Fix typo in test assertion
Configuration menu - View commit details
-
Copy full SHA for 1645938 - Browse repository at this point
Copy the full SHA 1645938View commit details
Commits on Jan 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4cd928d - Browse repository at this point
Copy the full SHA 4cd928dView commit details -
Update Changelog (feast-dev#447)
* Update Changelog * Remove closed issues
Chen Zhiling authoredJan 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 1b47ac4 - Browse repository at this point
Copy the full SHA 1b47ac4View commit details
Commits on Feb 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 01962c3 - Browse repository at this point
Copy the full SHA 01962c3View commit details -
Deduplicate example notebooks (feast-dev#456)
* Deduplicate example notebooks * Merge docker-compose.yml for both batch and online serving.
Configuration menu - View commit details
-
Copy full SHA for 361cbd1 - Browse repository at this point
Copy the full SHA 361cbd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d208f - Browse repository at this point
Copy the full SHA 06d208fView commit details
Commits on Feb 3, 2020
-
Update README.md and remove versions from Helm Charts (feast-dev#457)
* Update README.md and remove versions from Helm Charts * Fix type in README.md
Configuration menu - View commit details
-
Copy full SHA for ff9bb75 - Browse repository at this point
Copy the full SHA ff9bb75View commit details
Commits on Feb 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ebb6937 - Browse repository at this point
Copy the full SHA ebb6937View commit details -
Configuration menu - View commit details
-
Copy full SHA for a921285 - Browse repository at this point
Copy the full SHA a921285View commit details
Commits on Feb 7, 2020
-
Fix typo in split string length check (feast-dev#464)
Chen Zhiling authoredFeb 7, 2020 Configuration menu - View commit details
-
Copy full SHA for baece07 - Browse repository at this point
Copy the full SHA baece07View commit details -
Use concrete class for AvroCoder compatibility (feast-dev#465)
Chen Zhiling authoredFeb 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 951a5b5 - Browse repository at this point
Copy the full SHA 951a5b5View commit details
Commits on Feb 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 98b6be4 - Browse repository at this point
Copy the full SHA 98b6be4View commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for baadbe7 - Browse repository at this point
Copy the full SHA baadbe7View commit details -
Upgrade to Java 11 (feast-dev#451)
* Upgrade to Java 11 * Add support for Java 1.8 in Maven enforcer Co-authored-by: David Heryanto <david.heryanto@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e227d5 - Browse repository at this point
Copy the full SHA 8e227d5View commit details -
Helm Chart Upgrades (feast-dev#458)
Move prometheus-statsd-exporter to toggleable core dependency (default false). Add ingresses for gRPC and HTTP for both core and serving. Refactor ConfigMaps to user Spring profiles rather than manipulating the base application.yaml. Add ability to define and enable arbitrary Spring profiles. Add toggle to enable prometheus scraping in core. Add parameters to change LOG_LEVEL and LOG_TYPE (feast-dev#430). Add parameter to specify GOOGLE_CLOUD_PROJECT. Allow jar path to be specified (e.g. if using non-standard image). Add missing documentation for Helm parameters.
Configuration menu - View commit details
-
Copy full SHA for 761dfff - Browse repository at this point
Copy the full SHA 761dfffView commit details
Commits on Feb 13, 2020
-
Update v0.4.4 changelog to be consistent with the release
Shu Heng committedFeb 13, 2020 Configuration menu - View commit details
-
Copy full SHA for edfc9f4 - Browse repository at this point
Copy the full SHA edfc9f4View commit details -
Use Java 8 SDK for branch 3.0 / 4.0 and Java 11 for master (feast-dev…
…#473) * Use Java 8 SDK for branch 4.0 and Java 11 for master * Add Java 8 tests for branch v3.0 * Semantic versioning for publish java sdk * Fix branch filter refex
Configuration menu - View commit details
-
Copy full SHA for 1771532 - Browse repository at this point
Copy the full SHA 1771532View commit details -
Make redis key creation more determinisitic (feast-dev#380) (feast-de…
…v#471) * Make redis key creation more determinisitic (feast-dev#380) * Add documentation to RedisKey in Redis.proto Ensure entities are sorted by the name Co-authored-by: David Heryanto <david.heryanto@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for a7eb4dc - Browse repository at this point
Copy the full SHA a7eb4dcView commit details -
Merge pull request feast-dev#474 from khorshuheng/changelog-update
Update v0.4.4 changelog to be consistent with the release
Configuration menu - View commit details
-
Copy full SHA for fa26473 - Browse repository at this point
Copy the full SHA fa26473View commit details
Commits on Feb 14, 2020
-
Use bzip2 compressed feature set json as pipeline option (feast-dev#466)
* Use bzip2 compressed feature set json as pipeline option * Make decompressor and compressor more generic and extensible * Avoid code duplication in test
Configuration menu - View commit details
-
Copy full SHA for bbea7c2 - Browse repository at this point
Copy the full SHA bbea7c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd59a38 - Browse repository at this point
Copy the full SHA dd59a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c3d5d - Browse repository at this point
Copy the full SHA 98c3d5dView commit details
Commits on Feb 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 65f2ad7 - Browse repository at this point
Copy the full SHA 65f2ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb39c6c - Browse repository at this point
Copy the full SHA fb39c6cView commit details
Commits on Feb 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 887f9e3 - Browse repository at this point
Copy the full SHA 887f9e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec7979 - Browse repository at this point
Copy the full SHA aec7979View commit details
Commits on Feb 24, 2020
-
Fail Spotless formatting check before tests execute (feast-dev#487)
* Fail formatting check before tests execute By default, the spotless Maven plugin binds its check goal to the verify phase (late in the lifecycle, after integration tests). Because we currently only run `mvn test` for CI, it doesn't proceed as far as verify so missed formatting is not caught by CI. This binds the check to an earlier phase, in between test-compile and test, so that it will fail before `mvn test` but not disrupt your dev workflow of compiling main and test sources as you work. This strikes a good compromise on failing fast for code standards without being _too_ nagging. For the complete lifecycle reference, see: https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html * Apply spotless formatting
Configuration menu - View commit details
-
Copy full SHA for 6363540 - Browse repository at this point
Copy the full SHA 6363540View commit details
Commits on Feb 25, 2020
-
Fix fastavro version used in Feast to avoid Timestamp delta error (fe…
…ast-dev#490) * Fix fastavro version used in feast to 0.22.9 * Print python packages version used when e2e test fails
Configuration menu - View commit details
-
Copy full SHA for 7586da6 - Browse repository at this point
Copy the full SHA 7586da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3591ed - Browse repository at this point
Copy the full SHA c3591edView commit details -
Extend WriteMetricsTransform in Ingestion to write feature value stat…
…s to StatsD (feast-dev#486) * Extend WriteMetricsTransform to write feature value stats to StatsD * Apply mvn spotless * Catch all exception not just StatsDClientException during init Since there are other exception like UnknownHostException that can be thrown and we want to know such error. Also change the log level to error because so it's not normal for client to fail to be created" * Change log level due to invalid feature set ref to error (previously warn) On 2nd thought, this should constitute an error not a warning * Apply maven spotless to metric transform codes
Configuration menu - View commit details
-
Copy full SHA for 5508c92 - Browse repository at this point
Copy the full SHA 5508c92View commit details -
Allow use of secure gRPC in Feast Python client. (feast-dev#459)
* Allow use of secure gRPC in Feast Python client. * Add tests for secure gRPC in Python client.
Configuration menu - View commit details
-
Copy full SHA for a576a53 - Browse repository at this point
Copy the full SHA a576a53View commit details
Commits on Feb 26, 2020
-
Rename metric name for request latency in feast serving (feast-dev#488)
So that it is consistent with the actual unit of timing being measured And recommended metric names in Prometheus https://prometheus.io/docs/practices/naming/#metric-names
Configuration menu - View commit details
-
Copy full SHA for 5758d99 - Browse repository at this point
Copy the full SHA 5758d99View commit details
Commits on Feb 27, 2020
-
Replacing Jedis With Lettuce in ingestion and serving (feast-dev#485)
* Replacing Jedis With Lettuce in ingestion and serving * Removing extra lines * Abstacting redis connection based on store * Check the connection before connecting as lettuce does the retry automatically * Running spotless * Throw Exception if the job store config is null * Handle No enum constant RuntimeException
Configuration menu - View commit details
-
Copy full SHA for 0b31f27 - Browse repository at this point
Copy the full SHA 0b31f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4b4f6 - Browse repository at this point
Copy the full SHA 9e4b4f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d785b60 - Browse repository at this point
Copy the full SHA d785b60View commit details -
[Bug] Clear all the futures when sync is called. (feast-dev#501)
* Replacing Jedis With Lettuce in ingestion and serving * Removing extra lines * Abstacting redis connection based on store * Check the connection before connecting as lettuce does the retry automatically * Running spotless * Throw Exception if the job store config is null * Handle No enum constant RuntimeException * Future should be cleared everytime sync is called
Configuration menu - View commit details
-
Copy full SHA for 50916d5 - Browse repository at this point
Copy the full SHA 50916d5View commit details
Commits on Mar 3, 2020
-
Add configuration for multiprocessing for python tests (feast-dev#506)
* Add configuration for multiprocessing so tests can run on mac * Set windows to use spawn as well
Chen Zhiling authoredMar 3, 2020 Configuration menu - View commit details
-
Copy full SHA for a9ff666 - Browse repository at this point
Copy the full SHA a9ff666View commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ca312be - Browse repository at this point
Copy the full SHA ca312beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7633912 - Browse repository at this point
Copy the full SHA 7633912View commit details
Commits on Mar 9, 2020
-
Remove unused ingestion deps (feast-dev#520)
* Make dependency:analyze run clean on datatypes-java * Remove stale dependencies from ingestion Unused according to `mvn -pl ingestion dependency:analyze`, and tests. We had a recent bump of hibernate-validator with a CVE fix (feast-dev#421) that I was looking to backport, and it turns out it's not used anymore anyway.
Configuration menu - View commit details
-
Copy full SHA for b15a5e6 - Browse repository at this point
Copy the full SHA b15a5e6View commit details -
Fix docker-compose db environment (feast-dev#519)
Co-authored-by: Joost Rothweiler <=>
Configuration menu - View commit details
-
Copy full SHA for 7881b85 - Browse repository at this point
Copy the full SHA 7881b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9b1a5 - Browse repository at this point
Copy the full SHA aa9b1a5View commit details -
Update field equality check and add test for apply FeatureSet when co…
…nstraints are updated (feast-dev#512)
Configuration menu - View commit details
-
Copy full SHA for cdbc1ca - Browse repository at this point
Copy the full SHA cdbc1caView commit details -
Add Feast Serving gRPC call metrics (feast-dev#509)
* add feast serving grpc calls metrics * edited documentation to reflect correct class * separated into two metrics * linting updates
Configuration menu - View commit details
-
Copy full SHA for fb2430a - Browse repository at this point
Copy the full SHA fb2430aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f7cf93 - Browse repository at this point
Copy the full SHA 4f7cf93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a46cf8 - Browse repository at this point
Copy the full SHA 3a46cf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b67c0 - Browse repository at this point
Copy the full SHA 40b67c0View commit details
Commits on Mar 13, 2020
-
Encode feature row before storing in Redis (feast-dev#530)
* Encode feature row before storing in Redis * Include encoding as part of RedisMutationDoFn Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
Configuration menu - View commit details
-
Copy full SHA for e7a1a39 - Browse repository at this point
Copy the full SHA e7a1a39View commit details
Commits on Mar 14, 2020
-
Please see this issue for more details feast-dev#527
Configuration menu - View commit details
-
Copy full SHA for f50de61 - Browse repository at this point
Copy the full SHA f50de61View commit details
Commits on Mar 15, 2020
-
Reduce sleep interval duration for thread that listens for messages (f…
…east-dev#534) This seems to make the test pass more deterministically If this value is higher than the one used for sending output (50ms) some messages may be lost leading to failed test
Configuration menu - View commit details
-
Copy full SHA for afe9542 - Browse repository at this point
Copy the full SHA afe9542View commit details
Commits on Mar 16, 2020
-
Update base Docker image for building Feast Serving image (feast-dev#535
) * Update base Docker image for building Feast Serving image - Add clean phase before packaging for more deterministic build (in case host directory is dirty) - Move the downloading of grpc-health-probe in Feast Serving to build stage so the production stage does not need extra tools like wget, for slimmer production image. * Update base Docker image for Feast Serving in Dockerfile.dev
Configuration menu - View commit details
-
Copy full SHA for fb893de - Browse repository at this point
Copy the full SHA fb893deView commit details -
Add Cassandra Store (feast-dev#360)
* create cassandra store for registration and ingestion * Downgraded Guava to 25 * Beam 2.16 uses Cassandra 3.4.0 (So we cannot use Cassandra 4.x which shades Guava) * Cassandra 3.4.0 uses Guava version 16.0 but has a compatibility check to use a different class when we use version > 19.0. * Guava version 26 (version previously used) has breaking change to method used in compatibility check in Cassandra's dependency, hence version 25 * Using Cassandra's internal field 'writetime' to handle out of order arrivals. When older records where the primary key already exist in Cassandra are ingested, they are set as tombstones in Cassandra and ignored on retrieval. * Aware that this way of handling out of order arrival is specific to Cassandra, but until we have a general way to handle out of order arrivals we need to do it this way * Cassandra's object mapper requires stating table's name along with @table annotation * table_name is still part of CassandraConfig for use in serving module * if user registers CassandraConfig with a different table name other than "feature_store", this will throw an exception * add cassandra serving service * Abstracted OnlineServingService for common implementation of online serving stores * Complete tests remain in RedisServingServiceTest while Cassandra tests only contain basic tests for writes, and some other implementation specific to Cassandra * update documentation to reflect current API and add cassandra store to docs * add default expiration to cassandra config for when featureset does not have max age * docs update, spotless check, and bug fix on cassandra schema
Configuration menu - View commit details
-
Copy full SHA for ee4fea7 - Browse repository at this point
Copy the full SHA ee4fea7View commit details -
Add Cassandra Store (feast-dev#360)
* create cassandra store for registration and ingestion * Downgraded Guava to 25 * Beam 2.16 uses Cassandra 3.4.0 (So we cannot use Cassandra 4.x which shades Guava) * Cassandra 3.4.0 uses Guava version 16.0 but has a compatibility check to use a different class when we use version > 19.0. * Guava version 26 (version previously used) has breaking change to method used in compatibility check in Cassandra's dependency, hence version 25 * Using Cassandra's internal field 'writetime' to handle out of order arrivals. When older records where the primary key already exist in Cassandra are ingested, they are set as tombstones in Cassandra and ignored on retrieval. * Aware that this way of handling out of order arrival is specific to Cassandra, but until we have a general way to handle out of order arrivals we need to do it this way * Cassandra's object mapper requires stating table's name along with @table annotation * table_name is still part of CassandraConfig for use in serving module * if user registers CassandraConfig with a different table name other than "feature_store", this will throw an exception * add cassandra serving service * Abstracted OnlineServingService for common implementation of online serving stores * Complete tests remain in RedisServingServiceTest while Cassandra tests only contain basic tests for writes, and some other implementation specific to Cassandra * update documentation to reflect current API and add cassandra store to docs * add default expiration to cassandra config for when featureset does not have max age * docs update, spotless check, and bug fix on cassandra schema
Configuration menu - View commit details
-
Copy full SHA for bc6618c - Browse repository at this point
Copy the full SHA bc6618cView commit details -
CassandraBackedJobService works!
Pr Comments and using ttl for cassandra job service 1. Still unresolved is why the CassandraServingServiceITTest is failing, I'm thinking its because I'm not mocking the feature request correctly
Configuration menu - View commit details
-
Copy full SHA for 74716c6 - Browse repository at this point
Copy the full SHA 74716c6View commit details
Commits on Mar 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f8f77b8 - Browse repository at this point
Copy the full SHA f8f77b8View commit details
Commits on Apr 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 872b192 - Browse repository at this point
Copy the full SHA 872b192View commit details
Commits on May 3, 2020
-
Ordering keys in ingestion and serving (#4)
* Ordering keys in ingestion and serving * Notracing
Configuration menu - View commit details
-
Copy full SHA for 743f097 - Browse repository at this point
Copy the full SHA 743f097View commit details
Commits on May 28, 2020
-
Versionless serving option (#5)
* Versionless serving option * Adding in tracing * Make nulls not update feature values
Configuration menu - View commit details
-
Copy full SHA for d490126 - Browse repository at this point
Copy the full SHA d490126View commit details
Commits on Jun 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b43f466 - Browse repository at this point
Copy the full SHA b43f466View commit details