I am trying to populate a database with ALL the tables in the Canvas namespace.
I am following the instructions on this documentation to initialize my database using the initdb command.
Below is my CLI:
dap initdb --connection-string my_connection_string --namespace canvas
but I get an error saying the table argument is required.
dap initdb: error: the following arguments are required: --table
Is there a way to get all the tables instead of running the initdb command manually for the 89 tables on the Canvas namespace?
Thanks!