checkSdmSchemaColumns

lsst.ap.association.checkSdmSchemaColumns(apdbSchema, colNames, tableName)

Check if supplied column names exists in the schema.

Parameters:
apdbSchemadict [str, lsst.dax.apdb.schema_model.Table]

Schema from sdm_schemas containing the table definition to use.

colNameslist of ``str`

Names of the columns to check for in the table.

tableNamestr

Name of the table in the schema to use.

Returns:
missinglist of str

All column names that are not in the schema