-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
OpenAPIChanges related to OpenAPI, JSON (schema), etc.Changes related to OpenAPI, JSON (schema), etc.bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is needed, feel free to help :)Extra attention is needed, feel free to help :)
Milestone
Description
https://www.kaggle.com/datasets/ruchi798/data-science-job-salaries
Try to generate a schema:
schema {
sourceSet = "test"
visibility = org.jetbrains.dataframe.gradle.DataSchemaVisibility.IMPLICIT_PUBLIC
data = file("src/test/resources/ds_salaries.csv")
name = "org.jetbrains.kotlinx.dataframe.testSets.DsSalaries"
}
It appears as an error, while code generation was in fact successful. Looks bad, i'd revisit why this needs logging and remove if possible
dataframe/dataframe-openapi/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/isOpenApi.kt
Line 15 in 808e3d8
logger.debug(e) { "Attempt to read input as YAML/JSON OpenAPI specification failed." } |
logger.debug(e) { "Attempt to read input as YAML/JSON OpenAPI specification failed." }
false
Jolanrensen and zaleslaw
Metadata
Metadata
Assignees
Labels
OpenAPIChanges related to OpenAPI, JSON (schema), etc.Changes related to OpenAPI, JSON (schema), etc.bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is needed, feel free to help :)Extra attention is needed, feel free to help :)