[SCAL-295746] add muze chart ga flag to embed params#464
[SCAL-295746] add muze chart ga flag to embed params#464rachitshukla-ts wants to merge 1 commit intomainfrom
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a new configuration flag to enable or disable the first phase of Muze charts in General Availability for embedded ThoughtSpot applications. By allowing this flag to be passed through embed parameters, it provides granular control over this feature's availability within various embedded contexts, ensuring consistent behavior and facilitating feature rollout. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
SonarQube Quality Gate
|
commit: |
There was a problem hiding this comment.
Code Review
This pull request introduces the muzeChartPhase1EnabledGA feature flag across AppEmbed, LiveboardEmbed, and SearchEmbed. The implementation is largely correct, with new tests added to verify the behavior. My review includes suggestions to improve code consistency by using an existing utility function and to enhance test coverage by adding test cases for when the new flag is not specified.
| * Enable or disable Muze chart phase 1 GA | ||
| * | ||
| * Supported embed types: `AppEmbed`, `LiveboardEmbed` | ||
| * @version SDK: 1.45.0 | ThoughtSpot: 26.2.0.cl |
There was a problem hiding this comment.
How this can possible
| * Enable or disable Muze chart phase 1 GA | ||
| * | ||
| * Supported embed types: `SearchEmbed` | ||
| * @version SDK: 1.45.0 | ThoughtSpot: 26.2.0.cl |
There was a problem hiding this comment.
How this can possible








No description provided.