Skip to content
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

sync fork from main #1

Merged
merged 102 commits into from
Jul 16, 2020
Merged

sync fork from main #1

merged 102 commits into from
Jul 16, 2020

Conversation

manesioz
Copy link
Owner


Make sure to mark the boxes below before creating PR: [x]

  • Description above provides context of the change
  • Unit tests coverage for changes (not needed for documentation changes)
  • Target Github ISSUE in description if exists
  • Commits follow "How to write a good git commit message"
  • Relevant documentation is updated including usage instructions.
  • I will engage committers as explained in Contribution Workflow Example.

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.

potiuk and others added 30 commits July 6, 2020 20:41
)

So far tests were not triggered when only requirements changed,
but this is quite needed in fact.
The previously-listed person is no longer at the company
* generate go client from openapi spec

* move openapi codegen to seperate workflow
Co-authored-by: Dylan Joss <dylanjoss@gmail.com>
Co-authored-by: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-authored-by: Vinay <vinay@synctactic.ai>
Co-authored-by: Kamil Breguła <mik-laj@users.noreply.github.com>
* Error in description after deployment
Co-authored-by: Daniel Debny <daniel.debny@polidea.com>
Skip one version of Python for each test.
Co-authored-by: Tomek Urbaszek <turbaszek@gmail.com>
Co-authored-by: Tomek Urbaszek <tomasz.urbaszek@polidea.com>
…`yarn kill` (#9044)

do a kinit before yarn kill if keytab and principal is provided
One condition was bad and warns when the plugin is for admin and FAB flask.
Removing the suicide joke.
* Tests are working for newly added backport providers
Otherwise at large scale this can end up with some tasks failing as they
try to create the result table at the same time.

This was always possible before, just exceedingly rare, but in large
scale performance testing where I create a lot of tasks quickly
(especially in my HA testing) I hit this a few times.

This is also only a problem for fresh installs/clean DBs, as once these
tables exist the possible race goes away.

This is the same fix from #8909, just for runtime, not test time.
potiuk and others added 29 commits July 14, 2020 16:35
Currently there is "unbound" variable error printed in CI logs
because of that.
* Allow `replace` flag in gcs_to_gcs operator.
If we are not replacing, list all files in the Destination GCS bucket and only keep those files which are present in Source GCS bucket and not in Destination GCS bucket
Co-authored-by: yongheng.liu <yongheng.liu@kyligence.io>
Co-authored-by: Ephraim Anierobi <4122866+ephraimbuddy@users.noreply.github.com>
Co-authored-by: Refael Y <refael@seadata.co.il>
Co-authored-by: Felix Uellendall <feluelle@users.noreply.github.com>
Co-authored-by: Ashwin Shankar <ashankar@slack-corp.com>
* Change DAG.clear to take dag_run_state

* fix lint

* fix tests

* assign var

* extend original clause
…8936)

Documentation for S3FileTransformOperator states that users
can skip transformation script if S3 Select experession is
specified, but in this case the created file is always
zero bytes long.

This fix changes the behaviour, so in case of no transformation
given, the source file (a result of S3Select) is uploaded.
…9816)

Rather than only allowing specific pre-determined config settings, this
change allows the user to place _any_ config setting they like in the
generated airflow.cfg, including overwriting the "generated defaults".

This providers a nicer interface for the users of the chart (even if the
could already set these via the env vars).
Co-authored-by: michalslowikowski00 <michal.slowikowski@polidea.com>
So that it can pull the specified image from a private registry.
Reviewed the scripts and removed some of the old unused ones.
@manesioz manesioz merged commit 3641615 into manesioz:master Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet