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 ENDPOINT_URL environment option #53

Merged
merged 3 commits into from Mar 19, 2024

Conversation

smousa
Copy link
Contributor

@smousa smousa commented Mar 17, 2024

Implementing #52 as an environment variable.

Copy link
Owner

@ktrueda ktrueda left a comment

Choose a reason for hiding this comment

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

Thank you for your PR!

@@ -11,7 +11,7 @@ keywords = ["parquet-tools", "parquet"]
exclude = ["parquet_tools/parquet.thrift", "parquet_tools/README.md"]

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.9"
Copy link
Owner

Choose a reason for hiding this comment

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

Could you explain why you updated this. I know Python 3.8 EOL will come soon. But I'm not sure that it's good to update python version in this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can revert it if you like

@ktrueda ktrueda merged commit 5be04c7 into ktrueda:master Mar 19, 2024
2 checks passed
@ktrueda
Copy link
Owner

ktrueda commented Mar 19, 2024

Thank you! I merged this.

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