Authentication and data flow
Create the credential in Dawn, then select it in your storage connection. During an import, Dawn uses that credential to list and download objects from the provider.
File contents are downloaded into the import’s processing environment before being parsed and saved as a dataset. The prefix controls which objects are requested; source-side permissions control which objects the credential can access. These imports do not require an interactive sign-in for each run.
Run the import again to read changes in the source files. Revoking the key or service account’s access stops future reads using it, but leaves existing Dawn datasets in place.
Connection and permission requirements
AWS documents the permissions required by S3 operations. Apply source-side policies to limit access to the data intended for Dawn.
Create the connection
Open Connections → New connection, select the storage source, enter its fields, and create or select the credential. For Azure, an Account URL looks likehttps://exampleaccount.blob.core.windows.net.
Choose a descriptive connection name and save it. Keep the credential value in the credential form.
Configure the import
Specify the path and file type in the import step. Example paths are:Verify the result
After the run, compare the row count with the expected combined files. Check duplicate records, the date range, and any columns that were missing from some files. Combining files does not establish that the records are unique. For recurring imports, decide how late files, replacements, and previously loaded records should be handled in your pipeline.Troubleshooting
- Access denied while listing: check bucket/container listing access, not just access to one object.
- Access denied while downloading: check object permissions and any encryption-key permissions.
- No data: check the bucket, container, prefix, and letter case.
- Parsing error: look for an unexpected file or a mismatch between the selected format and actual contents.
- Unexpected duplicates: check overlapping exports and repeated snapshots under the prefix.