amoghrajesh commented on PR #56187: URL: https://github.com/apache/airflow/pull/56187#issuecomment-3569087253
> @amoghrajesh @potiuk I have been looking into #57744. That patch moved the config parser under `_shared` but the actual `conf` object for reading the config, is under `airflow-core/configuration.py`. Do you have any suggestions so that I can avoid a dependency on `airflow-core`? Let me explore some options here and let you know, but from what I see, there are a few places where `conf` is used, can we not inject those as parameters while constructing the class objects? -- 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]
