Skip to content

Fix azure fs#591

Merged
tramora merged 2 commits into
mainfrom
fix-azure-fs
Jun 30, 2026
Merged

Fix azure fs#591
tramora merged 2 commits into
mainfrom
fix-azure-fs

Conversation

@tramora

@tramora tramora commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

During manual tests against remote files a bad definition of a method raised an error.

TODO Before Asking for a Review

  • Rebase your branch to the latest version of main (or main-v10)
  • Make sure all CI workflows are green
  • When adding a public feature/fix: Update the Unreleased section of CHANGELOG.md (no date)
  • Self-Review: Review "Files Changed" tab and fix any problems you find
  • API Docs (only if there are changes in docstrings, rst files or samples):
    • Check the docs build without warning: see the log of the API Docs workflow
    • Check that your changes render well in HTML: download the API Docs artifact and open index.html
    • If there are any problems it is faster to iterate by building locally the API Docs

@tramora tramora requested a review from popescu-v June 26, 2026 11:35
Comment thread packaging/conda/meta.yaml Outdated
return create_resource(_child_uri_info(self.uri_info, file_name).geturl())

def create_parent(self, file_name): # pylint: disable=unused-argument
def create_parent(self):

@popescu-v popescu-v Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I'd opportunistically add an automated test, perhaps in tests/test_remote_access.py, that this method behaves as expected for all drivers.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

The tests were changed to use a remote output_dir

@popescu-v popescu-v left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Also add PR to the khiops-feedstock conda-forge repo for the Conda recipe

- disable the old 'pip check' in the `test.commands` to avoid a failure because the project dependencies are missing
@tramora

tramora commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator Author

Also add PR to the khiops-feedstock conda-forge repo for the Conda recipe

It was already done during the RC2 release. The current change in our dev Conda recipe was done to keep in sync with the feedstock feedstock.

@tramora tramora merged commit 92478f1 into main Jun 30, 2026
12 checks passed
@tramora tramora deleted the fix-azure-fs branch June 30, 2026 14:40
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.

2 participants