Skip to content

Commit

Permalink
add back use_1s1t_format as hidden spec option bc JDBC code needs it
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthiaxyin committed Jan 12, 2024
1 parent 0edee6a commit 63a4215
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,14 @@
}
]
},
"use_1s1t_format": {
"type": "boolean",
"description": "Use <a href=\"https://docs.airbyte.com/understanding-airbyte/typing-deduping\" target=\"_blank\">Destinations V2</a>.",
"title": "Use Destinations V2",
"group": "connection",
"airbyte_hidden": true,
"default": true
},
"raw_data_schema": {
"type": "string",
"description": "The schema to write raw tables into",
Expand Down

0 comments on commit 63a4215

Please sign in to comment.