Updates data in tables on databases connected with built-in PostgreSQL and SQL Connection. If the Primary Key does not exist, it will be registered as a new record.Documentation Index
Fetch the complete documentation index at: https://docs.morph-data.io/llms.txt
Use this file to discover all available pages before exploring further.
morph_lib.database
- PostgreSQL
- MySQL
- Snowflake
Parameters
The actual data to be passed to the function. The columns specified in primary_keys must always be present.
Specify the column names that will be the Primary Key of the table.
Specify the table name.
The destination of the connection other than the builtin registered on the screen (optional)
- If not specified, it will be set to built-in postgresql.