Add externalfile api params (#2745)

* feat: external dataset api

* perf: doc
This commit is contained in:
Archer
2024-09-19 13:28:55 +08:00
committed by shilin66
parent ecfcc044b7
commit 91ebc58d8c
12 changed files with 207 additions and 55 deletions

View File

@@ -45,7 +45,10 @@ export async function createOneCollection({
[key: string]: any;
session?: ClientSession;
}) {
// Create collection tags
const collectionTags = await createOrGetCollectionTags({ tags, teamId, datasetId, session });
// Create collection
const [collection] = await MongoDatasetCollection.create(
[
{