baobabsoluciones/cornflow

Make default schema a required argument in ExecutionEndpoint

開放

#570 建立於 2024年11月11日

 (0 則留言) (0 個反應) (1 位負責人)Python (5 個分叉)auto 404
good first issueserver

倉庫指標

星標
 (21 顆星)
PR 合併指標
 (平均合併 46天 15小時) (30 天內合併 5 個 PR)

描述

Is your feature request related to a problem? Please describe. In the current setup, the ExecutionEndpoint takes a default schema if one is not provided through parameters. We want to remove this default schema so that it becomes a mandatory argument. Additionally, any constants related to this default schema in orchestrator_constants should be removed. Describe the solution you'd like The schema argument, which is already passed in the current version, should now be mandatory, and the default schema should no longer be applied automatically. Additional context This update may also require changes to documentation or examples where the default schema is assumed.

貢獻者指南