You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
I want: to insert additional information to the azure storage table from pipelines
So that: I can capture information crucial to my project which the default bedrock-cli generated pipelines don't capture
Describe the solution you'd like:
Currently, our generated pipelines just capture the basic information that Spektate displays. Support needs to be added for the ability to capture additional data, add it to storage in a new column and display that information on Spektate.
Support additional arguments in bedrock deployment create command which captures data from pipelines
Spektate package that fetches data from storage should gather all custom columns and return it in the response
As a: developer
I want: to insert additional information to the azure storage table from pipelines
So that: I can capture information crucial to my project which the default bedrock-cli generated pipelines don't capture
Describe the solution you'd like:
Currently, our generated pipelines just capture the basic information that Spektate displays. Support needs to be added for the ability to capture additional data, add it to storage in a new column and display that information on Spektate.
bedrock deployment createcommand which captures data from pipelinesAcceptance Criteria:
Users are able to modify Spektate to fit their custom needs
Describe alternatives you've considered:
Additional context:
Does this require updates to documentation?: Yes