GetUserTablesPostgreSqlTaskInput interface

Input for the task that gets the list of tables for a provided list of PostgreSQL databases.

Properties

connectionInfo

Information for connecting to PostgreSQL source

selectedDatabases

List of PostgreSQL databases for which to collect tables

Property Details

connectionInfo

Information for connecting to PostgreSQL source

connectionInfo: PostgreSqlConnectionInfo

Property Value

selectedDatabases

List of PostgreSQL databases for which to collect tables

selectedDatabases: string[]

Property Value

string[]