README.md in fluent-plugin-presto_query-0.0.2 vs README.md in fluent-plugin-presto_query-0.0.3
- old
+ new
@@ -8,10 +8,9 @@
type presto_query
tag presto_query.exsample
host presto-cordinator
catalog store
schema public
- interval 10s
sql select user_id, count(*) as cnt from db01.schema.conversion where user_id is not null group by user_id having count(*) > 1000
cron 0 * * * * # You can query at a given time, with cron syntax.
</source>
<match presto_query.exsample>