Closed not-ad-chaos closed 1 month ago
Thank you for opening this issue! A Maintainer will review it soon!
can i get assigned to this?
!assign @rithulkamesh
There has been a recession, this issue is now worth 800 points
Hey @not-ad-chaos! The timer for the @rithulkamesh to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30
!deassign @rithulkamesh
!assign @rithulkamesh 60
Hey @not-ad-chaos! The timer for the @rithulkamesh to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30
!extend 30
Currently, row generation and writing to the DB happen at the same time, which makes it very tightly coupled with the file type we'll be writing to. For example, if we wanted to instead generate a json or a csv, we will have to write bespoke code for each format, as seen in
write_to_file
andwrite_to_db
, this is also error prone as any changes will need to be replicated everywhere.It would be nice to be able to specify the file format to
write_tables
and everything else is taken care for automatically.