Conversation
|
This is a good start. However, the abstractions we provide in the
These only reflect our initial variants -- and only for the EE destination. I think that we could benefit from implementing this feature later, as we've still only seen a handful of variations of our pipeline. |
|
Yes, It is an abstraction of what weather-mv pipeline is doing which the user can inherit and override pipeline-level functions. Like this going one step deeper, the user should be able to override bq, ee, rg level functions. For that we can import them in weather_mv's init and make extendable classes. |
Fixes #206 .