uranusjr opened a new pull request, #41424:
URL: https://github.com/apache/airflow/pull/41424

   A part of [AIP-76](https://cwiki.apache.org/confluence/x/QQ2TEg).
   
   The Dataset class now accepts *either* name or uri, and fills the other by 
the provided value if both are not explicitly set.
   
   Although not strictly required by this change, 'name' on DatasetAlias also 
now received the same parse-time check as Dataset's name and uri fields so they 
emit the same errors on incorrectly inputs.
   
   This conflicts with #41348. One must be rebased if we merge the other.
   
   TODO: We should modify the UI and CLI to show the name instead of/together 
with the URI.


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