dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Migrate `dolt remote` to SQL

Open macneale4 opened this issue 11 months ago • 2 comments

dotl remote currently bypasses a running sql-server, and should instead use the DOLT_REMOTE() stored procedure.

Difficulty: Low Value: Medium

Overarching Ticket: https://github.com/dolthub/dolt/issues/3922

macneale4 avatar Mar 18 '24 16:03 macneale4

User tripped on this: https://github.com/dolthub/dolt/issues/7548

macneale4 avatar Mar 18 '24 16:03 macneale4

A customer requested the ability to use the cloud provider params for the dolt_remote() stored procedure. We support these on the command line through dolt remote, but not in the stored procedure.

Bumping this issue, since as part of migrating to the SQL interface, we'd need to cover those options in the stored procedure.

fulghum avatar Mar 27 '24 20:03 fulghum