Is there a way to know when the backfill is complete?
I usually use
if status == data.LIVE:
but if I wanted to pull after hours data it won't go live.
Is there a way to know when the backfill is complete?
I usually use
if status == data.LIVE:
but if I wanted to pull after hours data it won't go live.