Skip to content
Merged
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
Binary file added assets/connectionIcons/catalog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/connectionIcons/hive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/connectionIcons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ import anthropic from './anthropic.svg';
import openaiCompatible from './openai_compatible.svg';
import lmstudio from './lmstudio.svg';
import file from './file.png';
import polaris from './polaris.png';
import lakekeeper from './lakekeeper.png';
import nessie from './nessie.png';
import hive from './hive.png';
import catalog from './catalog.png';
import { SupportedConnectionTypes } from '../../src/types/backend';

type Image = Record<SupportedConnectionTypes, string>;
Expand Down Expand Up @@ -63,6 +68,18 @@ export const databaseIcons = {
postgresql: postgres,
};

export const icebergCatalogImages = {
sqlite,
sql: postgres,
rest: catalog,
polaris,
lakekeeper,
nessie,
hive,
};

export const genericCatalogImage = catalog;

const obj: { images: Image } = {
images: {
snowflake,
Expand Down
Binary file added assets/connectionIcons/lakekeeper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/connectionIcons/nessie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/connectionIcons/polaris.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading