I read somewhere that in appwrite 1.3 you can select specific fields while fetching the documents.. is it possible in python sdk?
Yes, you can
can u link the doc like i am unable to find the api reference for it
Really? Where did you look?
querying
SELECT
AAA
Ya...it's right there
but
i dont really see select in linter hint
wait
lemme confirm the latest version of python sdk
ahhh
my venv is on 1.1.0
global appwrite package is on 2.0.0 😭
imma go fix it ;-;
anyways thanks @Steven
[SOLVED] Python SDK Appwrite 1.3
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...