Moving from older Desktop 2.x script to 3.x in Pro. For some reason, the script fails in 3.x when trying to Append. Two query tables are created with the exact same fields and joins from different layers. One is created and written to a table, then the other one is created with a query table an appended to the first.Script has been working for years. Tried with and without the brackets.
arcpy.management.Append([lyrNameVN], finalTable,"NO_TEST")
The error is the ever helpful "ERROR 999999: Something unexpected caused the tool to fail"