I am wanting to use the Kaggle Python Library to ingest some data and build some workshop + pipeline workflows.
Given that they don’t offer direct REST access and only offer Python support, I think the only implementation on Foundry that fits is an External Python Transform. However, I’d prefer to be able to use it more as a Function (i.e connect to Automate or Objects to get new comments/posts as they happen).
Additionally, it requires either adding files to folder trunk (~/.kaggle/kaggle.json
) or edit env
variables to function properly.
Curious if anyone has seen other deployment/integration patterns for something like this.
Thanks!