Remove initial describe call within stream endpoint
By embedding per-channel metadata within schema, alleviates the need of doing the initial describe call when retrieving data. this also solves the problem of metadata changes during a single stream call.
To support this, add a method to allow a Channel to be instantiated by a pyarrow field which contains the needed metadata.