Mohan Talla

Results 4 comments of Mohan Talla

@dataders , we already tried this solution, but failed with the below error: ``` non-default argument follows default argument ```

With dbt-teradata 1.8.0 dbt-core is decoupled from the adapters.

I made modifications to the dbt-teradata codebase to assign the schema value to the database name by adjusting the dbt/include/teradata/macros/adapters.sql file as follows: ``` {% macro teradata__generate_database_name(custom_database_name=none, node=none) -%} {%-...

The issue is with dbt-core. Please refer to dbt-labs/dbt-core#5275 for resolution details.