bolkedebruin commented on issue #50873: URL: https://github.com/apache/airflow/issues/50873#issuecomment-2903680695
@uranusjr I have included the whole example, so yes it is defined elsewhere in a different DAG-file (see first code snippet). I'd like to refer to the asset in another DAG without including the original DAG (that's the whole point). So the question is how do I do that? @bbovenzi I think the *main* concept is to actually read from an asset rather than just to be dependent on its schedule. So, in other words it is data dependency (data -> data) rather than data-task dependency. This also makes for better matching lineage. So yes both should be possible of course, the 'preferred' paradigms should (imho) be data->data, task->task. Otherwise it is not intuitive. -- 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]
