-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
fix(docs): add full examples for multiple jdbc tasks #378
fix(docs): add full examples for multiple jdbc tasks #378
Conversation
plugin-jdbc-postgres/src/main/java/io/kestra/plugin/jdbc/postgresql/CopyIn.java
Show resolved
Hide resolved
plugin-jdbc-postgres/src/main/java/io/kestra/plugin/jdbc/postgresql/CopyOut.java
Show resolved
Hide resolved
tasks: | ||
- id: bulk_insert | ||
type: io.kestra.plugin.jdbc.clickhouse.BulkInsert | ||
from: "{{ outputs.query.uri }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the output coming from?
tasks: | ||
- id: bulk_insert | ||
type: io.kestra.plugin.jdbc.clickhouse.BulkInsert | ||
from: "{{ outputs.query.uri }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the output coming from?
tasks: | ||
- id: bulk_insert | ||
type: io.kestra.plugin.jdbc.clickhouse.BulkInsert | ||
from: "{{ outputs.query.uri }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the output coming from?
url: jdbc:mysql://127.0.0.1:3306/ | ||
username: mysql_user | ||
password: mysql_password | ||
inputFile: "{{ outputs.taskId.file }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the output? incomplete
b1fe399
to
df507e1
Compare
No description provided.