This PR refactors create_target_dataset to get_or_create_target_dataset to account for the cases when the target dataset exists. In the case where the import task fails after the create dataset step, the user can resubmit the import request to continue processing.
This PR refactors
create_target_dataset
toget_or_create_target_dataset
to account for the cases when the target dataset exists. In the case where the import task fails after the create dataset step, the user can resubmit the import request to continue processing.