We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support for Python 3.8 was dropped in 7a7a9f6, which means there may be an opportunity to refactor a few places:
add custom source parser because it's broken in < 3.9
_is_relative_to
allow python env building to use relative paths
Fix: Remove intervals instead missing intervals
dag.py
[1]: we may not be able to get rid of this completely, because it's been extended since the first implementation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support for Python 3.8 was dropped in 7a7a9f6, which means there may be an opportunity to refactor a few places:
add custom source parser because it's broken in < 3.9
– simplify the definition of_is_relative_to
[1]allow python env building to use relative paths
– simplify the python source parserFix: Remove intervals instead missing intervals
– address the TODO indag.py
[1]: we may not be able to get rid of this completely, because it's been extended since the first implementation.
The text was updated successfully, but these errors were encountered: