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
Updating INTHEWILD.md #18
Closed
Closed
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
* Fix XComObjectStoreBackend config var in docs * Add objectstore to wordlist * Set compression to None for empty string
Some of the recent refactors caused a problem that mypy jobs started to return errors likely resulting from a bad cache volume remaining after the jobs completed. This PR extracts cleanup step to a separate, composite action and uses this action everywhere, including pruning docker including all containers and volumes to avoid the issue.
* Add dataset conditions to next run datasets modal * Fix test
…#38133) The `BACKEND_VERSION` env variable is now generic way to override any version of any backend. When you set it before running breeze and when the value maches possible options for given platform, the value of concrete backend version will be overridden from the variable. This will be helpful to generalize a bit and make reusable test workflow where `BACKEND_VERSION` will be treated in simiar way in all tests.
The MyPy jobs started to fail pretty randomly in docs and dev builds and the main suspect for that is cache - either pre-commit cache or docker cache stored locally in docker volume. We can actually disable the cache, because a) pre-commit cache is not really needed for this job as we only one venv to create and b) the docker volume cache in case of CI job is at most harmless as we exect to start all jobs from a clean state.
* feat: Pass proxies config when using ClientSecretCredential in AzureDataLakeStorageV2Hook and added DataToADLSOperator which allows uploading data (e.g. from an XCOM) to a remote file without the need to have a local file created first --------- Co-authored-by: David Blain <david.blain@b-holding.be> Co-authored-by: David Blain <david.blain@infrabel.be> Co-authored-by: Elad Kalif <45845474+eladkal@users.noreply.github.com>
…th templated fields validation (apache#38048) Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is> Rename `DeleteCustomTrainingJobOperator`'s fields' name to comply with templated fields validation
…d sequentially (apache#36935) --------- Co-authored-by: Elad Kalif <45845474+eladkal@users.noreply.github.com>
…ted fields validation (apache#38049)
f84e52c
to
f763307
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.
Description
Adding Prophecy as a user.