You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Filter out internal system fields that shouldn't be displayed
476
+
logger.info('No specification found, constructing specification from dataset fields',{dataset: req.dataset.dataset,datasetFields: datasetFields.map(df=>df.field)})
477
+
logger.info('pulling from collection field dataset_field where dataset = dataset.collection, so using collection as lookup key for dataset fields table, not dataset name',{collection: req.dataset.collection})
* @description Middleware chain to process the dataset specification and prepare it for the issue table, conditional execution on whether a specification exists
0 commit comments