You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I had run into issues with decimal values before (TypeError: Object of type Decimal is not JSON serializable), I was trying to use the format: "singer.decimal" property in the catalog file. I realized that this does not work because the tap I was working with previously (tap-shopify) passes the row and metadata to Transformer.transform before recording the message.
The text was updated successfully, but these errors were encountered:
As I had run into issues with decimal values before (TypeError: Object of type Decimal is not JSON serializable), I was trying to use the format: "singer.decimal" property in the catalog file. I realized that this does not work because the tap I was working with previously (tap-shopify) passes the row and metadata to Transformer.transform before recording the message.
The text was updated successfully, but these errors were encountered: