Skip to content

Commit 4f15c90

Browse files
committed
Add legacy type deprecation notice
- attach@store and filepath@store maintained for backward compatibility - Will be deprecated with migration warnings in future releases - Eventually removed after transition period - New pipelines should use file type exclusively
1 parent 5f27b75 commit 4f15c90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/src/design/tables/file-type-spec.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,15 @@ azure = ["adlfs"]
612612
| Metadata | External table | External table | Inline JSON |
613613
| Deduplication | By content | By path | None |
614614

615+
### Legacy Type Deprecation
616+
617+
The existing `attach@store` and `filepath@store` types will be:
618+
- **Maintained** for backward compatibility with existing pipelines
619+
- **Deprecated** in future releases with migration warnings
620+
- **Eventually removed** after a transition period
621+
622+
New pipelines should use the `file` type exclusively.
623+
615624
## Delete Behavior
616625

617626
When a record with a `file` attribute is deleted:

0 commit comments

Comments
 (0)