Dremio Arrow Flight client writes

Is it possible to write to an Iceberg table from Python via a dremio arrow flight client?

I’ve set up a flight client in python which works for reading existing data through the dremio flight endpoint. I’m now trying enable writing from the client but have not been able to so successfully. There doesn’t seem to be much documentation on this, is it possible?

I’ve already confirmed I can insert data to an iceberg table / create an iceberg table via the dremio UI, so it’s just a question of if it’s possible from the flight client