@lightdash/common 0.1443.1 → 0.1444.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/projects.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/projects.d.ts
CHANGED
@@ -172,6 +172,7 @@ export interface DbtCloudIDEProjectConfig extends DbtProjectConfigBase {
|
|
172
172
|
type: DbtProjectType.DBT_CLOUD_IDE;
|
173
173
|
api_key: string;
|
174
174
|
environment_id: string;
|
175
|
+
discovery_api_endpoint?: string;
|
175
176
|
}
|
176
177
|
export interface DbtGithubProjectConfig extends DbtProjectCompilerBase {
|
177
178
|
type: DbtProjectType.GITHUB;
|