Send data to a Flight server
push_data(client, data, path)
client
pyarrow.flight.FlightClient, as returned by flight_connect()
pyarrow.flight.FlightClient
flight_connect()
data
data.frame or RecordBatch to upload
data.frame
path
string identifier to store the data under
client, invisibly.