-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect docstring for apply_wildcard parameter in S3ListOperator #36593
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Feel free to open PR for it @simond . It seems that creating PR for one would take less time than describing it in an issue. |
I would normally agree but, last time I checked, setting up the development environment for Airflow to do a PR with tests etc was quite a lot of work. |
Well. It's ~ 15 minutes - mosty to pull images - to run Breeze (after installing Docker + Docker Compose + pipx basically) so I think it's not as difficult as you might think. And yes. Improvements to installing local environment (including using Hatch which manages Python installations and virtualenvs is coming sooon - See #36537 - so you might want to re-check it back when it's merged if you do not want to use Docker. Maybe comment in the PR to get notified when it gets merged so that you can try it then ? |
I'll take another look as it sounds like it has changed since I looked last, thanks! |
Closed via #36679. |
What do you see as an issue?
The docstring for the S3ListOperator is incorrect for the
apply_wildcard
parameter:Solving the problem
It looks as though most of the docstring should actually be part of the
verify
and not theapply_wildcard
one. Moving the following lines up under theverify
parameter should resolve:Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: