ashb commented on pull request #20658: URL: https://github.com/apache/airflow/pull/20658#issuecomment-1005943490
Yeah, my view is that the "public" API is, loosely - anything operator related, or passed in via the Context (so this includes methods and properties on TI and DagRun etc.) - anything that is used as a base class where the user can configure a custom class to be used. So Executors are part of the public API, but the SchedulerJob, nor TriggererJob are not. Clearly this isn't a fully description but the ground work of what I think it should be -- 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]
