dbt-teradata icon indicating copy to clipboard operation
dbt-teradata copied to clipboard

dbt adapter for Teradata

Results 11 dbt-teradata issues
Sort by recently updated
recently updated
newest added

### Describe the bug The snapshot calculation relies on the Teradata HASHROW function. The `dbt_scd_id` is generated for each row based on the provided `unique_key` and the current timestamp. However,...

bug

## Background Minor version `v1.8` is targeted for final release within dbt Core on May 9, 2024. ~~As a maintainer of a dbt adapter, we strongly encourage you to release...

### Describe the feature this feature is to allow the dbt users to add the support of the teradata FOREIGN TABLE as external source/seed. this example comes from the MS...

enhancement

resolves # ### Description ### Checklist - [ ] I have run this code in development and it appears to resolve the stated issue - [ ] This PR includes...

### Describe the feature The version constraint for dbt-core is currently set to a specific patch release e.g. `dbt-core==1.4.6` which I find a bit too restrictive. ### Describe alternatives you've...

enhancement

### Describe the bug Impossible to create a model with Common table Expressions (ie : WITH clause) and define it as ephemeral, if it has a descendant model including the...

bug

### Describe the feature Sometimes users need to have a reference to the database in manifest.json, in order to feed the manifest in 3rd party tools. The Database category is...

enhancement

### Describe the feature dbt users frequently rely on https://github.com/calogica/dbt-expectations. We need to ensure that `dbt-teradata` works well with this dbt package. ### Describe alternatives you've considered Don't depend on...

enhancement

### Describe the feature Volatile tables are a great asset to Teradata since they can be an efficient way to break queries into intermediate steps while still benefiting from things...

enhancement

### Describe the bug The resources allocated to the query are not freed on Teradata if the run is cancelled on dbt. ### Steps To Reproduce 1. Run dbt in...

bug