-
Notifications
You must be signed in to change notification settings - Fork 58
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
update cloud trail integration with flint-s3 based DDL assets and das… #1701
update cloud trail integration with flint-s3 based DDL assets and das… #1701
Conversation
…hboard Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
WITH ( | ||
auto_refresh = true, | ||
checkpoint_location = '{s3_checkpoint_location}', | ||
watermark_delay = '1 day', |
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.
Should we be using 1 day
? I believe most, if not all, of our MV definitions are using 1 minute
.
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.
^ +1
"version": "1.0.0", | ||
"extension": "sql", | ||
"type": "query", | ||
"workflows": ["dashboards-flint"] |
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.
In other integrations I think create table isn't bounded to any workflow
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.
it should be since in the future SQL can both be used internally (index query) or externally (flint spark query)
Signed-off-by: YANGDB <[email protected]>
FYI watermark_delay isn't about refresh sync rate: https://github.com/opensearch-project/opensearch-spark/blob/main/docs/index.md#create-index-options |
#1701) * update cloud trail integration with flint-s3 based DDL assets and dashboard Signed-off-by: YANGDB <[email protected]> * update time field using CAST to TIMESTAMP Signed-off-by: YANGDB <[email protected]> * update separate flint dashboard support and workflow Signed-off-by: YANGDB <[email protected]> * update separate flint dashboard support and workflow Signed-off-by: YANGDB <[email protected]> * update separate flint dashboard support and workflow Signed-off-by: YANGDB <[email protected]> * update refresh sync rate Signed-off-by: YANGDB <[email protected]> --------- Signed-off-by: YANGDB <[email protected]> (cherry picked from commit bccdc31) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@@ -0,0 +1,54 @@ | |||
CREATE MATERIALIZED VIEW {table_name}_mview AS |
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.
__mview
instead of _mview
…opensearch-project#1701) Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Darshit Chanpura <[email protected]> (cherry picked from commit 6374198119fcb2b33343460a3d2fdfcb44794f30) Co-authored-by: Craig Perkins <[email protected]>
opensearch-project#1701) * update cloud trail integration with flint-s3 based DDL assets and dashboard Signed-off-by: YANGDB <[email protected]> * update time field using CAST to TIMESTAMP Signed-off-by: YANGDB <[email protected]> * update separate flint dashboard support and workflow Signed-off-by: YANGDB <[email protected]> * update separate flint dashboard support and workflow Signed-off-by: YANGDB <[email protected]> * update separate flint dashboard support and workflow Signed-off-by: YANGDB <[email protected]> * update refresh sync rate Signed-off-by: YANGDB <[email protected]> --------- Signed-off-by: YANGDB <[email protected]> (cherry picked from commit bccdc31)
Description
update cloud trail integration with flint-s3 based DDL assets and dashboard
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.