eladkal commented on PR #46233: URL: https://github.com/apache/airflow/pull/46233#issuecomment-2623844387
> NOTE: The local_filepath parameter does nothing in DELETE operation even if it's provided Then you need to identify this case in the code and raise exception. It's best to tell users what is not right rather then ask them to read documntation. example: https://github.com/apache/airflow/blob/5ff07fa84c5795e630a22b8bb3d5437795ae06b9/airflow/sensors/base.py#L159-L160 (Don't forget to add test case to cover this case) -- 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]
