Skip to content

Commit

Permalink
add sonar cloud to seed + format
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Oct 28, 2022
1 parent e63f252 commit 016834c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,13 @@
icon: snowflake.svg
sourceType: database
releaseStage: alpha
- name: Sonar Cloud
sourceDefinitionId: 3ab1d7d0-1577-4ab9-bcc4-1ff6a4c2c9f2
dockerRepository: airbyte/source-sonar-cloud
dockerImageTag: 0.1.0
documentationUrl: https://docs.airbyte.com/integrations/sources/sonar-cloud
sourceType: api
releaseStage: alpha
- name: Square
sourceDefinitionId: 77225a51-cd15-4a13-af02-65816bd0ecf4
dockerRepository: airbyte/source-square
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
},
},
{
"stream": {
"name": "issues",
Expand All @@ -17,7 +17,7 @@
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
},
},
{
"stream": {
"name": "metrics",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@
"direction": {
"type": "number"
}

}
}

0 comments on commit 016834c

Please sign in to comment.