Marcel Beining
Marcel Beining
any updates on this? ran into the same problem. guess the solution is quite simple by changing line 92ff in `accounts.py` to something like ``` try: req = self.connect() except...
please exchange pycrypto for pycryptodome because as @Mattwmaster58 said it is still maintained and they actually interfere with each other when both are installed (which they are in my case)...
Indeed this is an interesting feature! However I am not sure how fast I can get to this in my limited free time! Contributions are always welcome :-)
Hi @Nassiotrader and sorry for the late reply, I had issues with my Github 2FA authentication, this looks like a niche feature which is also not very well generalizable over...
Hi there. Good to hear that you are using the bot so intensively! Unfortunately, Telegram restricts the number of buttons one can show per message, so this does not help...
Hi @khezlim and sorry for the late reply, I had issues with my Github 2FA authentication, Supporting leverage and future trading is something I have on my agenda, as many...
Same error using the fluent version: ``` import great_expectations as ge import pandas as pd ge_context = ge.data_context.DataContext() datasource = ge_context.sources.add_pandas(name="validation_datasource") data_asset = datasource.add_dataframe_asset(name="asset") batch_request = data_asset.build_batch_request(dataframe=pd.DataFrame([{'a': True, 'b': 0},...
> could we have something like `catalog.resolve(pipeline:Optional[str]).list()`? That would be perfect! We would need such a thing
@noklam We try to find kedro datasets for which we have not written a data test, hence we iterate over `catalog.list()`. However, if we use dataset factories, the datasets captured...
@noklam "Find which datasets is not written in catalog.yml including dataset factory resolves, yet" , yes kedro catalog resolve shows what I need, but it is a CLI command and...