Amrit Ghimire
Amrit Ghimire
The difference in time with the following script with clean .datachain is as: ```py import time from datachain import DataChain start = time.time() images = DataChain.from_storage("gs://datachain-demo/dogs-and-cats/*jpg") images.show() end = time.time()...
> [@amritghimire](https://github.com/amritghimire) does logout only affect global config? I think I saw the same behavior in datachain and it was confusing. Can you take a look please? Yes, I think...
From today's call: Iceberg Integration Discussion: ------------------- @skshetry investigated iceberg integration, concluding that direct integration is challenging due to iceberg's nature as a metastore rather than a SQL database. ClickHouse...