Skip to content

Commit

Permalink
Format. (#4814)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia authored and gl-pix committed Jul 22, 2021
1 parent 3d33387 commit 4a2204c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/{{kebabCase name}}",
"supported_destination_sync_modes": ["TODO, available options are: 'overwrite', 'append', and 'append_dedup'"],
"supported_destination_sync_modes": [
"TODO, available options are: 'overwrite', 'append', and 'append_dedup'"
],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/scaffold-destination-python",
"supported_destination_sync_modes": ["TODO, available options are: 'overwrite', 'append', and 'append_dedup'"],
"supported_destination_sync_modes": [
"TODO, available options are: 'overwrite', 'append', and 'append_dedup'"
],
"supportsIncremental": true,
"supportsDBT": false,
"supportsNormalization": false,
Expand Down

0 comments on commit 4a2204c

Please sign in to comment.