Figure out how to package reusable assets
thbar opened this issue · 1 comments
thbar commented
Types of assets:
- commonly used sources, transforms and destinations (e.g.: CSVSource)
- syntactic sugar like
show_me!
,limit(10)
orfield_transform(xxx)
These could be either part of kiba itself, or a kiba-common gem, or maybe separate repositories, sometimes provided by 3rd parties.