Skip to content

Commit

Permalink
relocate incoming files definition and rename attributesDesc to attri…
Browse files Browse the repository at this point in the history
…butes in tasks (#4175)
  • Loading branch information
hayssams authored Oct 28, 2024
1 parent 9f3bdf4 commit f3b6dbc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/schemas/json/starlake.json
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,10 @@
"AreaV1": {
"type": "object",
"properties": {
"incoming": {
"$ref": "#/definitions/ConvertibleToString",
"description": "Files are read from this folder for ingestion by the \"import\" command."
},
"stage": {
"$ref": "#/definitions/ConvertibleToString",
"description": "Files recognized by the extensions property are moved to this folder for ingestion by the \"import\" command."
Expand Down Expand Up @@ -1151,7 +1155,7 @@
"$ref": "#/definitions/FreshnessV1",
"description": "Configure freshness checks on the output table"
},
"attributesDesc": {
"attributes": {
"description": "Attributes comments and access policies",
"type": "array",
"items": {
Expand Down Expand Up @@ -1304,6 +1308,10 @@
"$ref": "#/definitions/ConvertibleToString",
"description": "Column name"
},
"type": {
"$ref": "#/definitions/ConvertibleToString",
"description": "Column Type"
},
"comment": {
"$ref": "#/definitions/ConvertibleToString",
"description": "Column description"
Expand Down Expand Up @@ -2036,6 +2044,10 @@
"type": "boolean",
"description": "is duckdb mode active"
},
"duckdbPath": {
"$ref": "#/definitions/ConvertibleToString",
"description": "Where to store duckdb files if not using default"
},
"testCsvNullString": {
"$ref": "#/definitions/ConvertibleToString",
"description": "null string value in tests"
Expand Down

0 comments on commit f3b6dbc

Please sign in to comment.