[PR #1500] [CLOSED] Add BigQuery plugin v0.0.1 #1651

Closed
opened 2026-02-22 18:03:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1500
Author: @david-pivonka
Created: 11/4/2025
Status: Closed

Base: mainHead: bump-bigquery-plugin-0.0.1


📝 Commits (1)

  • 1754167 bump bigquery plugin to version 0.0.1

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

david-pivonka/bigquery/bigquery-0.0.1.difypkg (+0 -0)

📄 Description

This PR adds the BigQuery plugin to the marketplace.

Plugin Details:

Description:

Query and manipulate BigQuery data with dual tools: read-only SELECT queries and write operations (INSERT/UPDATE/DELETE).

The plugin provides two separate tools:

  1. BigQuery Query - For executing SELECT queries with configurable row limits
  2. BigQuery Mutation - For executing INSERT, UPDATE, and DELETE operations

Features:

  • Service account JSON authentication
  • Tool-level query type restrictions for security
  • Configurable row limits (default: 100)
  • SQL validation before execution
  • Cost protection with query billing limits
  • Multi-language support (English, Chinese, Portuguese, Japanese)

Documentation includes comprehensive README, privacy policy, and testing guide.

Package location: david-pivonka/bigquery/bigquery-0.0.1.difypkg


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/1500 **Author:** [@david-pivonka](https://github.com/david-pivonka) **Created:** 11/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bump-bigquery-plugin-0.0.1` --- ### 📝 Commits (1) - [`1754167`](https://github.com/langgenius/dify-plugins/commit/1754167dca107dfe3c7e8398dfc8f53ca1c53b84) bump bigquery plugin to version 0.0.1 ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `david-pivonka/bigquery/bigquery-0.0.1.difypkg` (+0 -0) </details> ### 📄 Description This PR adds the BigQuery plugin to the marketplace. ## Plugin Details: - Name: bigquery - Version: 0.0.1 - Author: david-pivonka - Repository: https://github.com/david-pivonka/dify-bigquery-plugin ## Description: Query and manipulate BigQuery data with dual tools: read-only SELECT queries and write operations (INSERT/UPDATE/DELETE). ### The plugin provides two separate tools: 1. BigQuery Query - For executing SELECT queries with configurable row limits 2. BigQuery Mutation - For executing INSERT, UPDATE, and DELETE operations ## Features: - Service account JSON authentication - Tool-level query type restrictions for security - Configurable row limits (default: 100) - SQL validation before execution - Cost protection with query billing limits - Multi-language support (English, Chinese, Portuguese, Japanese) Documentation includes comprehensive README, privacy policy, and testing guide. Package location: david-pivonka/bigquery/bigquery-0.0.1.difypkg --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:03:58 -05:00
yindo closed this issue 2026-02-22 18:04:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1651