Hydrograph
Hydrograph copied to clipboard
PostgreSQL Input/Output Components
Description: Add components that allow users to read/write from a PostgreSQL table. Component should be generic so that users can supply database, schema, table, and credentials. Additionally, the PostgreSQL input component should support an optional 'SELECT...' query that will allow users to filter records from the input table. Technical Document Link:
- The design for the PostgreSQL input/output components can be based off of existing database components.
- TODO: Add design document
When does this feature come online?