steven_wang
08/29/2023, 8:38 PMmeltano.yml
file to ensure that catalog types always have a "null"
option set in them (eg ["string", "null"]
) during the catalog generation process described here? Running into some issues with the shopify tap where the auto-generated catalog specifies a field's type as just "string"
but the api occasionally returns null. I know a work around would be to manually define the catalog but was hoping there was a more flexible way to do thissteven_wang
08/29/2023, 11:40 PMsteven_wang
08/29/2023, 11:41 PM"null"
type to catalogs for all fields in all streams in the meltano.yml configvisch
08/30/2023, 1:17 PMReuben (Matatika)
10/06/2023, 8:31 AMv0.2.0
of tap-shopify
yesterday, which addresses a load of schema issues like this.
meltano lock --update tap-shopify
meltano install --clean extractor tap-shopify