Skip to content

Add migration guides #1183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
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
17 changes: 17 additions & 0 deletions components/icons/CSV.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions components/icons/Cypherl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions components/icons/Dremio.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions components/icons/DuckDB.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react';

const DuckDB = () => (
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.0459 0C18.6926 0 24.0606 5.36794 24.0606 12.0146C24.0604 18.6612 18.6925 24.0283 12.0459 24.0283C5.39942 24.0282 0.0324062 18.6612 0.0322571 12.0146C0.0322571 5.36802 5.39933 0.000121992 12.0459 0ZM9.54593 7.03516C6.80107 7.03521 4.56644 9.26977 4.56644 12.0146C4.56656 14.7594 6.80114 16.9941 9.54593 16.9941C12.2906 16.9939 14.5253 14.7593 14.5254 12.0146C14.5254 9.2699 12.2906 7.03541 9.54593 7.03516ZM16.1133 10.2324V13.7891H18.4707C19.4477 13.7887 20.2598 12.977 20.2598 12C20.2598 11.0158 19.4477 10.2328 18.4707 10.2324H16.1133Z" fill="#646265" />
</svg>
);

export default DuckDB;
Loading