multiwoven-integrations 0.30.0 → 0.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/multiwoven/integrations/rollout.rb +1 -1
- data/lib/multiwoven/integrations/source/amazon_s3/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/anthropic/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/aws_athena/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/aws_bedrock_model/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/aws_sagemaker_model/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/bigquery/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/clickhouse/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/databricks/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/databrics_model/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/firecrawl/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/generic_open_ai/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/google_vertex_model/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/http_model/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/intuit_quick_books/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/maria_db/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/open_ai/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/oracle_db/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/pinecone_db/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/postgresql/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/qdrant/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/redshift/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/salesforce_consumer_goods_cloud/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/sftp/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/snowflake/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/watsonx_ai/config/meta.json +1 -0
- data/lib/multiwoven/integrations/source/watsonx_data/config/meta.json +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77b60f06178a034c3b84ac94d582f500a25f2e987c6a3b813b8220e52bf2958c
|
4
|
+
data.tar.gz: abd9af3678499e495b4f6b6650db793aa9a29a1a7781ff84caad07d1826e1b88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4535cf7f29ee0dec79736d292018fa18c5d0126e7603401f07dec97a10a8b63efb1f616afcf0b230cd2858f8a7979b2e191d6b169d6c2fb41ea06c9bf64eded
|
7
|
+
data.tar.gz: b4a3288ae74b92dfcf729d970db0a2cadd670aee1a5ee83f536bab6c42c07394a587b18a2e48fcf913257d0e6d6e97d6283aecf342c3b43b14ae0e53ac93dd95
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Amazon S3",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Lake",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/amazon_s3",
|
8
9
|
"github_issue_label": "source-amazons3",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Anthropic Model Endpoint",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "AI Model",
|
7
|
+
"sub_category": "LLM",
|
7
8
|
"documentation_url": "https://docs.squared.ai/activation/ai-ml-sources/anthropic-model",
|
8
9
|
"github_issue_label": "source-anthropic-model",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "AWS Athena",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/aws_athena",
|
8
9
|
"github_issue_label": "source-aws-athena",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "AWS Bedrock Model",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "AI Model",
|
7
|
+
"sub_category": "AI_ML Service",
|
7
8
|
"documentation_url": "https://docs.squared.ai/activation/ai-ml-sources/aws_bedrock-model",
|
8
9
|
"github_issue_label": "source-aws-bedrock-model",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "AWS Sagemaker Model",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "AI Model",
|
7
|
+
"sub_category": "AI_ML Service",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/aws_sagemaker-model",
|
8
9
|
"github_issue_label": "source-aws-sagemaker-model",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Google BigQuery",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/bquery",
|
8
9
|
"github_issue_label": "source-bigquery",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "ClickHouse",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/clickhouse",
|
8
9
|
"github_issue_label": "source-clickhouse",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Databricks Data Warehouse",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/databricks",
|
8
9
|
"github_issue_label": "source-databricks",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Databricks Model",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "AI Model",
|
7
|
+
"sub_category": "AI_ML Service",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/databricks-model",
|
8
9
|
"github_issue_label": "source-databricks-foundation",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Firecrawl",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Web Scraper",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/firecrawl",
|
8
9
|
"github_issue_label": "source-firecrawl",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Generic OpenAI Spec Endpoint",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "AI Model",
|
7
|
+
"sub_category": "AI_ML Service",
|
7
8
|
"documentation_url": "https://docs.squared.ai/activation/ai-ml-sources/generic_open_ai-endpoint",
|
8
9
|
"github_issue_label": "source-generic-open-ai-model",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Google Vertex",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "AI Model",
|
7
|
+
"sub_category": "AI_ML Service",
|
7
8
|
"documentation_url": "https://docs.squared.ai/activation/ai-ml-sources/google_vertex-model",
|
8
9
|
"github_issue_label": "source-vertex",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "HTTP Model Endpoint",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "AI Model",
|
7
|
+
"sub_category": "AI_ML Service",
|
7
8
|
"documentation_url": "https://docs.squared.ai/activation/ai-ml-sources/http-model-endpoint",
|
8
9
|
"github_issue_label": "source-http-model",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Intuit QuickBooks",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/intuit_quickbooks",
|
8
9
|
"github_issue_label": "source-intuit-quickbooks",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Maria DB",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/maria_db",
|
8
9
|
"github_issue_label": "source-maria-db",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "OpenAI Model Endpoint",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "AI Model",
|
7
|
+
"sub_category": "LLM",
|
7
8
|
"documentation_url": "https://docs.squared.ai/activation/ai-ml-sources/open_ai-model",
|
8
9
|
"github_issue_label": "source-open-ai-model",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Pinecone DB",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Database",
|
7
|
+
"sub_category": "Vector Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/activation/vector_search/pinecone_db",
|
8
9
|
"github_issue_label": "source-pinecone-db",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "PostgreSQL",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/postgresql",
|
8
9
|
"github_issue_label": "source-postgresql",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Amazon Redshift",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/redshift",
|
8
9
|
"github_issue_label": "source-redshift",
|
9
10
|
"icon": "icon.svg",
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"connector_sub_type": "api",
|
7
7
|
"direct_query_support": true,
|
8
8
|
"category": "Retail",
|
9
|
+
"sub_category": "Relational Database",
|
9
10
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/salesforce-consumer-goods-cloud",
|
10
11
|
"github_issue_label": "source-salesforce-consumer-goods",
|
11
12
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "Snowflake",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/snowflake",
|
8
9
|
"github_issue_label": "source-snowflake",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "WatsonX AI Model Endpoint",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "AI Model",
|
7
|
+
"sub_category": "AI_ML Service",
|
7
8
|
"documentation_url": "https://docs.squared.ai/activation/ai-ml-sources/watsonx_ai-model",
|
8
9
|
"github_issue_label": "source-watsonx-ai-model",
|
9
10
|
"icon": "icon.svg",
|
@@ -4,6 +4,7 @@
|
|
4
4
|
"title": "WatsonX Data Endpoint",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Data Warehouse",
|
7
|
+
"sub_category": "Relational Database",
|
7
8
|
"documentation_url": "https://docs.squared.ai/guides/sources/data-sources/watsonx_data",
|
8
9
|
"github_issue_label": "source-watsonx-data-endpoint",
|
9
10
|
"icon": "icon.svg",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: multiwoven-integrations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.30.
|
4
|
+
version: 0.30.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Subin T P
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|