Hi there,
I am using version 1.7.4 self hosted and wanted to use the bulk operations in a dart function. I saw that in the dart_appwrite sdk version 16.1.0 it says that bulk operations are experimental but I cannot find anything on the official appwrite documentation on that regard. Whats the status of the bulk operations? And which documentation should I trust?
TL;DR
Developers are inquiring about the status of bulk operations for Dart functions in Appwrite. They are using version 1.7.4 self-hosted and noticed that the bulk operations feature in the Dart SDK is labeled experimental in version 16.1.0. They can't find official documentation on this. The status of bulk operations is uncertain.Recommended threads
- CORS preflight returns 500 on Dart funct...
Hey everyone 👋 I’m running a Dart cloud function, Every time I respond to a preflight (OPTIONS) request, I get a 500 internal error, and the logs show: ```NoSu...
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...
- User Labels use Operator.arrayInsert(‘la...
Can I use the new db operators on user labels or roles?