laminlabs / lamindb

A data framework for biology.
https://docs.lamin.ai
Apache License 2.0
129 stars 12 forks source link

🚸 Enable to query with records from a different database instance #2161

Closed sunnyosun closed 1 week ago

sunnyosun commented 1 week ago
cell_types = bt.CellType.lookup() # on my-instance

# below returns empty results because cell_types lookup is not from laminlabs/cellxgene
ln.Artifact.using("laminlabs/cellxgene").filter(cell_types__in=[cell_types.t_cell, cell_types.b_cell]).df()

Encountered: