JDarDagran commented on code in PR #40335:
URL: https://github.com/apache/airflow/pull/40335#discussion_r1667779579


##########
airflow/datasets/__init__.py:
##########
@@ -41,6 +41,11 @@ def normalize_noop(parts: SplitResult) -> SplitResult:
     return parts
 
 
+def create_dataset(uri: str) -> Dataset:
+    """Create a dataset object from a dataset URI."""
+    return Dataset(uri=uri)

Review Comment:
   There's actually none. I overcomplicated the logic then simplified it and 
this was leftover. Removed it.



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