bugraoz93 commented on PR #64812: URL: https://github.com/apache/airflow/pull/64812#issuecomment-4246753982
@shivaam, this will make things a bit complicated. The two-pass parsing is still complex. I would say before we finish adding the command to the parser, we can reprocess the args, maybe even in `get_parser`, which can also be responsible for parsing the command. We may need to update the building part a bit but it should be possible with reprocessing Even though we are still around `0.x.x`, still thinking about how we could implement this in the best position. As it will be a user-facing change, we need to create a devlist discussion and ask to only keep positional for required or maintain both. My idea is adding both can save us from the entire discussion flow and we could be backwards compatible, even though this is not trivial with argparase in Python. -- 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]
