Daniel Yanos

Results 8 issues of 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...

enhancement
Hydrograph Engine
Hydrograph UI

**Description**: Add components that allow users to read/write JSON files based on provided schema **Technical Document Link**: TBD

enhancement
Hydrograph Engine
Hydrograph UI

**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...

enhancement
Hydrograph Engine
Hydrograph UI

**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...

enhancement
Hydrograph Engine
Hydrograph UI

**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...

enhancement
Hydrograph Engine
Hydrograph UI

**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...

enhancement
Hydrograph Engine
Hydrograph UI

There was a typo when creating `hydrograph.engine.spark.components.adapter.base.InputAdatperBase`. Rename all occurrence of _InputAdatperBase_ to __InputAdapterBase__.

Hydrograph Engine
code quality

_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.

Hydrograph Engine
code quality