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 trino support #278

Merged
merged 8 commits into from
Jun 28, 2024
Merged

Add trino support #278

merged 8 commits into from
Jun 28, 2024

Conversation

stefannegele
Copy link
Contributor

@stefannegele stefannegele commented Jun 21, 2024

  • Tests pass
  • README.md updated
  •  CHANGELOG.md entry added

@stefannegele stefannegele force-pushed the feature/trino branch 2 times, most recently from 9d90e71 to 55a8979 Compare June 28, 2024 09:30
@stefannegele stefannegele changed the title Add trino support - WIP Add trino support Jun 28, 2024
@stefannegele stefannegele marked this pull request as ready for review June 28, 2024 10:48


class TrinoContainer(DockerContainer):
def __init__(self, image: str = "trinodb/trino:450", **kwargs) -> None: # noqa: ANN003
Copy link
Contributor

Choose a reason for hiding this comment

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

we usually dont have #noqa annotations

@jochenchrist
Copy link
Contributor

LGTM

@jochenchrist jochenchrist merged commit 950a110 into main Jun 28, 2024
4 of 5 checks passed
@jochenchrist jochenchrist deleted the feature/trino branch June 28, 2024 11:56
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.

None yet

2 participants