Jared Rimmer
Jared Rimmer
@lauraperezco happy to update with your suggestions 👍 From the [Slack thread](https://meltano.slack.com/archives/C013Z450LCD/p1661512073303649) there was an aim to make the docs the place where users can find all this type of...
Failures look like connection errors that I can't re-run and resolve
@gshank would you prefer it to be done using the validate method?
No worries happy to give it a try! I've had a look at the logic for the validate method and finding it quite hard to understand / find a pattern...
I had a go at this by adding a `validate` classmethod to `PackageConfig`: ```python @dataclass class PackageConfig(dbtClassMixin, Replaceable): packages: List[PackageSpec] @classmethod def validate(cls, data): super().validate(data) ```` With a simple test...
@jtcohen6 I've had a go at implementing this and I'm at the stage of trying to add the required tests. Are you able to provide some direction on how tests...
Hi @sushildjoshi are you able to provide any more context on this error: - Version of dbt artifacts - Version of dbt - The database you're using - The type...
@Stephen986 happy to accept a PR with a definition you propose
This should be resolved by the merge shown above. We will open further PRs if there are any other fields that come up.
Hi @jsnb-devoted thanks for opening this PR. I just wanted to clarify my understanding on this. In your `dbt_project.yml` file you have configured the materialisation for `dbt_artifacts` models?