Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CE): update connector name #317

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading