Stéphane Burwash
01/04/2024, 3:40 PMselect:
- line_items.*
BUT, when I try to access individual nested properties (in the properties
), I'm not capable of only selecting 1.
select:
# - line_items.*
- line_items.properties.hs_url
Will give
Enabled patterns:
line_items.properties.hs_url
Selected attributes:
[automatic] line_items.id
[automatic] line_items.updatedAt
(Not hs_url).
Is this normal? How can I select individual properties?
Thanks, and have a great day!Edgar RamÃrez (Arch.dev)
01/05/2024, 4:31 AMselect:
- line_items.properties
- "!line_items.properties.*"
- line_items.properties.hs_url
(If that works it's a sign that we really need to do https://github.com/meltano/meltano/issues/3024 😅)Stéphane Burwash
01/05/2024, 6:37 PMStéphane Burwash
01/05/2024, 6:43 PM- line_items.id
- line_items.properties
- line_items.properties.*
- line_items.properties.hs_url
- "!line_items.properties.*"
Sadly this has not helped 😞 But the link you provided still seems relevant to this problematicEdgar RamÃrez (Arch.dev)
01/05/2024, 6:44 PM- line_items.id
- line_items.properties
- "!line_items.properties.*"
- line_items.properties.hs_url
claudio_cianciulli
03/01/2024, 10:26 AMStéphane Burwash
03/04/2024, 8:23 PM