-
Notifications
You must be signed in to change notification settings - Fork 183
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
[ADAP-584] [Bug] Non-conventional Version Check in Setup.py #633
Comments
Removing |
@Fleid : Any thoughts about merging #634 now? Do we need to wait for dbt-labs/dbt-adapters#80? |
I would wait for dbt-labs/dbt-adapters#80 - if anything else to have everything done together. |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Is this a new bug in dbt-snowflake?
Current Behavior
The setup.py checks the python version using a manual condition statement. This is not conventional python packaging behavior. The package manager is responsible for checking the python version. The python version is documented in the package metadata using the python_requires property. Adding an extra check of the python version deviates from the behavior expected during python packaging.
Expected Behavior
Leave the python_requires setting but remove the condition block.
Steps To Reproduce
Inspect the setup.py.
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: