Skip to content

Commit f93e6ee

Browse files
authored
add batchFile source to MC schema (#10)
1 parent 8404904 commit f93e6ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/dataflow_spec_ref_main_materialized_views.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ These properties define the source of the data:
215215
* - **sourceType**
216216
- ``string``
217217
- The type of source.
218-
Supported: ``cloudFiles``, ``delta``, ``sql``, ``python``
218+
Supported: ``batchFiles``, ``delta``, ``sql``, ``python``
219219
* - **sourceViewName**
220220
- ``string``
221221
- The name to assign the source view.

src/schemas/spec_materialized_views.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type": "object",
2020
"properties": {
2121
"sourceViewName": {"type": "string"},
22-
"sourceType": {"type": "string", "enum": ["delta", "python", "sql"]},
22+
"sourceType": {"type": "string", "enum": ["batchFiles", "delta", "python", "sql"]},
2323
"sourceDetails": {"type": "object"}
2424
}
2525
},

0 commit comments

Comments
 (0)