Shai Diamant
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 9
Posts
Recent activity by Shai Diamant-
Connector Improvement: Allow adding custom columns to a destination table
AnsweredCurrently, when adding a new column to a destination table for a Fivetran connector, any future sync will nullify any values in that column in the MERGE statement that is issued by Fivetran. Our us...
-
Connector Improvement: Data Filtering before Replication - PostgreSQL RDS (Or any)
CompletedHaving an option to create rules of filtering data that is replicated would be great. Example use case - needing to filter out a specific segment of users from replication. By having the option to ...
-
Transformations: Allow for target-based deployment.yml specifications
deployment.yml is not configurable using Jinja2 templating or any of it's utilities. In case we want to have 2 separate schedules for a multi-destination project, we're unable to achieve that using...
-
Transformations: Improve the scheduling of different frequency transformations
To explain, I'll use an example: Let's say we have 2 sources - Source X and Y.If Source X syncs every 30 minutes, and Source Y syncs every 1 hour, and we have models that only use either X or Y, an...
-
Transformations: Allow editing transformation schedules in bulk
As of now, in case we want to change multiple "Partially Integrated" transformations schedules, we have to go one by one and change those. Although it is not very frequent, it happens and it's very...
-
Transformations: dbt Transformations - allow running a model without running it's upstream models
Hello, I have some incremental models running, but also some views that are created with dbt. Whenever I run my views, because the incremental models are upstream, they run the incremental models a...
-
Transformations: Add an option to trigger dbt Core transformations manually with flags
As of now we are only available to trigger default "settings" per model, or let it trigger itself if it's synced with the connector. As we're using incremental models, and at some point in time, wi...
-
Dashboard Improvement: Allow adding multiple Transformations from dbt Project at once
Hi, This is relevant especially when starting a new dbt project, but can also become relevant after some reworks or defining new processes. We'd like to have the ability to add a group of transform...