diff --git a/docs/concepts/data_management.rst b/docs/concepts/data_management.rst index 33a7f499a1..0d4edbd0a8 100644 --- a/docs/concepts/data_management.rst +++ b/docs/concepts/data_management.rst @@ -168,7 +168,7 @@ Between Tasks Bringing in Your Own Datastores for Raw Data ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Flytekit has a pluggable `data persistence layer `__. +Flytekit has a pluggable data persistence layer. This is driven by PROTOCOL. For example, it is theoretically possible to use S3 ``s3://`` for metadata and GCS ``gcs://`` for raw data. It is also possible to create your own protocol ``my_fs://``, to change how data is stored and accessed. But for Metadata, the data should be accessible to Flyte control plane.