Skip to content

Features/sftp to wasb: Transfer to scan files from sftp source path and upload them to Azure Blob Storage #14254

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

Closed
wants to merge 79 commits into from

Conversation

wolvery
Copy link
Contributor

@wolvery wolvery commented Feb 16, 2021

Description

Transfer to scan files from sftp source path and upload them to Azure Blob Storage

Use case / motivation

Scan a source path and upload files using a wildcard or the complete source path of a file at SFTP and upload these files to a Azure Blob Storage.
PR Created
Process to upload sftp files to blob storage #9683


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
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.

@github-actions
Copy link

The Workflow run is cancelling this PR. Building image for the PR has been cancelled

@ephraimbuddy
Copy link
Contributor

Nice @wolvery. One more suggestion, can you add a system test for this change? Here is an example system test: https://github.com/apache/airflow/blob/master/tests/providers/microsoft/azure/transfers/test_file_to_wasb_system.py

@github-actions
Copy link

The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*.

@ephraimbuddy
Copy link
Contributor

LGTM, just a nit..Can you use pure assert in tests(Because of this PR #12951)

Copy link
Contributor

@ephraimbuddy ephraimbuddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions
Copy link

github-actions bot commented Mar 3, 2021

The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*.

@github-actions
Copy link

github-actions bot commented Mar 3, 2021

The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*.

@github-actions
Copy link

github-actions bot commented Mar 3, 2021

The Workflow run is cancelling this PR. Building image for the PR has been cancelled

@ephraimbuddy
Copy link
Contributor

Can you rebase again?

@wolvery wolvery force-pushed the features/sftp_to_wasb branch 2 times, most recently from 5a19657 to bda3c1a Compare March 6, 2021 14:46
wolvery added 2 commits March 6, 2021 14:00
sftp_transfer provides mechanism to extract file from a sftp path or files using a wildcard.
Changes test_get_sftp_files_map to uses a proper name
@wolvery wolvery force-pushed the features/sftp_to_wasb branch from bda3c1a to b3bd462 Compare March 6, 2021 19:09
@wolvery
Copy link
Contributor Author

wolvery commented Mar 6, 2021

Can you rebase again?

Sure

@wolvery
Copy link
Contributor Author

wolvery commented Mar 7, 2021

Can you rebase again?

I have performed rebase and saw the execution of these tests running ok at local breeze environment. Is there something that I need to repair?

@github-actions
Copy link

github-actions bot commented Mar 8, 2021

The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest master at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions bot added the full tests needed We need to run full set of tests for this PR to merge label Mar 8, 2021
@github-actions github-actions bot removed the full tests needed We need to run full set of tests for this PR to merge label Mar 8, 2021
wolvery and others added 2 commits March 11, 2021 08:59
Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com>
Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com>
@ephraimbuddy
Copy link
Contributor

@ashb you can take a look once more

@wolvery wolvery requested a review from ashb March 16, 2021 15:11
@wolvery
Copy link
Contributor Author

wolvery commented Mar 29, 2021

Hi @ashb, I hope you can check this PR, again, please

@ryanahamilton ryanahamilton removed their request for review March 29, 2021 13:43
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label May 14, 2021
@github-actions github-actions bot closed this May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools kind:documentation provider:microsoft-azure Azure-related issues stale Stale PRs per the .github/workflows/stale.yml policy file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants