We have not received any company_profile messages since event_time_point 2022-10-31 06:30:02 UTC. The other streams that we collect are working as expected and we cannot see any issues with our company_profile collection logic.
Is this a known issue and is anyone else experiencing an interruption in this data stream?
The Zulu timezone in 2022-10-31T06:30:02.387131Z is not being accepted as part of a valid ISO format date and so our processes have been stuck on this since then. Most events coming from companies house don’t normally have that Z but for some reason this particular event did.
yeah, I know it means UTC but for some reason it’s not accepted as valid by python’s datetime.fromisoformat. We’ve worked around that since then.