<@ULVA73B9P> What are the required fields when cre...
# ask-marvin
c
@Marvin What are the required fields when creating a block via the API?
m
To create a block via the Prefect API, you need to provide certain required fields. However, these can vary depending on the type of block you are trying to create. Here's a high-level overview based on available documentation: 1. Block Type: - Type identifier: Each block type has a specific identifier. 2. Block Configuration: - Keys and values: Specific configurations for the block, which will vary based on the type. For instance, an AWS S3 bucket may require a
bucket_name
and
region
. 3. Block Name: - Name: A unique name for the block instance. Here are links for more detailed information: - Prefect Blocks Overview - Prefect DBT Cloud Integration If you need information on a specific block type or further details, feel free to ask!