steve_clarke
11/21/2023, 6:29 PMvisch
11/21/2023, 10:02 PMjsonl_type_coercion_strategy
There's negatives to a fully dynamic schema but sometimes it's what you wantsteve_clarke
11/21/2023, 10:08 PMvisch
11/21/2023, 10:10 PMbecause you haven't been informed a new one is introducedGenerally with meltano's select
*
and a good dynamic query tool you're fine (It works all the time with databases)
dynamic schema generation can miss stuff because certain fields are optional and your sample has missed an optional field.Yeah this one is brutal for some API's. Luckily most don't have you guessing too much It's also why I lean towards statically defined schemas for APIs as well see clickup, which doesn't define too much in their API docs but even though we statically defined things and miss some once in a while added a field now and then isn't a huge issue
steve_clarke
11/21/2023, 10:25 PMvisch
11/22/2023, 12:51 AMsteve_clarke
11/22/2023, 11:30 PMedgar_ramirez_mondragon
11/22/2023, 11:53 PMsteve_clarke
11/23/2023, 12:01 AMedgar_ramirez_mondragon
11/23/2023, 6:22 PM