Stefan Krawczyk
Stefan Krawczyk
Some random thoughts: Mutate should only be able to work with a select few other decorators: * check_output & check_output_custom * subdag like ones potentially like subdag & with_columns. i.e....
The other way to think about this, is what code is it replacing: ```python def raw_cust_data(...) -> pd.DataFrame: ... pull data @check_output(...) def cust_data_filtered(raw_cust_data: pd.DataFrame) -> pd.DataFrame: ... filter it...
> Great, [@skrawcz](https://github.com/skrawcz) which "example" are you pointing because there are two examples. as "example for example" and " fastapi_example.py". In which when i open " example for example "...
@Sudharsan25 sure - do you have an idea of what the task is?
If I add: ```js var __webpack_require__ = {}; /******/ /* webpack/runtime/make namespace object */ /******/ (() => { /******/ // define __esModule on exports /******/ __webpack_require__.r = (exports) => {...
but don't have any idea which dependency this is :/
> Hi @skrawcz, we've noticed issues with webpack imports when using Docusaurus, have you followed the [Usage with Docusaurus](https://elilambnz.github.io/react-py/docs/introduction/docusaurus-usage) section for your project? > > Adding this plugin may solve...
Here's my manual workaround: - build the project - find the file with the error - edit the file with the following: To make this work you need to add...
> We can def open a new category. The requirement is to have at least 300 stars. Are there other similar projects to Burr that we can list if we...
@cswartzvi @EltonCN just spitballing would this be an okay API alternative? ```python from hamilton.function_modifiers import parallelizable @parallelizable def hello1() -> list[str]: # allow lists and anything that could be a...