I'm working with the Python Proxy but can't get the cloneTable method to
work. I think it's purely a syntax issue. How are the propertiesToSet and
propertiesToExclude specified? I tried the following but got a syntax error
saying "object of type 'type' has no len()" which is not too helpful.

propertiesToSet = { }
propertiesToExclude = [ ]
client.cloneTable(long, testtable, "CLONE_TableWithOneMillionEntries",
True, propertiesToSet, propertiesToExclude)

Any help would be appreciated.

Reply via email to