Aaron Morton
Aaron Morton
https://github.com/datastax/astrapy/blob/9f039ad25e3628b840ad67e516e86d433150351d/astrapy/collection.py#L609C1-L610C1 The default in the API is `false` because it is much much faster, and the documentation for the API says users should set it top false. We should change...
I have this code: ``` current_metadata: ChunkedArticleMetadataOnly = ChunkedArticleMetadataOnly.from_chunked_article(chunked_article) # get the existing chunks from the db resp = METADATA_COLLECTION.find_one( filter={"_id": current_metadata._id}, ) existing_metadata_dict = resp["data"]["document"] if not existing_metadata_dict: #...