Malo Jaffré
Malo Jaffré
@tatiana, I understand the reasoning behind not doing it that way. I can indeed take a look at how that's achieved for `on_warning_callback`. I'd be happy to give it a...
Hi @tatiana, Thanks for your response! It sounds like I misunderstood slightly the feature: I observed that when Cosmos runs, the target directory (defined through `DBT_TARGET_PATH`) was populated and a...
If I try to phrase the problem in another way, looking at the code snippet below: https://github.com/astronomer/astronomer-cosmos/blob/cb2a27a764ab8bfbf4e706678c3be2382da7747c/cosmos/dbt/graph.py#L174-L184 if `ProjectConfig.manifest_path` is defined, lines 178-184 will never be reached because: - Either...
Hi @potiuk My mistake for assuming `airflow.cfg` was toml and not ini 🙈 Regarding the tooling for JSON schema with TOML, a fairly easy alternative relying only on largely used...
Hi @dannyl1u Thank you very much for looking into it! The file config.yml.schema.json is a JSON Schema describing the structure of config.yml itself, so not really what we're after 😉...
If you already have a JSON Schema, feel free to share it, I'd love to play with it. Something that would be relatively easy to achieve is building a pre-commit...
By the way, a much cleaner (and potentially more efficient) approach than the caching of `fetchone` result would be to make sure that this is executed only for some request...
> @ghjklw I'll be on vacation next two weeks. Just wanted to give you heads up that I still want your two PRs, even though you won't see any activity...
Just a short update to let you know that I'm not forgetting this (and the other PR)! Things have just been quite busy lately, but I absolutely intend to pick...
Hi! I have had this PR in the back of my head for quite some time, and the thing is that I really don't like my approach using "caching", I...