uranusjr commented on code in PR #63262:
URL: https://github.com/apache/airflow/pull/63262#discussion_r2938482333


##########
airflow-core/docs/authoring-and-scheduling/assets.rst:
##########
@@ -401,3 +401,151 @@ As mentioned in :ref:`Fetching information from 
previously emitted asset events<
         def consume_asset_alias_events(*, inlet_events):
             events = inlet_events[AssetAlias("example-alias")]
             last_row_count = events[-1].extra["row_count"]
+
+Asset partitions
+----------------
+
+.. versionadded:: 3.2.0
+
+Asset events can include a ``partition_key``. This lets you model the same

Review Comment:
   ```suggestion
   Asset events can include a ``partition_key`` to make it _partitioned_. This 
lets you model the same
   ```



-- 
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