ikeniborn

Results 8 issues of ikeniborn

I propose to implement the insertion parameter via insert into values. When inserting through this method, you can use the parameters of asynchronous insertion into the database, which can effectively...

enhancement

{{ config( enabled = true ,full_refresh = false ,schema = 'set' ,tags = ["discreteness_hour","model_token"] ,engine = "Set" ,materialized = "incremental" ,incremental_strategy = 'append' ,settings = { 'persistent': 1 } ,pre_hook...

bug

When accessing a dictionary through a function, you must specify the name of the dictionary without single quotes. But in the latest version, all objects are specified using a single...

enhancement

I suggest checking the number of replicas when performing an insert operation for any materialization. Because if there is no table in the replica or the insertion directory is different,...

enhancement

When I used in snapshots engine = engine = "ReplicatedMergeTree ('/clickhouse/tables/{shard}/{database}/{table}','{replica}')" first time, all good. But when i try run second time, i get error Database Error in snapshot snap_dim_fund...

bug

### Describe the bug ### Steps to reproduce 1. 2. 3. clickhouse: target: default outputs: default: driver: native type: clickhouse schema: default user: "{{ env_var('DBT_ENV_SECRET_USER') }}" password: "{{ env_var('DBT_ENV_SECRET_PASSWORD') }}"...

bug

### Describe the bug ### Steps to reproduce 1. run model snapshots first time. All good 2. {% snapshot snap_dim_fund %} {{ config( target_schema='snapshots', tags = ["dimension"], unique_key="fund_id", strategy='check', check_cols=[...

bug

### Describe the bug I want use incremental_predicates and macros for dinamic period for filtering data for delete row. But i get error, because incremental_predicates not parse jinja template. ###...

enhancement