Daniel Reeves
Daniel Reeves
Thanks for the heads up @archiif. I'll look into it within the next few days.
@archiif TLDR: the issue is that Click resolves argument counts with `click.Parameter.nargs`, whereas the type is resolved with `click.Parameter.type`. In Typer, both `nargs` _and_ `type` are inferred from the function...
Removing `3.*` from the CI. I simply cannot get those tests to pass. Is it so bad if the library silently happens to work with SQLAlchemy 3.x even if we...
Do you have anything for this ready? / Do you intend to still work on this?
Bumping this as hybrid tables are now in public preview, and this is something we want. This will involve a little more elbow grease for the DDL statement than with...
Two more bits of additional context. --- (1.) the design pattern of aliasing a class definition as a class variable can be seen in a few projects that use Sphinx...
First time Dosu did a good job for one of my issues. Thank you Dosu!
If Astronomer were to commit to an API that seeps more into the Dbt schema (note, with your suggestion this would be the first time Cosmos directly dictates how dbt...
I'm not a maintainer of this repo, so I won't be the right person to ask that. I was just putting in an API suggestion and a yes vote for...
This is _sort of_ a duplicate of #870, although I prefer we use this issue as yours is newer and more general. (E.g. I don't mention the use of xcoms...