* feat: feature store 2.0 tutorial (goku)
* Complying with the template
* Complying with the template 2
* clarify the notebook description
* clarify the notebook description 2
* address review comments and rename file
* add known issue and change install package
* wait for the sync job to complete, and fix resource conflicts
* address review comments
* address review comments 2
* add a delay for the endpoint to start properly
* upgrade: prep for auto docs index
* upgrade: prep for auto docs index
* upgrade: prep work of web index
* upgrade: autoindex, map dirnames to tags
* upgrade: autogen index, folder to tag
* upgrade: autogen index, folder to tag
* upgrade: fine-tune layout for webdoc
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* feat: CL var replacements
* fix: tuning index
* fix: tuning index
* fix: fine tune indexing
* fix: fine tune indexing
* fix: fine tune indexing
* fix: fine tune indexing
* fix: fine tune indexing
* fix: fine tune indexing
* fix: index tuning
* tuning: linkbak for repo index
* tuning: README index
* tuning: README index
* tuning: README index
* tuning: README index
* tuning: README index
* tuning: README index
* upgrade: prep for auto docs index
* upgrade: prep for auto docs index
* upgrade: prep work of web index
* upgrade: autoindex, map dirnames to tags
* upgrade: autogen index, folder to tag
* upgrade: autogen index, folder to tag
* upgrade: fine-tune layout for webdoc
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* upgrade: fine-tuning tags and linkbacks
* fest: update the feature store notebook to include streaming ingestion
export VM="junkourata.c.googlers.com"
* fest: more fixing
* Add only streaming ingestion and remove any change in other sections
* Add streaming ingestion section to the notebook
* Remove changes in other sections and leave only streaming ingestion
* Add a new line at the end of the file
* Fix the syntax issue
* Applied all the suggestions by our tech writer.
* Fix the json formatting
* Fix the markdown
* Add additional fixes
* Add additional fix
* Fix formatting
* updates featurestore name with uuid to avoid name collisions, elaboration, textual corrections
* ran linter test
* addresses review comments: adds headings + textual corrections
* ran linter test
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
* Added condition to create Featurestore if it doesn't exist
* Ran Linter Test
* Made changes mentioned in review
* Ran Linter Test
* Attached uuid to featurestore_id to avoid error while creating featurestore with existing name
* Ran linter test
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
* Added vertexai notebook
* Ran the linter test
* Made the required changes based on the comments
* Ran linter test again
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
* Add example using auto scale
* Format with nbqa
* Complete sentence
* Give the sample for CreateFeaturestoreRequest only, instead of actual call to create FS to avoid duplicate resource or extra cleanup.
* Remove unused import
* Remove version pinning
* Add try block to avoid error when test was not cleanup properly.
* Lint
* Fix import
* Merge print lro result with the call in the same try block
* Fix typo
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
Co-authored-by: Morgan Du <morgandu@google.com>