Nicholas
11/07/2023, 10:26 AM@flow(name='test')
def my_flow(
project_id: str,
configuration: Configuration
) -> dict:
...
class S3Bucket(BaseModel):
name: str
path: str
class Configuration(BaseModel):
input: S3Bucket
output: S3Bucket
force_overwrite: bool = False
And this is rendered like this (Prefect Server 2.12.1):Nicholas
11/07/2023, 10:27 AMNicholas
11/07/2023, 10:28 AMNicholas
11/07/2023, 10:29 AMNicholas
11/07/2023, 10:29 AM