Gabriel

Results 109 comments of Gabriel

@satniks `snowflake-sqlalchemy` `1.6.1` just released, which supports SQLAlchemy 2. It should be possible to install both of these in the same environment now. https://pypi.org/project/snowflake-sqlalchemy/1.6.1/#history

@bennylu2 @jintaogao We've added some minimal support for this in [`0.18.6`](https://github.com/great-expectations/great_expectations/releases/tag/0.18.16) - https://github.com/great-expectations/great_expectations/pull/10031 - https://github.com/great-expectations/great_expectations/pull/10046 In a future release, we plan to make some other improvements such as improved documentation...

@VolkovGeoPhy what happens if you install [this dependency](https://github.com/aws/amazon-redshift-python-driver) locally and attempt to use it as the data-connector? The documentation for `sqlalchemy-redshift` says that it can use either `redshift_connector` or `pyscopg2`....

@mindflayer Closing this issue signals that 1. You don't plan to add type annotations. 2. You aren't willing to accept contributions that add these. Can you re-open this issue if...

>So, allow me to bounce back the question: is anyone willing to contribute with adding type hints? @mindflayer Yes. The only thing that gives me pause about taking on this...

Should think about creating a `travis-requirements.txt` file, and maybe a `Makefile` with different logic if in Tavis CI environment. Something like this... https://github.com/CamDavidsonPilon/lifelines/tree/master/reqs https://github.com/CamDavidsonPilon/lifelines/blob/master/Makefile

@angelika233 can you share the full stacktrace and your installed packages + versions?

- Addressed in https://github.com/great-expectations/great_expectations/pull/9918

Do you have any preference for the format of the module number within the docstring? ```python """ blah blah blah Module#7 """ ``` What would the `{ref}`erence actually reference? ----------------------------...

Cool, I'm happy to take this. Should be able to get to it before next week.