Forum Discussion

rriley99's avatar
rriley99
New Contributor III
2 years ago
Solved

Multiple Postgres DB

I have a postgres server that has about 5 different databases I want to consume, is it possible to parameterize the connection to pass the db_name like a table_name?   Thanks.
  • virender_prajap's avatar
    2 years ago

    Create a Postgres Dynamic Account and parameterized your credentials as needed.
    Also ensure that the parameter which you have defined in the connection should be available in your pipeline with credentials.
    During the execution your pipeline will send these credentials to the connection.