Replies: 1 comment
-
|
Would also love this |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
We are querying to get a list of tables we would like to monitor and then would like to build an asset for each item in this list. We run into a lot of issues since this involves top-level code.
The solutions such as sryza's asset factory (below) are great for predefined "specs" but they run into issues when we are trying to be more dynamic.
Right now our pattern is
Is there a way to avoid top-level code here? Can an asset that outputs a list be used to defined dynamic downstream assets?
Beta Was this translation helpful? Give feedback.
All reactions