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.
Narender Kumar
02/10/2022, 8:18 AM
@Harshith (Airbyte) can you please let me know the property name to set the order
Narender Kumar
02/10/2022, 8:38 AM
It's 'order'
Narender Kumar
02/10/2022, 8:40 AM
@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"}}