linkml / schemasheets

Structure your data in a FAIR way using google sheets or TSVs. These are then converted to LinkML, and from there other formats
https://linkml.io/schemasheets/
41 stars 5 forks source link

#109 skip Not implemented reporting for slot #110

Closed turbomam closed 11 months ago

turbomam commented 11 months ago

For

This solution adds the following to schemasheets/schema_exporter.py

  elif t == 'slot':
      pass

namely, before before the fall though case of reporting "Not implemented"

  else:
      logging.warning(f"Not implemented: {t}")

Note: ideally we would discover the aliases/reserved words that might appear in here, like slot. We don't want to report that a t of slot isn't implemented