-
### Description
Hi all,
I’ve noticed some similar requests, but I wanted to ask if it’s possible to persist dbt artifacts (namely, manifest.json, catalog.json and run_results.json) permanently after…
-
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/3524
Originally created by @kgpayne on 2022-05-25 13:37:03
---
As with Singer STATE messages (containing bookmarks in json form), d…
-
## Overview
The on run end we are running to upload dbt_artifacts in all our jobs are failing on the upload sources command with the error "Object of type date is not JSON serializable". This is ca…
-
I created a model with bad SQL to test if `dbt run` would fail as expected. When running `pre-commit` hooks with a final hook of `dbt-run`, it passes even though the compiled SQL produces an error. Wi…
-
Running the `soda ingest dbt` command with `dbt 1.8` instead of `dbt 1.7` makes the command throw the following exception:
```
soda ingest dbt -d snowflake -c configuration.yaml --dbt-artifacts /dbt…
-
## Overview
When using dbt_artifacts package on dbt versions > 1.4 version, running errors upon uploading artifacts with following error for `on-run-end: - "{{ dbt_artifacts.upload_results(results)…
-
Hi @yu-iskw! Firstly, thank you for your contribution, excellent and very needed package within the DBT ecosystem 😄
We are building a tool in top of the `dbt-artifacts-parser`, and we've found the …
-
It should be possible to do something like this but with Cosmos's DbtOperators:
```shell
set -e
dbt run --target blue
dbt test --target blue
cp target/manifest.json build-artifacts/manifest.jso…
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
…
-
### What is it?
Now that we have `artifacts_by_user`, we need to create the equivalent of collection, which we will call `usergroup`. Examples of `usergroup`s include:
- potential_bots
- superchain…