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

#48: Activated validation by verifying existence of file exasol-manifest.json #64

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tomuben
Copy link
Contributor

@tomuben tomuben commented Sep 20, 2024

fixes #48

doc/changes/changelog.md Outdated Show resolved Hide resolved
doc/changes/changes_0.6.0.md Outdated Show resolved Hide resolved
@@ -113,8 +113,7 @@ def verify_all_nodes(self, schema: str, language_alias: str, bfs_archive_path: b
still nodes pending, for which the extraction could not be verified,
yet.
"""
# manifest = f"{bfs_archive_path.as_udf_path()}/{MANIFEST_FILE}"
manifest = "/exaudf/exaudfclient_py3"
manifest = f"{bfs_archive_path.as_udf_path()}/{MANIFEST_FILE}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Careful, activating this feature might break downstream projects such as the AI-Lab, of transformers-extensions hasn't already released a SLC with a manifest and didn't properly pin the dependency to PEC in the releases.

Copy link
Collaborator

Choose a reason for hiding this comment

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

We probably should also go a major version change with that. At least, it would be, if we would be already at 1.0.

Copy link
Contributor

Choose a reason for hiding this comment

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

Regarding transformers-extension, for example, a major version change would not make any difference in the first place, as pyproject.toml contains

exasol-python-extension-common = ">=0.3.0"

Copy link
Collaborator

Choose a reason for hiding this comment

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

I thought so, this needs to change. No, unbounded >= anymore.

Copy link
Collaborator

Choose a reason for hiding this comment

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

So, this PR is blocked until, we released all downstream projects with either a manifest file in the SLC or a dependency limitation

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.

Activate validation by verifying existence of file exasol-manifest.json
4 participants