-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix(docs): update usage_stats optionality #14659
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
@@ -107,7 +107,7 @@ shows up correctly after datashare consumer namespace is ingested. | |||
|
|||
### Profiling | |||
|
|||
Profiling runs sql queries on the redshift cluster to get statistics about the tables. To be able to do that, the user needs to have read access to the tables that should be profiled. | |||
Profiling runs sql queries on the redshift cluster to get statistics about the tables. In order to do that, the user needs to have read access on the tables that should be profiled. |
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.
This change isn't needed, I was just making sure that changes were going to this page https://docs-website-dg2mt4evv-acryldata.vercel.app/docs/generated/ingestion/sources/redshift/
@@ -143,7 +143,7 @@ | |||
@capability(SourceCapability.SCHEMA_METADATA, "Enabled by default") | |||
@capability( | |||
SourceCapability.USAGE_STATS, | |||
"Enabled by default, can be disabled via configuration `include_usage_statistics`", | |||
"Optionally enabled via `include_usage_statistics`", |
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.
This change does not show up on https://docs-website-dg2mt4evv-acryldata.vercel.app/docs/generated/ingestion/sources/redshift/
Dataset Usage not actually enabled by default for redshift.