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
Once upon a time, CrateDB had an Ingestion Framework which provided the CREATE INGEST RULE command. Maybe use that syntax to provide another interface to ctk load table?
Synopsis
CREATE INGEST RULE rule_name
ON source_ident
[WHERE condition]
INTO table_ident
Example
CREATE INGEST RULE mqtt_v4_rule
ON mqtt
WHERE topic like'v4/%'
INTO mqtt_v4