when i call the duplicate api i get a “pending” and a “null” but the table does duplicate i just dont get an id or even a name of the table
Hi @lanvinpierre,
you will not get the result of the table duplication right away because it is an asynchronous call. During the duplication or when it is finished you can call the get_job endpoint to get a result back. If the job is done you will also get information about the duplicated table:
1 Like