I am using Custom SQL option in boto3 create_data_set API call. I want to transform one of the column to new DATETIME format. As per the documentation, in LogicalTableMap, I have to pass PhysicalTableId value. I am not sure how to get this value. Even describe data set does not mention any physical table id.
How can I get physical table Id for a physical table built using custom sql?