Leonardo Rivera
Leonardo Rivera
Vários artigos dentro das páginas do medium possuem limitação de 3 visualizações. Por exemplo, temos duas páginas dentro da plataforma que implementam essa política: https://towardsdatascience.com/pandas-join-vs-merge-c365fd4fbf49 https://bettermarketing.pub/how-much-youtube-paid-me-for-a-68-000-000-viewed-video-eca9c668de35
As commented in #1345, it's the pull request for the correction of the raised points
## Description Dictionary files & , from the [LibreOffice](https://github.com/LibreOffice/dictionaries) and [Chromium](https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries/+/master), are not recognized nor loaded as online dictionaries. ## Reproduce I've tried both as online and offline dictionaries: -...
### The problem I have a Wemos NodeMCU ESP8266 v3 - CH340 (https://botland.store/img/art/inne/10908_3.jpg) and I noticed that after installing esphome on it, the device wasn't able to connect to wi-fi)....
Implement getFormattedDateTime, which has the advantage, when compared #94 that does not rely on external lib and parse more patterns. The #161 was used as base, however, I had to...
In the code, `ignore_row_if` parameter has _both_values_are_missing_ as default, although the docs says it is _neither_ ` ignore_row_if: Literal["both_values_are_missing", "either_value_is_missing", "neither"] = ( pydantic.Field(default="both_values_are_missing", description=IGNORE_ROW_IF_DESCRIPTION) )` - [ ] Description...
Minor issue, but it appears that this library is using a deprecated method from SQLAlchemy: > great_expectations/datasource/fluent/sql_datasource.py:1238 SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi(). Implement...
I used to use this data souce to connect to a redshift server and it works flawless (Used the redshift with SQLAlchemy 1.4): ``` CONNECTION_STRING = ( "postgresql+psycopg2://${REDSHIFT_USERNAME}:${REDSHIFT_PASSWORD}" f"@{REDSHIFT_HOST}:5439/master?sslmode=allow" )...
## 🔗 Related Issues Fixes #11532 - [batch.columns() returns empty list [] for Redshift batches, breaking all column-based validations](https://github.com/great-expectations/great_expectations/issues/11532) Fixes #11181 - [Problems on retrieving batch when using redshift_datasource](https://github.com/great-expectations/great_expectations/issues/11181) ##...
## 🐛 Bug Description When using Great Expectations with Amazon Redshift (via `gx-sqlalchemy-redshift`), the `batch.columns()` method returns an empty list `[]` even when the batch contains data. This causes **all...