Skip to content

Commit

Permalink
chore: update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Jan 4, 2025
1 parent a3b5d05 commit 1742136
Show file tree
Hide file tree
Showing 4 changed files with 11,599 additions and 8,459 deletions.
9 changes: 6 additions & 3 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Get started by **running dbt-osmosis**.

### What you'll need

- [Python](https://www.python.org/downloads/) (3.8+)
- [dbt](https://docs.getdbt.com/docs/core/installation) (1.0.0+)
- [uv](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer)
- [Python](https://www.python.org/downloads/) (3.9+)
- [dbt](https://docs.getdbt.com/docs/core/installation) (1.8.0+)
- or [uv](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer)
- An existing dbt project (or you can play with it using [jaffle shop](https://github.com/dbt-labs/jaffle_shop_duckdb))

## Configure dbt-osmosis
Expand All @@ -25,6 +25,9 @@ Add the following to your `dbt_project.yml` file. This example configuration tel
models:
your_project_name:
+dbt-osmosis: "_{model}.yml"
seeds:
your_project_name:
+dbt-osmosis: "_schema.yml"
```
## Run dbt-osmosis
Expand Down
7 changes: 3 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -105,8 +104,8 @@ const config = {
copyright: `Copyright © ${new Date().getFullYear()} Alex Butler. Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
}),
};
Expand Down
Loading

0 comments on commit 1742136

Please sign in to comment.