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
Currently we can store all the logs/events from one API call to a single table. However, it's possible that several different types of logs share the same source.
What does the feature do?
So in our pipeline, we need a mechanism to dispatch data into different pipelines, and eventually different tables, based on certain fields like type, or any other data that user can extract from the pipeline.
What problem does the new feature solve?
Currently we can store all the logs/events from one API call to a single table. However, it's possible that several different types of logs share the same source.
What does the feature do?
So in our pipeline, we need a mechanism to dispatch data into different pipelines, and eventually different tables, based on certain fields like
type
, or any other data that user can extract from the pipeline.Implementation challenges
No response
The text was updated successfully, but these errors were encountered: