ibis-project / ibis-birdbrain

portable Python ML-powered data bot
https://ibis-project.github.io/ibis-birdbrain/
Apache License 2.0
23 stars 4 forks source link

filesystem operations #47

Open lostmygithubaccount opened 4 months ago

lostmygithubaccount commented 4 months ago

implement filesystem operations as Flow(s) and Tasks to:

this would be helpful for working with code in the filesystem (.sql or .python), helping write content (blogs), etc.

need to be careful giving a bot access to a filesystem -- perhaps it can only write to <filename>.birdbrain.<extension>? perhaps it always confirms before writing? UX TBD