How are we using etl_group?
#3225
bendnorman
started this conversation in
Ideas
Replies: 1 comment
-
|
It was largely a convenience -- just a way to address various groups of tables that needed to be iterated over in the ETL rather than compiling lists of them. If there's a better way to group assets now, then we can use that instead, but I doubt that our current asset groups map cleanly to the structural similarities that were reflected by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like the meaning of the
etl_groupattribute of resources objects might be outdated? I think it would be nice to align our notion ofetl_groupwith our Asset Groups. Asset groups right now are determined by the resource/assets's datasource and processing layer:{layer}_{datasource}.Why did we originally create
etl_group? It's being used in various places as a way to filter out groups of assets we might not want metadata for.Beta Was this translation helpful? Give feedback.
All reactions