Backwards compatability influxDB 2

Hi,

I´ve written python code while working with influxDB 1.8 that uses the influxQL SELECT * from statement a lot throughout different files. I’ve recently upgraded to influxDB 2.0 and this statement doesn’t seem to work anymore. Is there a way to fix this or do I need to rewrite the code where this statement is used to the influx query statement of Flux

Yes the old influxql still works - with a few caveats . Details here

@Michiel The Manually upgrade from InfluxDB 1.x to 2.0 walks through all the steps you need to take to make sure 1.x clients and integrations work with InfluxDB 2.0.

Thank you very much!