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
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...