Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions web-common/src/features/templates/schema-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,17 +531,6 @@ export function getConditionalValues(
return result;
}

/**
* Returns the backend driver name for a schema.
* If x-driver is specified, returns that; otherwise returns the schemaName.
*/
export function getBackendConnectorName(
schema: MultiStepFormSchema | null,
schemaName: string,
): string {
return schema?.["x-driver"] ?? schemaName;
}

/**
* Returns custom button labels from the schema based on current form values.
* Looks up x-button-labels[fieldKey][fieldValue] for each field in values.
Expand Down
100 changes: 0 additions & 100 deletions web-common/src/features/templates/schemas/athena.ts

This file was deleted.

131 changes: 0 additions & 131 deletions web-common/src/features/templates/schemas/azure.ts

This file was deleted.

55 changes: 0 additions & 55 deletions web-common/src/features/templates/schemas/bigquery.ts

This file was deleted.

Loading
Loading