JeongWoo Choi

Results 17 issues of JeongWoo Choi

Could you please check below question, please? http://stackoverflow.com/questions/41572042/django-sorl-thumbnail-cache-file-is-not-deleted-in-production-environment

In `ImpalaAdapter`, `quote()` doesn't seem to do anything: https://github.com/cloudera/dbt-impala/blob/988e6c186fbd19c086b70257b8e0c9252bb2c099/dbt/adapters/impala/impl.py#L72C2-L73C38 Any reason for this? I have a source table of which name is reserved keyword, so there is no way to...

bug

First, I appreciated your wonderful jobs. It makes docs page 10x faster ! However, I can't find out `view lineage graph` button at the bottom right corner of the page,...

### Astronomer Cosmos Version Other Astronomer Cosmos version (please specify below) ### If "Other Astronomer Cosmos version" selected, which one? 1.4.3 ### dbt-core version 1.7.16 ### Versions of dbt adapters...

bug
parsing:dbt_ls
execution:local
area:config
dbt:deps
triage-needed

**Is your feature request related to a problem? Please describe.** When I defiend materialized_view like below, ``` {{ config( materialized='materialized_view', order_by=['stock_code', 'second'], sharding_key='cityHash64(stock_code)', engine='ReplicatedAggregatingMergeTree()', settings = { 'index_granularity': 8192, 'allow_nullable_key':...

enhancement

### Describe the bug and step to reproduce: In dbt, default behavior of `table` materialization is to drop and recreate the table. If I run the same dbt model twice,...

bug
documentation

### Expected behavior I can't run any command of dbt power user suddenly: run query, build, test, all! I toggle developer tool of vscode and found out related error log:...

bug