Skip to content

Commit

Permalink
fix: dbt cloud adapterType
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiGajbhiye committed Dec 9, 2024
1 parent a107dc8 commit 896503f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbt_client/dbtCloudIntegration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class DBTCloudProjectIntegration
private targetPath?: string;
private version: number[] | undefined;
private projectName: string = "unknown_" + crypto.randomUUID();
private adapterType: string = "unknown";
private adapterType: string = "";
private packagesInstallPath?: string;
private modelPaths?: string[];
private seedPaths?: string[];
Expand Down

0 comments on commit 896503f

Please sign in to comment.