Skip to content

Commit

Permalink
feat: turn connection timeline on by default in all envs (#14023)
Browse files Browse the repository at this point in the history
  • Loading branch information
teallarson committed Sep 26, 2024
1 parent 927fbea commit c95be0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const defaultExperimentValues: Experiments = {
"connection.onboarding.sources": "",
"connection.rateLimitedUI": false,
"connection.syncCatalogV2": true, // also requires FeatureItem.SyncCatalogV2
"connection.timeline": false,
"connection.timeline": true,
"connection.timeline.schemaUpdates": false,
"connector.airbyteCloudIpAddresses":
"34.106.109.131, 34.106.196.165, 34.106.60.246, 34.106.229.69, 34.106.127.139, 34.106.218.58, 34.106.115.240, 34.106.225.141, 13.37.4.46, 13.37.142.60, 35.181.124.238",
Expand Down

0 comments on commit c95be0b

Please sign in to comment.