Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add databricks_catalog data source #3573

Merged
merged 4 commits into from
May 14, 2024
Merged

Add databricks_catalog data source #3573

merged 4 commits into from
May 14, 2024

Conversation

alexott
Copy link
Contributor

@alexott alexott commented May 14, 2024

Changes

It could be used to retrieve information about specific catalogs inside UC metastore.

Tests

  • make test run locally
  • relevant change in docs/ folder
  • covered with integration tests in internal/acceptance
  • relevant acceptance tests are passing
  • using Go SDK

It could be used to retrieve information about specific catalogs inside UC metastore.
@alexott alexott requested review from a team as code owners May 14, 2024 11:46
@alexott alexott requested review from hectorcast-db and removed request for a team May 14, 2024 11:46
@codecov-commenter
Copy link

codecov-commenter commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.52%. Comparing base (acb3700) to head (504e293).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3573      +/-   ##
==========================================
- Coverage   82.55%   82.52%   -0.04%     
==========================================
  Files         184      185       +1     
  Lines       19077    19118      +41     
==========================================
+ Hits        15749    15777      +28     
- Misses       2405     2413       +8     
- Partials      923      928       +5     
Files Coverage Δ
catalog/data_catalog.go 100.00% <100.00%> (ø)
provider/provider.go 93.85% <100.00%> (+0.02%) ⬆️

... and 2 files with indirect coverage changes

@alexott alexott added this pull request to the merge queue May 14, 2024
Merged via the queue into main with commit d20d850 May 14, 2024
5 checks passed
@alexott alexott deleted the catalog-data-source branch May 14, 2024 13:01
mgyucht added a commit that referenced this pull request May 14, 2024
### New Features and Improvements
* Add owner support to `databricks_sql_table` ([#3570](#3570)).
* Add `databricks_catalog` data source ([#3573](#3573)).
* Add `databricks_table` data source ([#3571](#3571)).
* Add `databricks_mlflow_experiment` data source ([#2389](#2389)).

### Documentation Changes

### Exporter
* Fix rare race condition with variables map ([#3568](#3568)).

### Internal Changes

Dependency updates:

 * Bump go SDK to 0.40.1 ([#3574](#3574)), featuring improvements in tracing and debuggability of failed requests.
@mgyucht mgyucht mentioned this pull request May 14, 2024
github-merge-queue bot pushed a commit that referenced this pull request May 15, 2024
### New Features and Improvements
* Add owner support to `databricks_sql_table` ([#3570](#3570)).
* Add `databricks_catalog` data source ([#3573](#3573)).
* Add `databricks_table` data source ([#3571](#3571)).
* Add `databricks_mlflow_experiment` data source ([#2389](#2389)).

### Documentation Changes

### Exporter
* Fix rare race condition with variables map ([#3568](#3568)).

### Internal Changes

Dependency updates:

 * Bump go SDK to 0.40.1 ([#3574](#3574)), featuring improvements in tracing and debuggability of failed requests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants