How can one access a table from Synapse, if data has been uploaded through their web form? (or obtained the schema of such a table?)
I am new to synapse, and wish to query a table within synapse. While I can access and query data contained within a table through their web-interface, I can not find the corresponding syntax for the Python synapse client. More specifically, I have been following the documentation of synapse. While this documentation overall is well to understand, its example codes define the schema programmatically during the upload step (basically defining loading a local table, defining the schema, upload, and query given the previously defined schema).
How do I obtain the schema definition, which seems necessary for queries , if the schema had been defined during the manual upload of a table through Synapse's web interface? (and not manually by myself prior upload through Python synapse client)