Skip to content

Commit

Permalink
chore(CE): update connector name (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: TivonB-AI2 <[email protected]>
  • Loading branch information
RafaelOAiSquared and TivonB-AI2 authored Aug 19, 2024
1 parent 85c6ce3 commit 28cc8dc
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion integrations/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
multiwoven-integrations (0.8.1)
multiwoven-integrations (0.8.2)
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
2 changes: 1 addition & 1 deletion integrations/lib/multiwoven/integrations/rollout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Multiwoven
module Integrations
VERSION = "0.8.1"
VERSION = "0.8.2"

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 28cc8dc

Please sign in to comment.