File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
gooddata-dbt/gooddata_dbt/dbt Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
BasicCredentials ,
12
12
CatalogDataSourceMotherDuck ,
13
13
CatalogDataSourcePostgres ,
14
+ CatalogDataSourceRedshift ,
14
15
CatalogDataSourceSnowflake ,
15
16
CatalogDataSourceVertica ,
16
17
MotherDuckAttributes ,
@@ -67,8 +68,8 @@ class DbtOutputRedshift(Base):
67
68
database : str = attrs .field (default = attrs .Factory (lambda self : self .dbname , takes_self = True ))
68
69
schema : str
69
70
70
- def to_gooddata (self , data_source_id : str , schema_name : str ) -> CatalogDataSourcePostgres :
71
- return CatalogDataSourcePostgres (
71
+ def to_gooddata (self , data_source_id : str , schema_name : str ) -> CatalogDataSourceRedshift :
72
+ return CatalogDataSourceRedshift (
72
73
id = data_source_id ,
73
74
name = self .title ,
74
75
db_specific_attributes = RedshiftAttributes (
You can’t perform that action at this time.
0 commit comments