samraj2k commented on PR #73388: URL: https://github.com/apache/airflow/pull/73388#issuecomment-5748546486
> Quick observation before reading the code (just based on your mailing list post) > > Couldn't this be achieved today by using a `.airflowignore` of project/lib/ in the root? Hey, @ashb Yes, this can be achieved using .airflowignore. Though, this will require maintaining a Airflow specific file at monorepo root (which isnt viable for us) That approach will also require maintaing .airflowigore file incase new subdir also define dags. With proposed solution, this becomes properly of the bundle itself and the contract is explicit. Though, I agree this is not a hard blocker, but quality of life feature. Thanks! -- 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]
