Skip to content

Commit

Permalink
add query type
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 5, 2023
1 parent 490493d commit 56148e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snakemake_storage_plugin_s3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
StorageProviderBase,
StorageQueryValidationResult,
ExampleQuery,
QueryType,
)
from snakemake_interface_storage_plugins.storage_object import (
StorageObjectRead,
Expand Down Expand Up @@ -145,6 +146,7 @@ def example_queries(cls) -> List[ExampleQuery]:
return [
ExampleQuery(
query="s3://mybucket/myfile.txt",
type=QueryType.ANY,
description="A file in an S3 bucket",
)
]
Expand Down

0 comments on commit 56148e3

Please sign in to comment.