nathadfield commented on code in PR #67285:
URL: https://github.com/apache/airflow/pull/67285#discussion_r3401634951


##########
airflow-core/tests/unit/assets/test_manager.py:
##########
@@ -670,6 +735,31 @@ def _make_asset_model(
     return model
 
 
+class TestComputeTargetPartitionDate:
+    def test_identity_mapper_passes_source_date_through(self):
+        from airflow.assets.manager import _compute_target_partition_date
+        from airflow.partition_mappers.identity import IdentityMapper

Review Comment:
   Sure!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to