ChakshuGautam / cQube-ingestion

cQube Ingestion Blocks
MIT License
5 stars 44 forks source link

Bugs in Upserting of Events #177

Open tushar5526 opened 1 year ago

tushar5526 commented 1 year ago

1. Upsert not working

Reproduce as following

yarn cli ingest
yarn cli ingest-data
yarn cli ingest-data

Check Hasura now.

2. Event Grammars should not be needed while upserting

yarn cli ingest
yarn cli ingest-data

3. Allow ingestion of some events only

techsavvyash commented 1 year ago

178 aims to solve for this, tests have been added in the PR as requested and here is a small SR link showing the working of ingest-data with upsertion after applying the patch in #178