bumpy-match-83743
07/18/2024, 4:11 PMancient-wolf-19325
07/18/2024, 4:11 PMraw_output_data_config
as part of a LaunchPlan
. You can update the workflow execution configuration to set the output_location_prefix
for each project.
domain: development
project: flytesnacks
raw_output_data_config:
output_location_prefix: s3://my-s3-bucket
For more details, refer to the Flyte documentation.
Would you like more detail on this configuration?
Sources:
- Flyte Documentation
- Flyte Community Discussion 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.bumpy-match-83743
07/18/2024, 4:13 PMancient-wolf-19325
07/18/2024, 4:13 PMmetadataContainer
for Flyte metadata and the userDataContainer
for user data:
storage:
metadataContainer: "s3://my-metadata-bucket"
userDataContainer: "s3://my-user-data-bucket"
This configuration ensures that Flyte metadata and user data are stored in separate S3 buckets.
Would you like more detail on this configuration?
Sources:
- Flyte GitHub Issue #4291
- Flyte Community Discussion 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.bumpy-match-83743
07/18/2024, 4:15 PMancient-wolf-19325
07/18/2024, 4:15 PMraw_output_data_config
settings in the LaunchPlan
for each project.
For example, you can set the output_location_prefix
for outputs and configure the input storage separately in the Flyte configuration:
domain: development
project: flytesnacks
raw_output_data_config:
output_location_prefix: s3://my-output-bucket
For inputs, you can configure the FlyteAdmin to generate signed URLs for different buckets based on the context. This can be done by modifying the FlyteAdmin storage configuration to differentiate between metadata and data buckets.
Would you like more detail on this configuration?
Sources:
- Flyte Documentation
- Flyte Community Discussion
- Flyte GitHub Issue #4291 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.average-finland-92144
07/22/2024, 10:46 PMbumpy-match-83743
07/23/2024, 1:38 PMbumpy-match-83743
07/23/2024, 1:39 PMaverage-finland-92144
07/23/2024, 4:21 PM