https://linen.dev logo
m

Marissa Pagador

02/10/2022, 5:04 AM
Hello team ! Is there a way to specify the order of the properties in spec.json?. Properties appear randomly in UI. I want it to appear in certain order like mandatory fields first, followed by optional.
n

Narender Kumar

02/10/2022, 6:24 AM
Yeah we have a attribute order which you can set in spec.
@Harshith (Airbyte) can you please let me know the property name to set the order
It's 'order'
@Chris Duong [Airbyte] When I specified the same its failing $ python main.py check --config secrets/config.json {"type": "LOG", "log": {"level": "INFO", "message": "Begins check !!!"}} {"type": "LOG", "log": {"level": "ERROR", "message": "Check failed"}} {"type": "CONNECTION_STATUS", "connectionStatus": {"status": "FAILED", "message": "An exception occurred: <unknown>1133: mismatched tag"}}