Asset Pipeline v2 #145

Closed
Nick Alberelli wants to merge 431 commits from (deleted):feature/asset-pipeline-v2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 655963aa24 - Show all commits

View File

@ -208,7 +208,6 @@ class AssetTransferMapping:
external_id_name = get_target_name(local_id.name) external_id_name = get_target_name(local_id.name)
id_storage = get_storage_of_id(local_id) id_storage = get_storage_of_id(local_id)
external_id = id_storage.get(external_id_name) external_id = id_storage.get(external_id_name)
# TODO Check for conflicts
self._check_id_conflict(external_id, local_id) self._check_id_conflict(external_id, local_id)
if ( if (
local_id.asset_id_owner in self._local_tls local_id.asset_id_owner in self._local_tls