Skip to content

Commit

Permalink
Resolve conflict in cherry-pick of c8cca87b37d880d5a71fe2b08604697e8c…
Browse files Browse the repository at this point in the history
…223e51 and change the commit message
  • Loading branch information
TivonB-AI2 authored and RafaelOAiSquared committed Aug 15, 2024
1 parent 13c17f9 commit 0e726d0
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions integrations/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ GIT
PATH
remote: .
specs:
<<<<<<< HEAD
multiwoven-integrations (0.7.9)
=======
multiwoven-integrations (0.8.2)
>>>>>>> c8cca87b (chore(CE): update connector name (#378))
activesupport
async-websocket
aws-sdk-athena
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"name": "Airtable",
"title": "airtable",
"title": "Airtable",
"connector_type": "destination",
"category": "Productivity Tools",
"documentation_url": "https://docs.multiwoven.com/destinations/productivity-tools/airtable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"name": "DatabricksLakehouse",
"title": "Databricks Datawarehouse",
"title": "Databricks Data Warehouse",
"connector_type": "destination",
"category": "Database",
"documentation_url": "https://docs.multiwoven.com/destinations/databricks_lakehouse",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "FacebookCustomAudience",
"title": "Facebook Custom Audiences",
"connector_type": "destination",
"category": "Adtech",
"category": "Ad-Tech",
"documentation_url": "https://docs.mutliwoven.com",
"github_issue_label": "destination-facebook",
"icon": "icon.svg",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Http",
"title": "http",
"connector_type": "destination",
"category": "Http",
"category": "HTTP",
"documentation_url": "https://docs.multiwoven.com/destinations/http",
"github_issue_label": "destination-http",
"icon": "icon.svg",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"name": "Oracle",
"title": "Oracle",
"title": "Oracle DB",
"connector_type": "destination",
"category": "Database",
"documentation_url": "https://docs.squared.ai/guides/data-integration/destination/oracle",
Expand Down
4 changes: 4 additions & 0 deletions integrations/lib/multiwoven/integrations/rollout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

module Multiwoven
module Integrations
<<<<<<< HEAD
VERSION = "0.7.9"
=======
VERSION = "0.8.2"
>>>>>>> c8cca87b (chore(CE): update connector name (#378))

ENABLED_SOURCES = %w[
Snowflake
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"name": "Databricks",
"title": "Databricks",
"title": "Databricks Data Warehouse",
"connector_type": "source",
"category": "Data Warehouse",
"documentation_url": "https://docs.mutliwoven.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"name": "Oracle",
"title": "Oracle",
"title": "Oracle DB",
"connector_type": "source",
"category": "Database",
"documentation_url": "https://docs.squared.ai/guides/data-integration/source/oracle",
Expand Down

0 comments on commit 0e726d0

Please sign in to comment.