sjyangkevin commented on PR #50735: URL: https://github.com/apache/airflow/pull/50735#issuecomment-2888659416
Add a DAG test, which delete the objects properly. Test Scenarios * Create a collection * Add 5 objects with a single property "title", with value "Object n" * Add 2 objects with properties including "demo" and "album" * Delete by "title", using "contains_any" with value of "Object" -> which deletes all the "title" properties * Delete by "album" and "demo", where "album" is "Album 3" -> delete the objects with property "album" of value "album 3"  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
