potiuk commented on issue #36686:
URL: https://github.com/apache/airflow/issues/36686#issuecomment-1885643229

   I think it is far too big of a feature and should be discussed at the 
devlist. Currently all the objects (DAGs and Datasaets alike) are created by 
parsing DAG files, NOT by creating DB entities. IMHO it makes very little sense 
to start creating those datasets via APIs. Especially that Datasets are not 
"standalone" entities and that there is nothing that could happen if you create 
a dataset via API but there is no DAG file that uses it.
   
   I am not sure what would be the consequences of it as I know there are other 
discussions happening about dataset future - but I think if you want to start 
anything about that, starting a devlist discussion and explaining what you want 
is really the right way of approaching it. 
   
   Converting it into discussion as this is definitely not a "feature" scope.


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