Skip to content

Commit

Permalink
Update the title of the advanced option raw_data_schema (#31802)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Oct 24, 2023
1 parent a390830 commit 2014cd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@
},
"raw_data_dataset": {
"type": "string",
"description": "The dataset to write raw tables into",
"title": "Destinations V2 Raw Table Dataset",
"description": "The dataset to write raw tables into (default: airbyte_internal)",
"title": "Raw Table Dataset Name",
"order": 7,
"group": "advanced"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
},
"raw_data_schema": {
"type": "string",
"description": "The schema to write raw tables into",
"title": "Destinations V2 Raw Table Schema",
"description": "The schema to write raw tables into (default: airbyte_internal)",
"title": "Raw Table Schema Name",
"order": 10
}
}
Expand Down

0 comments on commit 2014cd8

Please sign in to comment.