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

Add functionality for pullthrough cache rule creation and URI patching #697

Merged
merged 5 commits into from
Dec 4, 2023

Conversation

GeorgesLorre
Copy link
Collaborator

No description provided.

Copy link
Member

@RobbeSneyders RobbeSneyders left a comment

Choose a reason for hiding this comment

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

Thanks @GeorgesLorre, left some comments.

In general probably good to add docstrings with some information.

def _patch_uri(self, og_uri: str) -> str:
uri, tag = og_uri.split(":")

# force pullthrough cache to be used
Copy link
Member

Choose a reason for hiding this comment

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

Can you add some more info on how this works? Eg. that it only pulls the manifest.

src/fondant/pipeline/compiler.py Outdated Show resolved Hide resolved
src/fondant/pipeline/compiler.py Show resolved Hide resolved
@GeorgesLorre
Copy link
Collaborator Author

coverage :(

@RobbeSneyders
Copy link
Member

coverage :(

We could choose to exclude the Sagemaker compilation from coverage analysis since it's not testable. Depends on what you want our coverage metric to represent :)

@RobbeSneyders RobbeSneyders merged commit dd738f9 into main Dec 4, 2023
6 checks passed
@RobbeSneyders RobbeSneyders deleted the feature/ecr-images branch December 4, 2023 15:21
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