Uh oh!
There was an error while loading. Please reload this page.
Move cli's Connection export and Variable export command print logic to a seprate function - #34647
Merged
Merged
Conversation
ContributorAuthor
Also, can you please point me to the source of the |
jedcunningham
commented
Sep 27, 2023
Member
@utkarsharma2, it lives here now: |
uranusjr
reviewed
Oct 4, 2023
Uh oh!
There was an error while loading. Please reload this page.
utkarsharma2
requested review from
Fokko, XD-DENG, ashb, bolkedebruin, eladkal, jhtimmins, josh-fell, kaxil, mik-laj, o-nikolas, pierrejeambrun and potiuk
as code ownersOctober 5, 2023 19:59
utkarsharma2force-pushed
the
StandardiseExportOutput
branch
2 times, most recently
from
October 5, 2023 20:04
cefc0fa to
646f06eCompareutkarsharma2
requested review from
uranusjr
and removed request for
XD-DENG, bolkedebruin, eladkal, ephraimbuddy, hussein-awala, jedcunningham, jhtimmins, josh-fell, kaxil, mik-laj, o-nikolas and pierrejeambrunOctober 5, 2023 20:10
utkarsharma2
commented
Oct 6, 2023
ContributorAuthor
@uranusjr The failure on the PR don't look related. |
eladkal
commented
Oct 17, 2023
Contributor
please rebase and lets see how it looks now |
utkarsharma2
commented
Oct 17, 2023
ContributorAuthor
@eladkal All checks are passing now. |
uranusjr
approved these changes
Oct 18, 2023
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 freeto 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.
related: #34640
This PR attempts to move the output logic for
airflow connection exportandairflow variable exportto a separate function to ensure they don't unknowingly change in the future.