Duy Ha

Results 8 issues of Duy Ha

I have found a problem that is, I can't import `worldometer` to notebooks. Env: `anaconda3`, `WSL` Version: `Python 3.8.3`, `worldometer-1.0.1` The full error response is: ``` --------------------------------------------------------------------------- RuntimeError Traceback (most...

bug

**Describe the bug** When working with GCS bucket to store data docs, sometime I have got an Http Request error: 429 TooManyRequests: rateLimitExceeded. The problem is GCS allow to update...

stale
community
devrel

**Describe the bug** I'm running GE on Airflow by using GreatExpectationOperator. Things work well until I upgrade GE to v 0.14.6, then I can't instantiate a runtime BaseDataContext with context...

community

Add support to Vertica dialiect (using sqlalchemy). Changes proposed in this pull request: - Specific the query "create temp table" for Vertica. - FIx `build_batch_spec` can't accept multiple arguments, eg....

There are some breaking changes I make when working with dbt-vertica on incremental merge stagery: - Refactor `merge_columns` to `unique_key`. - Change MERGE ON logic: use HASH(cols) instead of join...

Fixes https://github.com/tobymao/sqlglot/issues/3460 - Default hex function of all dialects, including `SQLGlot` dialect, to uppercase. - Set HEX_LOWERCASE to True in the dialect if it produces lowercase output. - Simplify LOWER...

## Problem: HEX function encodes a bytes or string into a hexadecimal encoding, but the result of the function is vary between dialects, due to the case of the result....

## Summary Resolve the issue https://github.com/datahub-project/datahub/issues/7853. ## Checklist - [x] The PR conforms to DataHub's [Contributing Guideline](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format)) - [x] Links to related issues (if applicable) -...

ingestion
community-contribution
on-deck