Skip to content

Commit 1d0e953

Browse files
committed
docs: 📝 Update README
1 parent 25f7b35 commit 1d0e953

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# tap-dbt-artifacts
22

3-
`tap-dbt-artifacts` is a Singer tap for DbtArtifacts.
3+
`tap-dbt-artifacts` is a Singer tap for dbt artifacts.
44

55
Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.
66

7+
:warning: This tap currently supports the following [schema versions](https://schemas.getdbt.com/) for the following [artifacts](https://docs.getdbt.com/reference/artifacts/dbt-artifacts) and is **not compatible with artifacts generated by versions of dbt older than 1.8** :warning:
8+
9+
| Artifact | File Name | Schema | Description |
10+
| -------- | --------- | ----------- | ----------- |
11+
| Manifest | manifest.json | v12 | Representation of your dbt project's resources |
12+
| Run Results | run_results.json | v6 | Information about a completed invocation of dbt |
13+
| Catalog | catalog.json | v1 | Information from your data warehouse about the tables and views produced |
14+
| Sources | sources.json | v3 | Information about sources with freshness checks |
15+
716
<!--
817
918
Developer TODO: Update the below as needed to correctly describe the install procedure. For instance, if you do not have a PyPI repo, or if you want users to directly install from your git repo, you can modify this step as appropriate.
@@ -77,7 +86,7 @@ Follow these instructions to contribute to this project.
7786

7887
Prerequisites:
7988

80-
- Python 3.9+
89+
- Python >=3.9, <3.13
8190
- [uv](https://docs.astral.sh/uv/)
8291

8392
```bash

0 commit comments

Comments
 (0)