rithesh_s
06/22/2021, 7:58 AMpoetry run tap-salesmate --discover
This is the member that is declared in the tap class
config_jsonschema = th.PropertiesList(
th.Property("lastActivityAt", th.DateTimeType, required=False),
th.Property("instance_name", th.StringType, required=True),
th.Property("sessionToken", th.StringType, required=True)
).to_dict()
When I change all those required to False, The Command works fine.
Help on fixing it is highly appreciated!taylor
06/22/2021, 12:09 PMedgar_ramirez_mondragon
06/22/2021, 3:19 PM--discover
expects config values. It makes sense for sources with "dynamic" schemas like dbs but less so for APIs with static schemas.aaronsteers
06/22/2021, 3:23 PMrithesh_s
06/22/2021, 3:24 PMrithesh_s
06/22/2021, 3:24 PMaaronsteers
06/22/2021, 3:32 PM