royzac
09/07/2021, 10:39 PMedgar_ramirez_mondragon
09/08/2021, 2:59 PMproperties
in between for you. Can you invoke the tap with debugging turned on:
meltano --log-level=debug invoke tap-shopify
You should notice something like
[2021-09-08 09:54:37,297] [3209|MainThread|root] [DEBUG] Visiting CatalogNode.PROPERTY at '.streams[1].schema.properties.key'.
[2021-09-08 09:54:37,297] [3209|MainThread|root] [DEBUG] Setting '.streams[1].schema.properties.key' to {'type': 'string'}
And in the actual tap output, schema messages should have the changed properties:
{"type": "SCHEMA", "stream": "ledger", "schema": {"properties": {..., "key": {"type": "string"}}, "type": "object"}, "key_properties": ["id"], "bookmark_properties": []}
royzac
09/09/2021, 5:40 PMedgar_ramirez_mondragon
09/09/2021, 5:58 PMtotal_shipping_price_set"
edgar_ramirez_mondragon
09/09/2021, 5:58 PM"discounted_price_set": {
"type": [
"string",
"null"
]
}
so it's working 😄royzac
09/09/2021, 6:03 PMroyzac
09/09/2021, 6:54 PMedgar_ramirez_mondragon
09/09/2021, 7:16 PMmeltano.yml
plugins:
loaders:
name: target-athena
settings:
...
- name: compression
config:
compression: null
royzac
09/09/2021, 8:57 PMedgar_ramirez_mondragon
09/09/2021, 9:40 PMroyzac
09/09/2021, 9:42 PMedgar_ramirez_mondragon
09/09/2021, 9:42 PMroyzac
10/09/2021, 3:05 PMedgar_ramirez_mondragon
10/09/2021, 9:32 PMroyzac
10/09/2021, 9:33 PM