John Mills
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 14
- Subscriptions 9
Posts
Recent activity by John Mills-
Add ability to apply snowflake tags to columns
AnsweredAdditional details: It would be good if Fivetran could allow users to specify snowfake tags for columns. Ideally Fivetran would apply the tags to the columns when it creates the destination table...
-
Add ability to change the name of a connector and the destination schema
Additional details: It would be nice to be able to change the name of a connector and/or change the destination schema name without deleting the connector and starting over.
-
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" ...