RNHTTR commented on code in PR #67392: URL: https://github.com/apache/airflow/pull/67392#discussion_r3395942285
########## airflow-core/docs/authoring-and-scheduling/assets.rst: ########## @@ -328,12 +328,18 @@ The shorthand for this is ``@asset.multi``: Dynamic data events emitting and asset creation through AssetAlias ----------------------------------------------------------------------- -An asset alias can be used to emit asset events of assets with association to the aliases. Downstreams can depend on resolved asset. This feature allows you to define complex dependencies for Dag executions based on asset updates. +Use ``AssetAlias`` when a task must declare an asset dependency before the concrete asset URI is Review Comment: imo we should not use "i.e.". What about > Use ``AssetAlias`` when a task must declare an asset dependency before the Asset's fixed attributes (like URI or name) are available. -- 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]
