-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[DOCS] AI-recommended Expectations #10913
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for niobium-lead-7998 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #10913 +/- ##
========================================
Coverage 80.77% 80.77%
========================================
Files 465 465
Lines 40614 40614
========================================
Hits 32805 32805
Misses 7809 7809
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
review feedback was shared in slack at https://greatexpectationslabs.slack.com/archives/C08A9BCT45S/p1738698849811989?thread_ts=1738688887.646329&cid=C08A9BCT45S |
@@ -138,6 +138,21 @@ To clear the Expectation condition, click the clear button located on the right- | |||
When you [create a new Data Asset](/cloud/data_assets/manage_data_assets.md#add-a-data-asset-from-an-existing-data-source), you can choose to automatically generate Expectations that detect column changes in that Data Asset. | |||
::: | |||
|
|||
## Generate Expectations with ExpectAI (BETA) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: is there a way to make the beta tag a pill in markdown rather than plain text?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the current functionality of the docs site, no. I called this out of scope in my docs plan because we'd need to add a new custom docusaurus component to enable this. I can file an issue to get such a component for future use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to know, thanks!
Resolves https://greatexpectations.atlassian.net/browse/DOC-1041 according to the plan linked in that issue
invoke lint
(usesruff format
+ruff check
)For more information about contributing, visit our community resources.
After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!