We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello! I have following prefect setup. When setting one of the parameters to Python Enum '0' variant is not shown in drop-down list.
Same happens if i set OrderType extended from 'pydantic.baseModel`
OrderType
class OrderStatus(enum.IntEnum): ACCEPTED = 0 CANCELED = 1
@dataclass class OrderType: status: OrderStatus flag: OrderFlag
@flow(log_prints=True) def rtt_flow(order_types: list[OrderType]): logger = get_run_logger()
Version: 3.2.6 API version: 0.8.4 Python version: 3.11.10 Git commit: 5ceb3ada Built: Wed, Feb 19, 2025 9:24 PM OS/Arch: linux/x86_64 Profile: default Server type: server Pydantic version: 2.9.2
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug summary
Hello!
I have following prefect setup. When setting one of the parameters to Python Enum '0' variant is not shown in drop-down list.
Same happens if i set
OrderType
extended from 'pydantic.baseModel`Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: