forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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 getting current context at any codelocation that runs und… #6
Open
jonathanshir
wants to merge
25
commits into
master
Choose a base branch
from
feature/aip31_current_context
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
turbaszek
reviewed
Apr 27, 2020
turbaszek
reviewed
Apr 27, 2020
casassg
reviewed
Apr 27, 2020
Once wmove to Apache we need to provide good description why we do this ;) |
jonathanshir
force-pushed
the
feature/aip31_current_context
branch
from
April 30, 2020 17:28
4502ad2
to
88ef89a
Compare
turbaszek
force-pushed
the
feature/aip31_current_context
branch
from
July 2, 2020 14:30
52213d1
to
adb7cc4
Compare
…pache#9647) The tests were broken by apache#9611
Sometimes tests were not triggered when they should be. This change will cause the tests to be triggered when anything changes in "airflow" or "charts" additionally to what we had before.
…#9659) The license details are repeated twice
The script failed on a "clean" installation if the image required cleaning and the database was not started.
* add git sync sidecars * add a helm test * add more tests * allow users to provide git username and pass via a k8s secrets * set default values for airflow worker repository & tag * change ci timeout * fix link * add credentials_secret to airflow.cfg configmap * set GIT_SYNC_ADD_USER on kubernetes worker pods, set uid * add fsGroup to webserver and kubernete workers * move gitSync to dags.gitSync * rename valueFields * turn off git sync and dag persistence by default * provide option to specify known_hosts * add git-sync details into the chart documentation * Update .gitignore Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com> * make git sync max failures configurable * Apply suggestions from code review Co-authored-by: Jarek Potiuk <jarek@potiuk.com> * add back requirements.lock Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com> Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
Add setUp and tearDown methods to clear tabels
`genereate` -> `generate`
Many of the pre-commits don't require `require_serial: true`. This PR removes those to use the default of `require_serial: false`
* More robust and re-runnable autocomplete setup in Breeze * Update breeze Co-authored-by: Tomek Urbaszek <turbaszek@gmail.com> Co-authored-by: Tomek Urbaszek <turbaszek@gmail.com>
This reverts commit fd62b1c.
turbaszek
force-pushed
the
feature/aip31_current_context
branch
from
July 6, 2020 15:13
adb7cc4
to
de148b0
Compare
Support for getting current context at any codelocation that runs under the scope of BaseOperator.execute function. This functionality is part of AIP-31
turbaszek
force-pushed
the
feature/aip31_current_context
branch
from
July 6, 2020 15:15
de148b0
to
47b91e0
Compare
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.
Support for getting current context at any codelocation that runs under the scope of BaseOperator.execute function. This implementation supports apache#8058 AIP31 functional operators
Make sure to mark the boxes below before creating PR: [x]
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.
Read the Pull Request Guidelines for more information.