You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
JIRA
My PR addresses the following Airflow-1445 issues and references them in the PR title.
Description
Here are some details about my PR, including screenshots of any UI changes:
My PR is simply to improve the readability of the text using the HivePartitionSensor. The screen shots below show the before and after. The darker shade (nearly black) is the before, and the purple color is the after. After -- First suggestion (not being done but second suggestion is)
After -- Second suggestion
Before
Tests
My PR adds the following unit tests OR does not need testing for this extremely good reason:
There is no need for testing because it's simply an aesthetic improvement and doesn't affect functionality.
Commits
My commits all reference JIRA issues in their subject lines, and I have squashed multiple commits if they address the same issue.
Does anyone know what the backend tests in travis would fail for this? How can I rerun the test without making a new PR? @allisonwang I'm tagging you because I see you're on the maintainers team and have been active in PRs recently.. Hope that's okay
Hey @allisonwang thanks for the respond and glad you also noticed this :). You're right I will make it a bit lighter. I've added an image of this below too, to have a lighter shade of the indigo I had originally.
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
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.
Dear Airflow maintainers,
Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
JIRA
Description
My PR is simply to improve the readability of the text using the HivePartitionSensor. The screen shots below show the before and after. The darker shade (nearly black) is the before, and the purple color is the after.

After -- First suggestion (not being done but second suggestion is)
After -- Second suggestion

Before

Tests
There is no need for testing because it's simply an aesthetic improvement and doesn't affect functionality.
Commits