Data License Ingestion
This page explains how to tell when a Data License delivery is fully complete and ready for ingestion. It is the single source of truth for delivery completion signals and automation best practices across Data License delivery methods.What you should use
For every Data License delivery, the reliable completion signal is the top-level file named:Why COMPLETED matters
When the COMPLETED file exists:
- ✅ All data files have been delivered
- ✅ No additional files will be added to the delivery
- ✅ It is safe to begin ingestion
COMPLETED avoids partial ingestion and inconsistent results.
Where COMPLETED appears
- The file is placed in the parent/top-level folder for the delivery
- It covers all files and subdirectories within that delivery
- It appears for all supported delivery methods:
- S3
- Snowflake
- Azure
- GCP
- Direct Download
Databricks delivery uses Delta Sharing rather than file transfer, so it does not produce a
COMPLETED file. See Data Delivery Using Databricks for setup details.Don’t Use: _SUCCESS
Some deliveries may also include _SUCCESS files inside nested folders.
These files are not intended as a customer ingestion trigger because:
- They are created per subdirectory
- They can appear before the overall delivery is complete
- They reflect internal PDL processing, not final delivery readiness
Recommended automation workflow
- Monitor the delivery folder for
COMPLETED - When
COMPLETEDappears, start ingestion - Process all files and subfolders in the delivery
- If
COMPLETEDis missing, do not ingest partial data - If the delivery is delayed, contact your CSM or support team
Example delivery layout
When to contact support
If theCOMPLETED file does not appear after you expect the delivery to be ready:
- check your delivery notifications
- verify that the delivery destination is correct
- contact your Customer Success Manager
Why this is the best signal
COMPLETED provides a consistent ingestion trigger across delivery methods and avoids the confusion caused by _SUCCESS files appearing at different times.
For delivery-specific setup and access instructions, see the relevant Data License delivery method pages.