diff --git a/src/configurations/destinations/azure_datalake/schema.json b/src/configurations/destinations/azure_datalake/schema.json index 2b0ff54f3..4732c52b2 100644 --- a/src/configurations/destinations/azure_datalake/schema.json +++ b/src/configurations/destinations/azure_datalake/schema.json @@ -30,7 +30,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "syncFrequency": { "type": "string", diff --git a/src/configurations/destinations/azure_datalake/ui-config.json b/src/configurations/destinations/azure_datalake/ui-config.json index fb7fddf7f..bb2597610 100644 --- a/src/configurations/destinations/azure_datalake/ui-config.json +++ b/src/configurations/destinations/azure_datalake/ui-config.json @@ -150,8 +150,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox", diff --git a/src/configurations/destinations/azure_synapse/schema.json b/src/configurations/destinations/azure_synapse/schema.json index 7efa36263..b21c14af8 100644 --- a/src/configurations/destinations/azure_synapse/schema.json +++ b/src/configurations/destinations/azure_synapse/schema.json @@ -75,7 +75,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "bucketProvider": { "type": "string", diff --git a/src/configurations/destinations/azure_synapse/ui-config.json b/src/configurations/destinations/azure_synapse/ui-config.json index f1bdc43ee..5049562b0 100644 --- a/src/configurations/destinations/azure_synapse/ui-config.json +++ b/src/configurations/destinations/azure_synapse/ui-config.json @@ -568,8 +568,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox", diff --git a/src/configurations/destinations/bq/schema.json b/src/configurations/destinations/bq/schema.json index 2959d1850..cd9194b9b 100644 --- a/src/configurations/destinations/bq/schema.json +++ b/src/configurations/destinations/bq/schema.json @@ -52,7 +52,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "excludeWindow": { "type": "object", diff --git a/src/configurations/destinations/bq/ui-config.json b/src/configurations/destinations/bq/ui-config.json index a8d6fb125..3de6e5782 100644 --- a/src/configurations/destinations/bq/ui-config.json +++ b/src/configurations/destinations/bq/ui-config.json @@ -210,8 +210,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox", diff --git a/src/configurations/destinations/clickhouse/schema.json b/src/configurations/destinations/clickhouse/schema.json index 4b0c6352d..4e2387805 100644 --- a/src/configurations/destinations/clickhouse/schema.json +++ b/src/configurations/destinations/clickhouse/schema.json @@ -42,7 +42,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "skipVerify": { "type": "boolean" diff --git a/src/configurations/destinations/clickhouse/ui-config.json b/src/configurations/destinations/clickhouse/ui-config.json index 7ae38b764..ee651fe7d 100644 --- a/src/configurations/destinations/clickhouse/ui-config.json +++ b/src/configurations/destinations/clickhouse/ui-config.json @@ -576,8 +576,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox", diff --git a/src/configurations/destinations/deltalake/schema.json b/src/configurations/destinations/deltalake/schema.json index ecb176764..520782297 100644 --- a/src/configurations/destinations/deltalake/schema.json +++ b/src/configurations/destinations/deltalake/schema.json @@ -34,7 +34,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "syncFrequency": { "type": "string", diff --git a/src/configurations/destinations/deltalake/ui-config.json b/src/configurations/destinations/deltalake/ui-config.json index 45d425fb4..4e27ce6be 100644 --- a/src/configurations/destinations/deltalake/ui-config.json +++ b/src/configurations/destinations/deltalake/ui-config.json @@ -543,8 +543,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox", diff --git a/src/configurations/destinations/gcs_datalake/schema.json b/src/configurations/destinations/gcs_datalake/schema.json index 3c2f12f49..799676d85 100644 --- a/src/configurations/destinations/gcs_datalake/schema.json +++ b/src/configurations/destinations/gcs_datalake/schema.json @@ -22,7 +22,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "tableSuffix": { "type": "string", diff --git a/src/configurations/destinations/gcs_datalake/ui-config.json b/src/configurations/destinations/gcs_datalake/ui-config.json index b3265cc0c..888fa0655 100644 --- a/src/configurations/destinations/gcs_datalake/ui-config.json +++ b/src/configurations/destinations/gcs_datalake/ui-config.json @@ -157,8 +157,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox", diff --git a/src/configurations/destinations/mssql/schema.json b/src/configurations/destinations/mssql/schema.json index b2774e61c..a4faba6e7 100644 --- a/src/configurations/destinations/mssql/schema.json +++ b/src/configurations/destinations/mssql/schema.json @@ -26,7 +26,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "port": { "type": "string", diff --git a/src/configurations/destinations/mssql/ui-config.json b/src/configurations/destinations/mssql/ui-config.json index 9a87c057c..68b00bf85 100644 --- a/src/configurations/destinations/mssql/ui-config.json +++ b/src/configurations/destinations/mssql/ui-config.json @@ -568,8 +568,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox", diff --git a/src/configurations/destinations/postgres/schema.json b/src/configurations/destinations/postgres/schema.json index 01b758cde..0bbbcef35 100644 --- a/src/configurations/destinations/postgres/schema.json +++ b/src/configurations/destinations/postgres/schema.json @@ -39,7 +39,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "namespace": { "type": "string", diff --git a/src/configurations/destinations/postgres/ui-config.json b/src/configurations/destinations/postgres/ui-config.json index 3dab5df2b..23897038e 100644 --- a/src/configurations/destinations/postgres/ui-config.json +++ b/src/configurations/destinations/postgres/ui-config.json @@ -660,8 +660,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox", diff --git a/src/configurations/destinations/rs/schema.json b/src/configurations/destinations/rs/schema.json index bace1857e..c1d758e91 100644 --- a/src/configurations/destinations/rs/schema.json +++ b/src/configurations/destinations/rs/schema.json @@ -22,7 +22,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "useSSH": { "type": "boolean", diff --git a/src/configurations/destinations/rs/ui-config.json b/src/configurations/destinations/rs/ui-config.json index 63d4c7903..d6d926575 100644 --- a/src/configurations/destinations/rs/ui-config.json +++ b/src/configurations/destinations/rs/ui-config.json @@ -443,8 +443,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox", diff --git a/src/configurations/destinations/s3_datalake/schema.json b/src/configurations/destinations/s3_datalake/schema.json index dafe0a8d9..c1a85ecb9 100644 --- a/src/configurations/destinations/s3_datalake/schema.json +++ b/src/configurations/destinations/s3_datalake/schema.json @@ -30,7 +30,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "enableSSE": { "type": "boolean", diff --git a/src/configurations/destinations/s3_datalake/ui-config.json b/src/configurations/destinations/s3_datalake/ui-config.json index abaf61d4f..33bcb4b84 100644 --- a/src/configurations/destinations/s3_datalake/ui-config.json +++ b/src/configurations/destinations/s3_datalake/ui-config.json @@ -176,8 +176,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox", diff --git a/src/configurations/destinations/snowflake/schema.json b/src/configurations/destinations/snowflake/schema.json index ea56e731d..c87a3ed6c 100644 --- a/src/configurations/destinations/snowflake/schema.json +++ b/src/configurations/destinations/snowflake/schema.json @@ -42,7 +42,7 @@ }, "skipUsersTable": { "type": "boolean", - "default": false + "default": true }, "excludeWindow": { "type": "object", diff --git a/src/configurations/destinations/snowflake/ui-config.json b/src/configurations/destinations/snowflake/ui-config.json index 0c5737f3a..b55f3e419 100644 --- a/src/configurations/destinations/snowflake/ui-config.json +++ b/src/configurations/destinations/snowflake/ui-config.json @@ -591,8 +591,8 @@ "type": "checkbox", "label": "Skip User Table", "value": "skipUsersTable", - "footerNote": "Enable this feature to send event data exclusively to the Identify table, and skip user table. Eliminates the need for merge operation on the user table", - "default": false + "footerNote": "Disable the creation of a Users table. The table stores all unique users, but note that due to merge operations, it can significantly increase warehouse operation time.", + "default": true }, { "type": "checkbox",