Skip to content

Commit

Permalink
doc: add documentation for appending data to data nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Nov 14, 2023
1 parent 05d5354 commit b4fd67a
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/manuals/core/config/data-node-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,9 @@ provided:
- _**write_query_builder**_ is a callable function that takes in the data as an input
parameter and returns a list of SQL queries to be executed when the write method is
called.
- _**append_query_builder**_ is a callable function that takes in the data as an input
parameter and returns a list of SQL queries to be executed when the append method is
called.
- _**db_username**_ represents the database username that will be used by Taipy to access
the database. Required by *"mssql"*, *"mysql"*, and *"postgresql"* engines.
- _**db_password**_ represents the database user's password that will be used by Taipy to
Expand Down
Loading

0 comments on commit b4fd67a

Please sign in to comment.