Skip to content

Commit

Permalink
Await for adapter type (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet authored Oct 10, 2024
1 parent a3377bc commit 2ac35c1
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 @@ -238,7 +238,7 @@ export class DBTCloudProjectIntegration
}
if (!this.adapterType) {
// We only fetch the adapter type once, as it may impact compilation preview otherwise
this.findAdapterType();
await this.findAdapterType();
}
if (!this.version) {
await this.findVersion();
Expand Down

0 comments on commit 2ac35c1

Please sign in to comment.