You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
etl()
etl_create()
etl_update()
etl_extract(), and
etl_cleanup()
functions in the etl framework. Might it make sense to change etl() to etl_init() and etl_create() to etl_populate()? The others feel more self explanatory (but "etl()" by itself doesn't make sense).
The text was updated successfully, but these errors were encountered:
The two functions etl_create and etl_update are just wrappers to that pipeline. @cpsievert also favors junking the wrapping functions. I'm happy to consider re-naming either, but etl_populate sounds more like a replacement for etl_load than etl_create.
If I'm understanding things correctly there are:
etl()
etl_create()
etl_update()
etl_extract(), and
etl_cleanup()
functions in the etl framework. Might it make sense to change etl() to etl_init() and etl_create() to etl_populate()? The others feel more self explanatory (but "etl()" by itself doesn't make sense).
The text was updated successfully, but these errors were encountered: