Daniel Yanos
Daniel Yanos
**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...
**Description**: Add components that allow users to read/write JSON files based on provided schema **Technical Document Link**: TBD
**Description**: Add components that allow users to read (GET) and write (POST) to a REST API endpoint. **Technical Document Link**: - TODO: Determine how to efficiently make API calls so...
**Description**: Add component that allows users to express transformation logic in the form of a SQL statement. **Technical Document Link**: - TODO: Determine SQL dialect that will be used for...
**Description**: Update Hydrograph input components with an additional "reject" port. This port allows users to work with records that fail initial schema validation checks. Currently Hydrograph jobs will fail if...
**Description**: Allow users to specify whether fields are allowed to be null by adding a "nullable" option in the Hydrograph schema . When reading input data Hydrograph will check each...
There was a typo when creating `hydrograph.engine.spark.components.adapter.base.InputAdatperBase`. Rename all occurrence of _InputAdatperBase_ to __InputAdapterBase__.
_InputOracleComponent.scala_ duplicates the `compareSchema` method found in `hydrograph.engine.spark.components.utils.SchemaUtils`. Refactor _InputOracleComponent.scala_ to use the method from the `SchemaUtils` class.