Shai Diamant
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 9
Activity overview
Latest activity by Shai Diamant-
Shai Diamant commented,
Hi Rean, This was originally posted in regards to the "Google Cloud Function" connector, that fetches data from a specific cloud function we have, with a BigQuery destination. I think the source (c...
-
Shai Diamant created a post,
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...
-
Shai Diamant created a post,
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 ...
-
Shai Diamant created a post,
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...
-
Shai Diamant created a post,
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...
-
Shai Diamant created a post,
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...
-
Shai Diamant created a post,
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...
-
Shai Diamant created a post,
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...
-
Shai Diamant created a post,
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...
-
Shai Diamant commented,
We're currently using Google Cloud Functions connector with a custom made script for Calendly's API. While this works just fine, it would be great to have a connector for Calendly aswell.