fix wasb parsing blob as string instead of bytes#14983
Closed
kapopken wants to merge 16 commits into
Closed
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst)
|
Contributor
|
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
Contributor
|
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
* Adds initial router, routes, and placeholder views * fix router tests - fix linting with `skipLibCheck` - fix motion warning on test with `resolutions` in `package.json` * remove resolutions in package.json * Upgrade to latest Chakra release * Use username instead of id in route * Add new UI node files to rebuild check * Add linting dependencies Co-authored-by: Brent Bovenzi <brent.bovenzi@gmail.com>
- For some reason pymongo's stable inventory fetch is redirecting, I can reproduce it locally too if I try to access https://pymongo.readthedocs.io/en/stable/objects.inv from by browser.
If you import anything directly from `airflow` in cluster policy file, an import cycle will prevent the policy from getting loaded. This PR fixes the import in the example and adds a small note warning about this. closes: apache#14945
Member
|
Please rebase on latest Master, failing doc build should be fixed by #14986 |
Fix typo Allways to Always on image policy
* Adds initial router, routes, and placeholder views * fix router tests - fix linting with `skipLibCheck` - fix motion warning on test with `resolutions` in `package.json` * add login with basic auth * add simple header/logout + readme for env * remove unnecessary library * add licenses * more strict allow origin * remove resolution Co-authored-by: Ryan Hamilton <ryan@ryanahamilton.com>
…kapopken/airflow into feature-fix-blob-storage-return # Conflicts: # airflow/providers/microsoft/azure/log/wasb_task_handler.py # tests/providers/microsoft/azure/log/test_wasb_task_handler.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.