[PR #1455] [CLOSED] New Script: Redash #3027

Open
opened 2025-11-20 05:33:04 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1455
Author: @opastorello
Created: 1/13/2025
Status: Closed

Base: mainHead: main


📝 Commits (8)

📊 Changes

3 files changed (+225 additions, -0 deletions)

View changed files

ct/redash.sh (+47 -0)
install/redash-install.sh (+144 -0)
json/redash.json (+34 -0)

📄 Description

✍️ Description

Use Redash to connect to any data source (PostgreSQL, MySQL, Redshift, BigQuery, MongoDB and many others), query, visualize and share your data to make your company data driven.

🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

🔄 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/community-scripts/ProxmoxVE/pull/1455 **Author:** [@opastorello](https://github.com/opastorello) **Created:** 1/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`a2eab64`](https://github.com/community-scripts/ProxmoxVE/commit/a2eab64443ee70bf89472b9a6a38c63da5880256) Create redash.json - [`18d2376`](https://github.com/community-scripts/ProxmoxVE/commit/18d2376869a8fa91fd02fa995882c10e7a00c961) Create redash.sh - [`4ab0301`](https://github.com/community-scripts/ProxmoxVE/commit/4ab030151a28456039e7d222201a665e448255a6) Create redash-install.sh - [`3cc2625`](https://github.com/community-scripts/ProxmoxVE/commit/3cc2625da722410e14dacf3bc0cc421c16d8bedb) Update redash-install.sh - [`2df6e36`](https://github.com/community-scripts/ProxmoxVE/commit/2df6e36243e0ff058df93f9107cda65f4109dd6f) Update redash-install.sh - [`4a187a8`](https://github.com/community-scripts/ProxmoxVE/commit/4a187a8f1ef1f4a5be53e6c08ebe538c540ef6e2) Merge branch 'community-scripts:main' into main - [`412c9bb`](https://github.com/community-scripts/ProxmoxVE/commit/412c9bbf6ad5563011617129fa8433b44dcfe9a0) Update redash.json - [`6a6d860`](https://github.com/community-scripts/ProxmoxVE/commit/6a6d860976b69a7e90f129be7def63906a34461f) Update redash.sh ### 📊 Changes **3 files changed** (+225 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/redash.sh` (+47 -0) ➕ `install/redash-install.sh` (+144 -0) ➕ `json/redash.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description Use Redash to connect to any data source (PostgreSQL, MySQL, Redshift, BigQuery, MongoDB and many others), query, visualize and share your data to make your company data driven. ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [X] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [X] Documentation updated (I have updated any relevant documentation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:33:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3027