Escaping special character in KCQL is done by enclosing the statement in backticks `
We need to enclose the whole path in backticks.
kcql=INSERT INTO myKafkaTopic SELECT * FROM `/some/path/#`
Escaping special character in KCQL is done by enclosing the statement in backticks `
We need to enclose the whole path in backticks.
kcql=INSERT INTO myKafkaTopic SELECT * FROM `/some/path/#`