Lee-W commented on issue #47779:
URL: https://github.com/apache/airflow/issues/47779#issuecomment-2724389162

   It should be 
   
   ```python
           yield Metadata(
               Dataset(name),
               alias=DatasetAlias(my_alias_name),
               extra={}  # extra is NOT optional
           )
   ```
   
   now. But after changing it, we still encounter the issue that `Dataset("a"), 
Dataset("b")` has not yet been activated. @uranusjr If my memory serves me 
right, we decided not to allow this (create asset event to asset that has not 
yet been activated.). If that's the case, we probably should be just close this 
one


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