Skip to content

Files

Latest commit

4d96ef1 · Oct 25, 2024

History

History
14 lines (11 loc) · 1.01 KB

File metadata and controls

14 lines (11 loc) · 1.01 KB

:dataframe-openapi-generator

This module, published as dataframe-openapi-generator contains all logic and tests for DataFrame to be able to import OpenAPI specifications as auto-generated data schemas. This module is a sister module to dataframe-openapi:

  • dataframe-openapi-generator is used as a dependency of the Gradle plugin and Jupyter plugin to be able to generate data schemas from OpenAPI specifications. In the Gradle plugin it adds support for the dataschemas {} DSL and the @file:ImportDataSchema() annotation. In Jupyter, it adds support for the importDataSchema() function.
  • dataframe-openapi must be used as a dependency of a user-project to be able to use the generated data schemas.

See Import OpenAPI Schemas in Gradle project and Import Data Schemas, e.g. from OpenAPI, in Jupyter for more information about how to use it.