-
I'm having issues trying to build a conda package from the pypi package mongoengine:
``` bash
$ conda build mongoengine/
Removing old build environment
Removing old work directory
BUILD START: mongoe…
-
### Describe the bug
My English is poor.
I want to reflect a table object in sql server 2008. But, I got this error.
### To Reproduce
```python
from sqlalchemy import MetaData, Table, cre…
-
Hi There,
I installed the azure cli (2.33.1) on my mac (Monterey 12.2.1) using homebrew (3.3.16-55-g377ac64) using anaconda virtual env with python 3.10.0 and I continue to get the error message st…
-
_From @hemlatabhatt on August 14, 2018 6:20_
_From @GoogleCodeExporter on March 16, 2015 6:49_
```
I think the connect / pconnect methods in ibm_db_dbi should accept **kwargs
intead of a dictionary…
-
I have tested superset with this url sqlalchemy
I have installed pip install pymssql
mssql+pymssql://sa@12345JK@127.0.0.1:1433/SKU
### Actual results
It said
`ERROR: Could not load databas…
-
Thanks for stopping by to let us know something could be better!
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.co…
-
The PR is here:
* https://github.com/opensafely-core/databuilder/pull/490
Having looked at these, there's nothing too huge or dramatic here.
I think we'll need to create a new `SynapseQueryEng…
-
I have cloned the Git to my MacOS and have added the Snowflake/MSSQL package in the dags/requirements.txt as below
```
apache-airflow-providers-snowflake==1.2.0
snowflake-connector-python==2.4.2
…
-
I have installed `pymssql` via pip and for some reason the `_mssql` module is not installed with it.
**To Reproduce**
`pip install pymssql`
**Expected behavior**
To have both `pymssql` and `_m…
-
Hello
I am trying to install pymssql on a CentOS 7 installation but cannot.
Unless indicated, the commands are ran as root.
This starting point:
```
pip install -U pip
Collecting pip
…