-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 initial recipe for snowflake-connector-python 1.6.12 #7008
add initial recipe for snowflake-connector-python 1.6.12 #7008
Conversation
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/snowflake-connector-python:
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
You can resolve the merge error by force-pushing away 0a3b44d, now that #7009 is merged. Also, you should probably add entry points for the entry points in |
0a3b44d
to
16f21ac
Compare
Regarding those extra args, such as --no-deps, it looks like pip is actually installing the dependencies in the build log without that arg, whereas I want/need the packages to be from conda-forge not pypi. |
I was confused by that too; it doesn't actually install them, but it does cache them kind of wastefully. I'm fine with leaving |
Ok, that's very confusing. It also fills the log with so many unnecessary messages making it harder to read the log file. I still don't know why the build succeeded on travis with |
Ah, so indeed the build passes on travis with |
From the full log, because
This makes me think that you do actually need |
Ok thanks, I've done that and incorporated your other suggestions. |
Confirmed. Raised as issue ( conda/conda-build#3254 ) (though used a different recipe). |
@dougalsutherland Is there anything further needed on this PR then? |
@dougalsutherland is this ready? |
@conda-forge/staged-recipes could someone review/merge this? |
The Snowflake Connector for Python provides an interface for developing Python applications that can connect to Snowflake and perform all standard operations. It provides a programming alternative to developing applications in Java or C/C++ using the Snowflake JDBC or ODBC drivers.
The connector is a native, pure Python package that has no dependencies on JDBC or ODBC.