harsh15793
Results
2
comments of
harsh15793
```TypeError: EmbedChain.add() got an unexpected keyword argument 'dry_run'``` Getting above error on below command ```company_strategy_bot.add('/Users/shashwat/POCs/POCEmbedchain/NikeReports/Nike.csv', data_type="csv", dry_run=True)```
Thanks a ton, @cachho. Yes, I think the file size was the problem. Limiting the file data removes the error and the code works fine. The error which was thrown...