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

   @Lee-W it doesn't seem to work - only the second Dataset was updated:
   <img width="326" alt="image" 
src="https://github.com/user-attachments/assets/891c560f-7913-4de5-a43b-699f2f5ae9e8";>
   
   for such DAG:
   ```
   with DAG(dag_id="dataset-alias-producer", start_date=datetime(2021, 7, 7), 
catchup=False):
       @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"))
   
       produce_dataset_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