Skip to content
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

Allow verified queries to be marked for onboarding #192

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

sfc-gh-cnivera
Copy link
Collaborator

@sfc-gh-cnivera sfc-gh-cnivera commented Oct 21, 2024

Users can classify verified queries to be used for onboarding, which means that they can be returned as predefined questions for a user onboarding experience. For full detail, see https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-analyst/suggested-questions-feature.

This PR adds the use_as_onboarding_question field to the proto as well as surfaces a simple checkbox UI for admins to mark questions for onboarding.

@sfc-gh-cnivera sfc-gh-cnivera linked an issue Oct 21, 2024 that may be closed by this pull request
@@ -36,11 +36,6 @@
yaml_to_semantic_model,
)
from semantic_model_generator.protos import semantic_model_pb2
from semantic_model_generator.snowflake_utils.env_vars import (
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code cleanup, removing unused imports

@sfc-gh-cnivera sfc-gh-cnivera merged commit f2178f5 into main Oct 30, 2024
2 checks passed
@sfc-gh-cnivera sfc-gh-cnivera deleted the cnivera/vqr-onboarding branch October 30, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support marking verified queries as onboarding questions
2 participants