1. Add your AWS S3 access
- In the Destinations tab, click on the “Add destination” button located on the top right of your screen. Then, select the Parquet (AWS S3) option from the list of connectors.
- Click Next and you’ll be prompted to add your access:
Required Configuration
- Bucket name: The AWS S3 bucket name where you want to store the Parquet files.
AWS Authentication
Three authentication methods are supported:- Access keys — provide an Access key ID and Secret access key created in the AWS IAM console.
- IAM role — provide an Assume IAM Role ARN (e.g.
arn:aws:iam::123456789012:role/MyRole). Nekt assumes the role via STS with automatically refreshed credentials, so you don’t need to share access keys. - None — leave all authentication fields empty to use the AWS account where your pipelines run (e.g. for Nekt-managed buckets, pattern:
nekt-lakehouse-{company-name}).
How to create AWS credentials
How to create AWS credentials
To create AWS credentials for accessing your S3 bucket:
- Log in to your AWS IAM Console
- Navigate to Users and select your user (or create a new one)
- Go to the Security credentials tab
- Click Create access key
- Select Application running outside AWS or Other as the use case
- Copy the Access Key ID and Secret Access Key (you won’t be able to see the secret again)
s3:DeleteObject is required because each sync replaces the table folder contents.File Configuration
- Output folder path: Folder path where to store the output tables inside the S3 bucket. Leave empty if the tables should be stored in the bucket’s root folder.
- Example:
data/exportsorreports/daily
- Example:
- Table folder name: A custom folder name for the output table. If empty, the name of the table being sent is used.
- Compression: (Advanced, default:
snappy) Compression codec used when writing the Parquet files (snappyorgzip).
- Click Next.
Output layout
Each table is written as a Parquet dataset:_nekt_sync_at partition carries the UTC timestamp of the sync that wrote the data.
2. Select your data to send
-
The next step is letting us know which data you want to export to S3. Select the layer and then the desired table.
Tip: The table can be found more easily by typing its name.
- Click Next.
3. Configure your Parquet (AWS S3) data destination
- Describe your destination for easy identification within your organization. You can inform things like what data it exports, to which team it belongs, etc.
- To define your Trigger, consider how frequently you need to have the data updated in S3 (every day, once a week, only at specific times, etc.).
- Click Done.
4. Check your new destination
- Once completed, you’ll receive confirmation that your new destination is set up!
- You can view your new destination on the Destinations page. The pipeline will run according to your configured trigger schedule. You can monitor it on the Destinations page to see its execution and completion.
- If needed, manually trigger the pipeline by clicking on the refresh icon. Once executed, your Parquet files will be available in your S3 bucket at the path you specified.
If you encounter any issues, reach out to us via Slack, and we’ll gladly assist you!