Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 695 Bytes

PostgreSqlImportConfig.md

File metadata and controls

13 lines (8 loc) · 695 Bytes

PostgreSqlImportConfig

The import configuration for a PostgreSQL connection.

Properties

Name Type Required Description
query str Yes A single SQL query can be executed per sync, which should output a data table and avoid operations like invoking stored procedures. The query results are saved to the output dataset in Foundry.
type Literal["postgreSqlImportConfig"] Yes None

[Back to Model list] [Back to API list] [Back to README]