Ability to Upsert LINKs

Would be nice to have the ability to Upsert (aka CREATE OR REPLACE) LINKs for a variety of reasons but for us, this will make our scripts idempotent.

Ex:

CREATE OR REPLACE LINK Orderdb.product_S3 AS S3
CREDENTIALS '{"aws_access_key_id":"your_access_key_id","aws_secret_access_key":"your_secret_access_key"}'
CONFIG '{"region":"us-east-1"}'
DESCRIPTION 'Products ordered in December';

Got it. I opened an internal feature request to track it.

1 Like

I have also same issue any suggestion for this so please reply. Thanks in advance.