eladkal commented on issue #45192: URL: https://github.com/apache/airflow/issues/45192#issuecomment-2560926436
What direction of depended are we talking about? For example: If I make changes to presto provider. It has dependency on common.sql so I guess we expect tests for presto and common.sql to run and we have the list of dependencies in the `provider.yaml` of presto, but what about the different direction? Say we change something in common.sql. Souldn't we run also presto tests? To make sure we didn't break anything in the common.sql interface? In this case we don't have the information of presto dependent on common.sql because we scan only the provider.yaml of common.sql. -- 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]
