uranusjr commented on issue #34206:
URL: https://github.com/apache/airflow/issues/34206#issuecomment-2344108361

   > ```python
   > @task(outlets=[DatasetAlias("example-alias")])
   > def produce_dataset_events(*, outlet_events):
   >     outlet_events["example-alias"].add(Dataset("dbt-cloud-table-1"))
   >     outlet_events["example-alias"].add(Dataset("dbt-cloud-table-2"))
   > ```
   
   I think this should just work. It’s not explicitly called out, but if a 
dataset being added twice with different extras would result in two events, I 
think it is only natural that two different datasets being added to the alias 
should also result in two events.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to