Tomas Moreno
03/26/2024, 7:21 PMAWS_DEFAULT_REGION: "{{ prefect_aws.awscredentials.prefect-aws-credentials.region_name }}"
Marvin
03/26/2024, 7:21 PMprefect.yaml
for environment variables, you should be able to reference multiple values from a single block. However, the exact syntax for querying these values directly within the prefect.yaml
file is not specified in the excerpts.
For more clarity, you can review the more detailed usage of blocks and how they can be used to store and retrieve multiple data points, including access keys and region info. Check out these resources:
- Global Coordination Plane Blog Post
- Prefect Blocks Documentation
If you need further assistance or more accurate guidance on the specific syntax for your prefect.yaml
, I may suggest seeking information directly from Prefect's support channels or communities that could provide examples or more direct insights based on the latest Prefect capabilities.