(ids: List[int])
| 39 | |
| 40 | |
| 41 | def run_save_ds_embeddings(ids: List[int]): |
| 42 | from apps.datasource.crud.table import save_ds_embedding |
| 43 | executor.submit(save_ds_embedding, session_maker, ids) |
| 44 | |
| 45 | |
| 46 | def fill_empty_table_and_ds_embeddings(): |
no outgoing calls
no test coverage detected