uranusjr commented on pull request #20011: URL: https://github.com/apache/airflow/pull/20011#issuecomment-986653528
I added a hack to allow manually telling AutoAPI to ignore any code construct if the docstring contains `:sphinx-autoapi-skip:`. This is probably the best thing we can do, short of fixing overloads entirely. Note that I chose to document the _desired_ interface that uses `run_id`, instead of the _actual_ interface that accepts both `run_id` and `execution_date`, because, well, we don’t want people to use `execution_date` if possible 🙂 -- 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]
