File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
docs/StardustDocs/topics/schemas Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Useful when you want to:
4747* ` extensionProperties ` : ` Boolean ` – Whether to generate [ extension properties] ( extensionPropertiesApi.md )
4848 in addition to ` interface ` declarations.
4949 Useful if you don't use the [ compiler plugin] ( Compiler-Plugin.md ) , otherwise they are not needed;
50- the [ compiler plugin] ( Compiler-Plugin.md ) , [ notebooks] ( schemasJupyter .md) ,
50+ the [ compiler plugin] ( Compiler-Plugin.md ) , [ notebooks] ( gettingStartedKotlinNotebook .md) ,
5151 and older [ Gradle/KSP plugin] ( schemasGradle.md ) generate them automatically.
5252 Default: ` false ` .
5353* ` visibility ` : ` MarkerVisibility ` – Visibility modifier for the generated declarations.
@@ -122,7 +122,7 @@ in cases where the schema cannot be inferred automatically from the source.
122122* ` extensionProperties ` : ` Boolean ` – Whether to generate [ extension properties] ( extensionPropertiesApi.md )
123123 in addition to ` interface ` declarations.
124124 Useful if you don't use the [ compiler plugin] ( Compiler-Plugin.md ) , otherwise they are not needed;
125- the [ compiler plugin] ( Compiler-Plugin.md ) , [ notebooks] ( schemasJupyter .md) ,
125+ the [ compiler plugin] ( Compiler-Plugin.md ) , [ notebooks] ( gettingStartedKotlinNotebook .md) ,
126126 and older [ Gradle/KSP plugin] ( schemasGradle.md ) generate them automatically.
127127 Default: ` false ` .
128128* ` visibility ` : ` MarkerVisibility ` – Visibility modifier for the generated declarations.
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ See [extension properties example in Kotlin Notebook](extensionPropertiesApi.md#
141141
142142> Compiler Plugin is coming to Kotlin Notebook soon.
143143
144- * If you're not using the Compiler Plugin, you can still generate extension properties for a [ ` DataFrame ` ] ( DataFrame.md )
145- using the [ ` generateCode ` ] ( DataSchemaGenerationMethods.md#generate-code ) method.
146-
144+ * If you're not using the Compiler Plugin, you can still generate
145+ [ extension properties] ( extensionPropertiesApi.md ) for a [ ` DataFrame ` ] ( DataFrame.md )
146+ manually by calling one of the [ ` generate..() ` methods] ( DataSchemaGenerationMethods.md )
147+ with the ` extensionProperties = true ` argument.
You can’t perform that action at this time.
0 commit comments