Joel
Joel
Hi @daniel-falk - makes a lot of sense and thank you for testing all of that! I think we should be practical here and maybe make your constructor something like...
All around amazing work - I wouldn't overdo, the `self._protocol` works for us elsewhere. I'd raise the PR against the core Kedro repo and continue development there. Thanks again for...
I'm really excited for this, it would make things a lot more configurable :) We also have had reports that the logging mode on databricks is unpleasant, so maybe we...
One possibly related point - by default, logging goes into stderr, for some reason RichHandler changes that. To enforce this behaviour you have to do: ```python RichHandler(console=Console(stderr=True)) ```
you can also use `__rich_repr__` now...
The argument for adopting `setup.cfg` is that it makes the eventual migration much simpler. So it's just a question of when you front load your development effort - One huge...
Thanks for this amazing piece of work @hamzaoza - I'm also quite impressed with how [dbt](https://docs.getdbt.com/reference/commands/compile) works with Jinja, where they have concise SQL models at rest, but the compiled...
I've tried to consolidate my thinking and would like to present 4 prototypes for ways we can take this research forward and turn into features. Please comment, interact, react to...
# [Prototype 1] Robust support for environment variables ## Abstract We have multiple examples of people making a trivial change to `ConfigLoader` and `TemplatedConfigLoader` to automatically include certain environment variables...
# [Protoype 2] Support dynamically generated configuration ## Abstract It is clear from supporting the product that users want to define their pipelines dynamically. This is partly because we as...