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

Allow user specified Adaptor and MiniIO Interfaces #537

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gordonwatts
Copy link
Collaborator

Smaller changes to allow user to specify an Adaptor and MiniIO adaptor in the deliver call to affect different backend behavior.

@@ -142,15 +142,14 @@ async def download_with_progress(filename) -> Path:

@transforms_app.command(no_args_is_help=True)
def delete(
url: Optional[str] = url_cli_option,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I feel this change is a bit independent of the rest of the PR, should it be included here?

@@ -321,6 +334,7 @@ def get_code_generators(self, backend=None):
return cached_backends["codegens"]
else:
code_generators = self.servicex.get_code_generators()
assert backend is not None, "Backend must be specified to cache code generators"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this code that we can ever hit?

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