John Mills
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 7
Posts
Recent activity by John Mills-
Transformations: Add option to not filter Quickstart Transforms on Deleted flag
Quickstart transforms filter on the _FIVETRAN_DELETED column. All Transforms have identical code. Here's a code sample: FROM "RAW"."SALESFORCE"."USER" AS mt WHERE NOT mt."_FIVETRAN_DELETED" ...