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

Multi account Azure VFS #4062 #4070

Merged
merged 8 commits into from
Jun 20, 2024
Merged

Multi account Azure VFS #4062 #4070

merged 8 commits into from
Jun 20, 2024

Conversation

hansva
Copy link
Contributor

@hansva hansva commented Jun 19, 2024

This PR adds multi account support to VFS. You can dynamically add new schema's which are tied to a specific configuration.
image

This example will create a storage2:// prefix which is linked to storage account knowbistorage2
Following components already support reading/writing to these new prefixes:

File browser/dialog
Transforms:

  • list file name
  • text file input
  • text file output
  • parquet output
  • avro output
  • PGP decrypt stream
  • PGP encrypt stream

Actions:

  • file exists
  • files exists
  • Copy files
  • Delete File
  • Delete Files
  • Check if folder is empty
  • Create folder
  • Create file
  • compare folders
  • file compare
  • evaluate file metrics
  • zip file
  • unzip file
  • write to file
  • check files locked
  • Decrypt files with PGP
  • Encrypt fileswith PGP
  • Verify file signature with PGP

Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Run mvn clean install apache-rat:check to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If you have a group of commits related to the same change, please squash your commits into one and force push your branch using git rebase -i.
  • Mention the appropriate issue in your description (for example: addresses #123), if applicable.

To make clear that you license your contribution under the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.

@hansva hansva marked this pull request as ready for review June 20, 2024 14:52
@hansva hansva merged commit fc61ef4 into apache:main Jun 20, 2024
2 checks passed
@hansva hansva deleted the 4062 branch June 20, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant