anish_singla
08/07/2024, 6:59 PMstream_maps:
table:
device: json.loads(device)
The error I am getting is:
simpleeval.NameNotDefined: 'json' is not defined for expression 'json.loads(device)'
Any help would be appreciated!Reuben (Matatika)
08/07/2024, 9:28 PMstream_maps
for? That will have to be on the latest SDK version (>=0.39.0
) to leverage the json
module.Reuben (Matatika)
08/07/2024, 9:29 PManish_singla
08/08/2024, 2:28 PMtarget-snowflake
, is that on the latest SDK version?Reuben (Matatika)
08/08/2024, 4:13 PMpip_url
to git+<https://github.com/MeltanoLabs/target-snowflake.git>
and then run
meltano install --clean loader target-snowflake
cc @Edgar Ramírez (Arch.dev)anish_singla
08/08/2024, 4:14 PMEdgar Ramírez (Arch.dev)
08/08/2024, 6:31 PM