Skip to content

Commit f02f93d

Browse files
committed
added mention of #1844 in gradle-plugin warning messages
1 parent 70039cc commit f02f93d

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/StardustDocs/topics/schemas/gradle/Gradle-Plugin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
> The current Gradle plugin is **deprecated**. Its latest release is 1.0.0-Beta4 and will not have future releases.
44
>
55
> At the moment, **[data schema generation is handled via dedicated methods](DataSchemaGenerationMethods.md)** instead of relying on the plugin.
6-
{style="warning"}
6+
> Our plans for the next iteration of this feature can be found in [Issue #1844](https://github.com/Kotlin/dataframe/issues/1844).
7+
> {style="warning"}
78
89
This page describes the Gradle plugin that generates `@DataSchema` from data samples.
910
```Kotlin

docs/StardustDocs/topics/schemas/gradle/schemasGradle.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
> The current Gradle plugin is **deprecated**. Its latest release is 1.0.0-Beta4 and will not have future releases.
66
>
77
> At the moment, **[data schema generation is handled via dedicated methods](DataSchemaGenerationMethods.md)** instead of relying on the plugin.
8-
{style="warning"}
8+
> Our plans for the next iteration of this feature can be found in [Issue #1844](https://github.com/Kotlin/dataframe/issues/1844).
9+
> {style="warning"}
910
1011
In Gradle projects, the Kotlin DataFrame library provides
1112

docs/StardustDocs/topics/schemas/gradle/schemasImportOpenApiGradle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
> The current Gradle plugin is **deprecated**. Its latest release is 1.0.0-Beta4 and will not have future releases.
66
>
77
> At the moment, OpenAPI code generation can be done **[via dedicated methods](OpenAPI.md)** instead of relying on the plugin.
8+
> Our plans for the next iteration of this feature can be found in [Issue #1844](https://github.com/Kotlin/dataframe/issues/1844).
89
> {style="warning"}
910
1011
> **Experimental**: Support for OpenAPI 3.0 schemas is demoted to experimental

docs/StardustDocs/topics/schemas/gradle/schemasImportSqlGradle.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
> The current Gradle plugin is **deprecated**. Its latest release is 1.0.0-Beta4 and will not have future releases.
66
>
77
> At the moment, **[data schema generation is handled via dedicated methods](DataSchemaGenerationMethods.md)** instead of relying on the plugin.
8-
{style="warning"}
8+
> Our plans for the next iteration of this feature can be found in [Issue #1844](https://github.com/Kotlin/dataframe/issues/1844).
9+
> {style="warning"}
910
1011
Each SQL database contains the metadata for all the tables.
1112
This metadata could be used for the schema generation.

0 commit comments

Comments
 (0)