postgres
source
The postgres
source provides access to a PostgreSQL database.
Parameters:
type
(type: str, required) - must be set topostgres
conn_str
(type: str, required) - PostgreSQL connection stringusername
(type: str, required) - usernamepassword
(type: str, required) - password
Example:
type: postgres
conn_str: "postgresql://10.10.56.4:5432/customers"
username: "john"
password: "D0c$-Ex4mpl3-P@ssw0rd"
Last updated on