how to read record count while unloading from redshift to s3 in airflow

426 Views Asked by At

I am using unload operator from Airflow to dump data from redshift. I need to know the record count, for that i have used the option manifest, it is working good. But the problem is i need to reload this manifest file back to redshift again and read the files. I am expecting some function/code to read the count of the records while unloading from redshift and loading into s3.

0

There are 0 best solutions below