Skip to content

Comments

Improve type annotations for ftp provider#9831

Closed
scrambldchannel wants to merge 23 commits intoapache:masterfrom
scrambldchannel:ftp-typehints
Closed

Improve type annotations for ftp provider#9831
scrambldchannel wants to merge 23 commits intoapache:masterfrom
scrambldchannel:ftp-typehints

Conversation

@scrambldchannel
Copy link
Contributor

@scrambldchannel scrambldchannel commented Jul 15, 2020

Improved type annotations for ftp provider as per #9708


  • 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.

@scrambldchannel scrambldchannel changed the title Ftp typehints Improve type annotations for ftp provider Jul 15, 2020
@scrambldchannel
Copy link
Contributor Author

Hmmm, I have an issue here with test_renew_from_kt, will try to unpick it and review PR

@mik-laj
Copy link
Member

mik-laj commented Jul 15, 2020

Please ignore it. It's flaky build.

kaxil and others added 21 commits July 17, 2020 13:13
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
…pache#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.
…pache#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.
* Add Snowflake support to SQL operator and sensor
* Add test for conn_type to valid hook mapping
* Improve code quality for conn type mapping test
Co-authored-by: Johan Eklund <jeklund@zynga.com>
Co-authored-by: Tomek Urbaszek <turbaszek@gmail.com>
* we come back to idea of having one CI workflow
* cancel and openapi are incorporated into that CI workflow
* cancel retrieves workflow id automatically (works for forks)
* static checks are now merged into one job
* less dependencies between jobs so that waiting is minimised
* better name for check if tests should be run
* separated out script for tests should be run check
@scrambldchannel
Copy link
Contributor Author

Closed this and will clean up and re-open

@scrambldchannel scrambldchannel deleted the ftp-typehints branch October 12, 2020 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.