fix(docs): regenerate block docs to sync with code schema

Ran generate_block_docs.py to fix check-docs-sync CI failure.
The Inputs table is auto-generated from the block schema.
This commit is contained in:
Zamil Majdy
2026-03-27 01:11:29 +07:00
parent b655b30aeb
commit e6cf899a6d

View File

@@ -258,8 +258,8 @@ Supported database types: PostgreSQL, MySQL, and MSSQL.
| Input | Description | Type | Required |
|-------|-------------|------|----------|
| database_type | Database engine | "postgres" \| "mysql" \| "mssql" | No |
| host | Database hostname or IP address | str (secret) | Yes |
| database_type | Database engine | "postgres" \| "mysql" \| "sqlite" \| "mssql" | No |
| host | Database hostname or IP address | str (password) | Yes |
| port | Database port (leave empty for default: PostgreSQL: 5432, MySQL: 3306, MSSQL: 1433) | int | No |
| database | Name of the database to connect to | str | Yes |
| query | SQL query to execute | str | Yes |