automate-dv icon indicating copy to clipboard operation
automate-dv copied to clipboard

Hyperion pre installed on Raspberry Pi OS Lite

Results 38 automate-dv issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The current release of dbtvault creates the natural keys in the hub based on the type exposed from staging view....

feature

This is a long-awaited and heavily requested feature. We have a plan to implement this as follows: ### Add global variables for configuring the substitution values ```yaml vars: hash: MD5...

feature

i added an hashed column to a stage view file. tried to dbt run the model. and recived the following error: 000904 (42000): SQL compilation error: error line 65 at...

bug

Proposing a feature which will allow users to include additional arbitrary columns in raw vault structures to support additional metadata and variations on modelling approaches. Here is an example of...

feature

**Describe the bug** Now dbtvault wraps all the columns with quotes, but `not` would be in the quotes as well. **Versions** dbt: 1.0.4 dbtvault: 0.8.2 **To Reproduce** ``` {{ dbtvault.stage(...

bug

**Describe the bug** When running an insert_by_period materialized model in Snowflake for the second time (incremental load), I get this error: ``` Cannot perform SELECT. This session does not have...

bug

**Describe the bug** When columns from the source model and/or derived columns have mixed casing the hashed_columns and columns_to_select CTEs are incorrect as they update all column names to uppercase....

bug

**Describe the bug** When loading a satellite incrementally, we can see duplicates come in if records with the same hashdiff are loaded twice. **Environment** dbt version: 1.1.0 dbtvault version: 0.8.3...

bug

I was checking that at the moment PostgreSQL is not supported for dbtvault I read somewhere that there is a community effort going on ? Does someone know who is...

feature

**Is your feature request related to a problem? Please describe.** In the case where multiple sources feed a Link, we will also need to track multiple sources in an Effectivity...

feature