We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't analyze the sentence normally
Normal statement parsing
EXECUTE PIPELINE WITHYAML ( source: type: mysql hostname: localhost port: 3306 username: root password: root tables: db.metadata.* server-id: 5400-5404 server-time-zone: UTC
sink: type: starrocks name: StarRocks Sink jdbc-url: "jdbc:mysql://127.0.0.1:9030" load-url: 127.0.0.1:8030 username: root password:
pipeline: name: Sync MySQL Database to Doris parallelism: 2 )
No response
dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
What happened
Can't analyze the sentence normally
What you expected to happen
Normal statement parsing
How to reproduce
EXECUTE PIPELINE WITHYAML (
source:
type: mysql
hostname: localhost
port: 3306
username: root
password: root
tables: db.metadata.*
server-id: 5400-5404
server-time-zone: UTC
sink:
type: starrocks
name: StarRocks Sink
jdbc-url: "jdbc:mysql://127.0.0.1:9030"
load-url: 127.0.0.1:8030
username: root
password:
pipeline:
name: Sync MySQL Database to Doris
parallelism: 2
)
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: