Are you aware of any way to ingest data from an HTTP endpoint in Dataflow pipeline coded in Python?
My current solution is to schedule calls to this endpoint that retrieves JSON-formatted data, save the file on disk and have the pipeline ingest it.
What I now would like to do is Dataflow to read this HTTP endpoint on a regular basis.