prefect-ui-library icon indicating copy to clipboard operation
prefect-ui-library copied to clipboard

Block fields' defaults are not filled in the forms when creating new block doc

Open ahuang11 opened this issue 3 years ago • 1 comments

    type: Literal["bigquery"] = Field(default="bigquery")
    test_int: int = Field(default=200)

it’s in BigQueryTargetConfigs.schema()

 'properties': {'extras': {'title': 'Extras', 'type': 'object'},
  'type': {'title': 'Type',
   'default': 'bigquery',

image

ahuang11 avatar Aug 12 '22 20:08 ahuang11

Related to https://github.com/PrefectHQ/orion-design/issues/476

pleek91 avatar Aug 12 '22 20:08 pleek91