Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"folder": {
"description": "The folder that this notebook is in. If not specified, this notebook will appear at the root level.",
"type": "object",
"x-nullable": true,
"properties": {
"name": {
"description": "The name of the folder that this notebook is in.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"folder": {
"description": "The folder that this Spark job definition is in. If not specified, this Spark job definition will appear at the root level.",
"type": "object",
"x-nullable": true,
"properties": {
"name": {
"description": "The name of the folder that this Spark job definition is in.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"folder": {
"description": "The folder that this SQL script is in. If not specified, this SQL script will appear at the root level.",
"type": "object",
"x-nullable": true,
"properties": {
"name": {
"description": "The name of the folder that this SQL script is in.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"folder": {
"description": "The folder that this notebook is in. If not specified, this notebook will appear at the root level.",
"type": "object",
"x-nullable": true,
"properties": {
"name": {
"description": "The name of the folder that this notebook is in.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"folder": {
"description": "The folder that this Spark job definition is in. If not specified, this Spark job definition will appear at the root level.",
"type": "object",
"x-nullable": true,
"properties": {
"name": {
"description": "The name of the folder that this Spark job definition is in.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"folder": {
"description": "The folder that this SQL script is in. If not specified, this SQL script will appear at the root level.",
"type": "object",
"x-nullable": true,
"properties": {
"name": {
"description": "The name of the folder that this SQL script is in.",
Expand Down