uranusjr commented on PR #36929: URL: https://github.com/apache/airflow/pull/36929#issuecomment-1909461691
Is this useful in any case? A dataset is created in the database when a DAG listens to it (via `schedule=[dataset]`). A dataset created from API is useless because triggering an event of it would do nothing. To make it possible to trigger an event-driven DAG, we need an API to create DatasetEvent entries, not datasets themselves. -- 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]
