run the files in docker using: docker build -t ImageName .
Schema = 'test_schema' Table = 'products'
- Support for updating existing products in the table based on
sku
as the primary key - All details ingested into a single table
- Create aggregated table for name and number of products
- Support for regular non-blocking parallel ingestion of the given file into a table.
- non-blocking parallel ingestion can be introduced.