
Félix
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Activity overview
Latest activity by Félix-
Félix created a post,
Destination Improvement: Snowflake: use a different query to identify clustering keys to prevent unnecessary errors
AnsweredCurrently, clustering keys are checked in Snowflake with a query like this:SELECT SYSTEM$CLUSTERING_INFORMATION('<table_name>') This however throws errors when the targeted table has no clustering...
-
Félix created a post,
Connector Improvement: Support Client Certificate Authentication for TLS
For direct connections to database hosts, TLS server certificate authentication is less secure, and we would like Fivetran to support client certificate authentication as it allows us to have a sec...
-
Félix created a post,
Connector Improvement: Braze - Add CHANNEL_IN_APP boolean field to CAMPAIGN and CANVAS
The CAMPAIGN and CANVAS have CHANNEL_* fields for all the channels except In-app - which is also being returned by the API. "channel": (string) channel type of the message (as in, "email", "ios_pus...
-
Félix created a post,
Connector Improvement: Braze - Add IP_POOL to EMAIL_EVENT
Braze's API schema contains IP_POOL for email events (source) however it is not currently written to destinations. Could this be added to the schema?
-
Félix created a post,
Connector Improvement: Braze Campaigns - Convert FIRST_SENT and LAST_SENT to TIMESTAMP
FIRST_SENT and LAST_SENT are currently written to destinations as Strings. The underlying data is sent by Braze as strings with dates in ISO 8601 format, just like CREATED_AT and UPDATED_AT (docume...