Uh oh!
There was an error while loading. Please reload this page.
Allow FTPHook to change port number - #39465
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
dirrao
left a comment
There was a problem hiding this comment.
Congratulations on your first PR.
Can you add the test case for custom port?
VelmiraPetkova
commented
May 9, 2024
Yes, I'll do the test case over the weekend. |
Uh oh!
There was an error while loading. Please reload this page.
VelmiraPetkova
commented
May 14, 2024
I did some tests and fixed a tiny bug, when no port is supplied. |
Uh oh!
There was an error while loading. Please reload this page.
amoghrajesh
left a comment
There was a problem hiding this comment.
Thanks @VelmiraPetkova
LGTM +1
eladkal
commented
May 26, 2024
@VelmiraPetkova can you please fix static checks? |
VelmiraPetkova
commented
May 26, 2024
Sorry for the delay. I updated the PR. Could you please take a look? Thank you! |
amoghrajesh
left a comment
There was a problem hiding this comment.
LGTM. Thanks @VelmiraPetkova!
@dirrao wdyt?
Uh oh!
There was an error while loading. Please reload this page.
potiuk
commented
May 27, 2024
The failing integration test case is a flake - mssql does not have enough time to start. This has been fixed in #39866 |
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
* Allow FTPHook to change port * Add integration tests and fix a bug * Styling fix * Add logging of the FTP host and port * Update logging and test styling * styling fix * formatting change * Update airflow/providers/ftp/hooks/ftp.py * fix log statement formatting --------- Co-authored-by: Elad Kalif <45845474+eladkal@users.noreply.github.com>
* Allow FTPHook to change port * Add integration tests and fix a bug * Styling fix * Add logging of the FTP host and port * Update logging and test styling * styling fix * formatting change * Update airflow/providers/ftp/hooks/ftp.py * fix log statement formatting --------- Co-authored-by: Elad Kalif <45845474+eladkal@users.noreply.github.com>
Allow FTPHook to use a custom FTP port number
closes: #39308