Hi, I'm trying to run a merge using command line t...
# help
f
Hi, I'm trying to run a merge using command line tools and I'm getting this error, any ideas? :S.
Copy code
lakectl merge --verbose <lakefs://eu-fr/development/> <lakefs://eu-fr/testintegrationnetwork/>
Invalid source ref: not a valid ref uri
Error executing command.
Other commands work
Copy code
lakectl branch list <lakefs://eu-fr>                                                        
+---------------------------------------------------------------------+------------------------------------------------------------------+
| BRANCH                                                              | COMMIT ID                                                        |
+---------------------------------------------------------------------+------------------------------------------------------------------+
| development                                                         | eb69d3200a156711717f020aacd2a1154d9c0b677491d308e9c4de3980d1667a |
b
drop the
/
from the end of each address
adding
/
specify the root path
f
worked 🙂 thanks!
lakefs 2