@lightdash/common 0.1448.0 → 0.1449.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
@@ -516,6 +516,7 @@ export declare const sensitiveDbtCredentialsFieldNames: readonly ["personal_acce
|
|
516
516
|
export declare const DbtProjectTypeLabels: Record<DbtProjectType, string>;
|
517
517
|
export type CreateProject = Omit<Project, 'projectUuid' | 'organizationUuid' | 'schedulerTimezone' | 'createdByUserUuid'> & {
|
518
518
|
warehouseConnection: CreateWarehouseCredentials;
|
519
|
+
copyWarehouseConnectionFromUpstreamProject?: boolean;
|
519
520
|
};
|
520
521
|
export type UpdateProject = Omit<Project, 'projectUuid' | 'organizationUuid' | 'type' | 'schedulerTimezone' | 'createdByUserUuid'> & {
|
521
522
|
warehouseConnection: CreateWarehouseCredentials;
|