Skip to content

Conversation

@bmoreau8
Copy link
Contributor

This PR close #852
Sftp is now usable for functions : lint / import / test

  • Tests pass
  • ruff format
  • README.md updated (if relevant)
  •  CHANGELOG.md entry added

@bmoreau8
Copy link
Contributor Author

bmoreau8 commented Jan 8, 2026

Hey @simonharrer happy new year 😄
I've update the PR to only have support of sftp for the data part. This should be better now

def get_supported_formats(cls):
return list(map(lambda c: c.value, cls))

def setup_sftp_filesystem(url: str):
Copy link
Contributor

Choose a reason for hiding this comment

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

We should not add the function here in the interface.

Copy link
Contributor

Choose a reason for hiding this comment

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

Why was the file mode changed?

OpenDataContractStandard object
"""
if not os.path.exists(excel_file_path):
if not (excel_file_path.startswith("sftp://") or os.path.exists(excel_file_path)):
Copy link
Contributor

Choose a reason for hiding this comment

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

What is the use case for sftp support for the excel importer?

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.

feature: support sFTP in test

3 participants