Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PipedreamHQ/pipedream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6e80efa
Choose a base ref
...
head repository: PipedreamHQ/pipedream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 946cafd
Choose a head ref
  • 6 commits
  • 54 files changed
  • 7 contributors

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    78ebe2f View commit details
    Browse the repository at this point in the history
  2. Jira - adding pagination to search-issues-with-jql (#18437)

    * Adding pagination to search-issues-with-jql
    
    * Page adjustments
    
    * Typo fix
    GTFalcao authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    9d2da73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    245b066 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Configuration menu
    Copy the full SHA
    f23f304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c007db View commit details
    Browse the repository at this point in the history
  3. Databricks sql warehouses (#18273)

    * Added Databricks SQL Warehouses API actions
    
    - Added create SQL warehouse action
    - Added list SQL warehouses action
    - Added get SQL warehouse action
    - Added edit SQL warehouse action
    - Added delete SQL warehouse action
    - Added start/stop SQL warehouse actions
    - Added get/set SQL warehouse config actions
    - Added get/set SQL warehouse permissions actions
    
    Implements 11 SQL Warehouses endpoints as discussed in the enhancement issue.
    
    * Update Databricks SQL Warehouse docs URLs
    
    * fix(databricks): bump component versions and apply lint fixes
    
    * fix(databricks): addressed requested changes
    
    * addressed coderabbit review feedback
    
    * resolved the linting issues
    
    * addressed all test failures
    
    * addressed coderabbit review feedback
    
    * resolved the linting issues
    
    * addressed coderabbit review feedback
    
    * addressed coderabbit review feedback
    
    * resolved the linting issues
    
    * updates
    
    * Add default value for maxNumClusters
    
    * create and edit sql warehouses fixes
    
    * create and edit sql warehouse fixes
    
    * updates
    
    * Added Vector Search Index API actions
    
    Summary
    This PR adds support for Databricks Vector Search Index APIs by implementing 9 new actions.
    
    Changes
    - Added create index action
    - Added get index action
    - Added list indexes action
    - Added delete index action
    - Added query index action
    - Added sync index action
    - Added scan index action
    - Added upsert index data action
    - Added delete index data action
    
    Resolves #18126
    
    * addressed coderabbit review feedback
    
    * version updated
    
    * resolved the linting issues
    
    * addressed all test failures
    
    * addressed coderabbit review feedback
    
    * addressed coderabbit review feedback
    
    * addressed coderabbit review feedback
    
    * updated
    
    * updated
    
    * updates
    
    * fixed failed test cases
    
    * updated
    
    * updated
    
    * updated
    
    * fixed failed test cases
    
    * fixed failed test cases
    
    * resolved conflict
    
    * updated
    
    * version updated
    
    * updated
    
    * updated
    
    ---------
    
    Co-authored-by: Michelle Bergeron <[email protected]>
    Co-authored-by: Leo Vu <[email protected]>
    Co-authored-by: Lokesh chand <[email protected]>
    Co-authored-by: michelle0927 <[email protected]>
    5 people authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    946cafd View commit details
    Browse the repository at this point in the history
Loading