08-07-2023 07:35 AM
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.
Solved! Go to Solution.
08-08-2023 12:50 AM - edited 08-08-2023 12:52 AM
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.
08-07-2023 09:59 PM
Yes @rriley99 you can pass the DB connection details like DB Name and other details as parameterize properties while running the pipeline.
08-08-2023 12:50 AM - edited 08-08-2023 12:52 AM
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.
08-23-2023 11:13 AM
Fantastic, thank you!