Skip to Content

postgres source

The postgres source provides access to a PostgreSQL database.

Parameters:

  • type (type: str, required) - must be set to postgres
  • conn_str (type: str, required) - PostgreSQL connection string
  • username (type: str, required) - username
  • password (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