juana
Mitch
Rongcui Dong
make
Matias
Avi
Alex Ilyin
Tita
Lee Mendelowitz
from typing import Optional from prefect.blocks.core import Block from pydantic import SecretStr class AWSCredentials(Block): aws_access_key_id: Optional[str] = None aws_secret_access_key: Optional[SecretStr] = None aws_session_token: Optional[str] = None profile_name: Optional[str] = None region_name: Optional[str] = None
RuntimeError: no validator found for <class 'pydantic.types.SecretStr'>, see `arbitrary_types_allowed` in Config
pydantic<2
Matt Alhonte
Flow could not be submitted due to infrastructure.
Jarvis Stubblefield
run_deployment
prefect.exceptions.PrefectHTTPStatusError: Client error '404 Not Found' for url '<http://ephemeral-prefect/api/deployments/name/alert-early-intervention/alert_early_intervention>'
alert-early-intervention/alert_early_intervention
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.