Do we have some connector with `multiline` propert...
# dev-frontend
a
Do we have some connector with
multiline
property? Or it’s not in master yet?
c
airbyte-integrations/connectors/source-appstore-singer/source_appstore_singer/spec.json
the private_key would be multiline.
though i guess we haven't set it yet.
@Jared Rhizor (Airbyte) anything stopping us from setting the property on this source?
j
nope I don’t think so
c
artem, are you okay adding it yourself for development purposes?
a
So I need just to update json_schema for it right?
j
yeah, the spec, and then rebuild with the gradle
airbyteDocker
task for that project and set to dev
c
1. update jsonschema 2. build it ./gradlew airbyte integrationsconnectorssource appstorebuild 3. in the ui set the version of the connector to "dev"
a
Ok. Got it. Thanks. Will check in the morning
👍 1