Bug report
Describe the bug
After following the stripe integration docs, I get to the step where I need to run
import foreign schema stripe from server stripe_server into stripe;
This fails with Error: Failed to run sql query: ERROR: HV000: query vault failed "<uuid>": SpiTupleTable positioned before the start or after the end DETAIL: Wrappers
I have tried multiple solutions outlined in other, closed issues, including :
- Verifying the secret name (tried
stripe, stripe_wrapper_api_key_id)
- Updated my instance to the latest version
I have noticed the "key_id" field of the secret is set to NULL. This field is said to be optionnal by the docs, and I cannot find out how to properly edit it (running UPDATE vault.secrets SET key_id = id leads to a permission error)
Bug report
Describe the bug
After following the stripe integration docs, I get to the step where I need to run
import foreign schema stripe from server stripe_server into stripe;This fails with
Error: Failed to run sql query: ERROR: HV000: query vault failed "<uuid>": SpiTupleTable positioned before the start or after the end DETAIL: WrappersI have tried multiple solutions outlined in other, closed issues, including :
stripe,stripe_wrapper_api_key_id)I have noticed the "key_id" field of the secret is set to NULL. This field is said to be optionnal by the docs, and I cannot find out how to properly edit it (running
UPDATE vault.secrets SET key_id = idleads to a permission error)