Issue
All metadata_*
columns are NULL in the destination.
Environment
Connector: Stripe
Resolution
We have deprecated the metadata_*
columns from the Stripe schema as seen in our changelog.
We now sync the metadata as JSON objects. We have added a new column, metadata
, to the following tables:
-
ACCOUNT
-
APPLICATIOIN_FEE_REFUND
-
AUTHORIZATION
-
BANK_ACCOUNT
-
CARD
-
CARDHOLDER
-
CHARGE
-
COUPON
-
CREDIT_NOTE
-
CUSTOMER
-
CUSTOMER_BALANCE_TRANSACTION
-
DISPUTE
-
FILE_LINK
-
INVOICE
-
INVOICE_ITEM
-
INVOICE_LINE_ITEM
-
ISSUING_CARD
-
ISSUING_DISPUTE
-
ORDER
-
PAYMENT_INTENT
-
PAYMENT_METHOD
-
PAYOUT
-
PLAN
-
PRODUCT
-
REFUND
-
SETUP_INTENT
-
SKU
-
SOURCE
-
SUBSCRIPTION
-
SUBSCRIPTION_ITEM
-
TAX_RATE
-
TOPUP
-
TRANSACTION
-
TRANSFER
-
TRANSFER_REVERSAL
Cause
We have deprecated the metadata_*
columns from the Stripe schema.