Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
The status of the feature request [ID: 1166143]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
We are handling data that are coming from all over the world for a big customer. We built dedicated and dynaminc ETL pipelines for each market (+80) using Dataform capabilities and this semplify a lot our work and the maintenance of those pipelines, granting segregation of data by market, code reusability and a wonderful error management.
However, when comes to aggregate the tables coming from each market into a single global table we are running into the limitation of 50 maximum dependencies. As you may understand, this represent a big limit when handling data for a global customer like ours.
## What you would like to accomplish: we would like to create an incremental table in Dataform that can handle more than 50 dependencies.
## How this might work: n/a
## If applicable, reasons why alternative solutions are not sufficient: creating intermediate tables just to workaround this problem insert a lot of complexity to the ETLs that become more error prone and less reliable. Our customer is considering also other tools to avoid this problem.
## Other information: n/a