How are directory tables utilized in data pipelines?
Directory tables catalog file-level metadata for files on internal or external stages, enabling queries that list staged files. They can also be joined with a Snowflake table containing related metadata for unstructured files.
Community Discussion