You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE MATERIALIZED VIEW glue.default.http_logs_10gb_01_mv_02 AS
SELECT window.start AS `start_time`, COUNT(*) AS count
FROM glue.default.http_logs_10gb_01
WHERE status != 200
GROUP BY TUMBLE(`@timestamp`, "1 minutes")
WITH (
auto_refresh = true,
checkpoint_location = "s3://flint-data-dp-us-west-2-beta/checkpoint/http_logs_10gb_01_mv_02",
watermark_delay = "5 Minutes"
)
error message
Fail to run query, cause: Failed to refresh Flint index
How can one reproduce the bug?
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
What is the expected behavior?
expose error message properly, for instance
Path does not exist: s3://flint-data-dp-us-west-2-beta/data/streaming/json_10gb
The text was updated successfully, but these errors were encountered:
What is the bug?
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
expose error message properly, for instance
The text was updated successfully, but these errors were encountered: