Conversation
🔒 Scanned for secrets using gitleaks 8.28.0
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #427 +/- ##
==========================================
+ Coverage 84.86% 84.92% +0.05%
==========================================
Files 90 91 +1
Lines 4010 4092 +82
==========================================
+ Hits 3403 3475 +72
- Misses 451 457 +6
- Partials 156 160 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…od-in-catalogadmin-interface
…od-in-catalogadmin-interface
🔒 Scanned for secrets using gitleaks 8.28.0
🔒 Scanned for secrets using gitleaks 8.28.0
atzoum
reviewed
Feb 10, 2026
🔒 Scanned for secrets using gitleaks 8.28.0
🔒 Scanned for secrets using gitleaks 8.28.0
…od-in-catalogadmin-interface
atzoum
approved these changes
Feb 12, 2026
Collaborator
atzoum
left a comment
There was a problem hiding this comment.
one last comment about reusing existing functionality
🔒 Scanned for secrets using gitleaks 8.28.0
Merged
atzoum
pushed a commit
that referenced
this pull request
Feb 12, 2026
🤖 I have created a release *beep* *boop* --- ## [1.24.0](v1.23.0...v1.24.0) (2026-02-12) ### Features * add ListCatalogs method to CatalogAdmin interface ([#427](#427)) ([2899478](2899478)) * **databricks:** bump github.com/databricks/databricks-sql-go from 1.8.0 to 1.9.0 ([#431](#431)) ([e6df6b6](e6df6b6)) ### Miscellaneous * **deps:** bump cloud.google.com/go/bigquery from 1.72.0 to 1.73.1 ([#429](#429)) ([9c1603f](9c1603f)) * **deps:** bump github.com/rudderlabs/rudder-go-kit from 0.71.0 to 0.71.1 ([#432](#432)) ([82b3c0d](82b3c0d)) * **deps:** bump step-security/harden-runner from 2.14.1 to 2.14.2 ([#428](#428)) ([a3487e3](a3487e3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: rudderstack-github-actions[bot] <236995729+rudderstack-github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔒 Scanned for secrets using gitleaks 8.28.0
Description
Extend CatalogAdmin to support listing available catalogs/databases
linked to credentials. Enables discovery of accessible catalogs across
all supported database types.
Redshift, Databricks, Trino, and BigQuery
Linear Ticket
ticket
Security