Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ccadaf8
Initial development of resource-info-fetcher
sbernauer Jul 16, 2026
a1da9db
feat: Implement Trino catalog and schema
sbernauer Jul 16, 2026
d56a198
feat: Cache tag and user lookups
sbernauer Jul 20, 2026
f28fdb7
feat: Lookup Superset things (by id)
sbernauer Jul 20, 2026
90b010d
chore: More parallism
sbernauer Jul 20, 2026
53e83c6
feat: Add Kafka topic support
sbernauer Jul 20, 2026
0e2857a
Crying in GraphQL
sbernauer Jul 20, 2026
551c2f6
feat: Also fetch domains and data products
sbernauer Jul 21, 2026
a8310f6
RawDataHubUrn -> DataHubUrn
sbernauer Jul 21, 2026
a25da2b
refactor: Move user-info-fetcher sidecar creation into separate module
sbernauer Jul 21, 2026
e5d1f05
Merge remote-tracking branch 'origin/main' into spike/rif
sbernauer Jul 21, 2026
9698dc8
Merge branch 'refactor/uif-sidecar' into spike/rif
sbernauer Jul 21, 2026
f5b5bf9
Re-add Tiltfile
sbernauer Jul 21, 2026
2cfd78d
Implement RIF into operator
sbernauer Jul 22, 2026
86127a6
Improve test
sbernauer Jul 23, 2026
554a7f2
chore: Switch endpoints from complex enum to path based
sbernauer Jul 24, 2026
e5ff314
chore: Move env out of global config to the requests
sbernauer Jul 24, 2026
970da87
WIP for Maxi :)
sbernauer Jul 27, 2026
2e4655f
fix kuttl test
sbernauer Jul 27, 2026
8c9d8c5
refactor Python assert script
sbernauer Jul 27, 2026
dff0f99
refactor Python script
sbernauer Jul 27, 2026
74c648d
Merge remote-tracking branch 'origin/main' into spike/rif
sbernauer Jul 27, 2026
32cd6e2
Remove leftover files
sbernauer Jul 27, 2026
9d95f1f
cargo fmt
sbernauer Jul 27, 2026
d52110c
Fix OpenShift on high disk usage
sbernauer Jul 30, 2026
26f51e9
Merge remote-tracking branch 'origin/main' into spike/rif
sbernauer Jul 30, 2026
7c11523
cargo update
sbernauer Jul 30, 2026
fc889ca
Slightly improve docs
sbernauer Jul 30, 2026
59af952
Stupid YAML linter
sbernauer Jul 30, 2026
215d4b9
feat: Add rootPath field for DataHub
sbernauer Jul 31, 2026
4dc05fc
changelog
sbernauer Jul 31, 2026
6571afa
Improve code comments
sbernauer Jul 31, 2026
f770b04
regenerate nix
sbernauer Jul 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Add an initial version of resource-info-fetcher, which is similar to user-info-fetcher, but allows to fetch additional metadata about resource information from a data catalog.
For now only DataHub is supported.
Also, a rego-rule library has been added to make it easier to call resource-info-fetcher from within OPA.
The API (especially the response) might change in the future once more data catalogs are supported ([#863]).

### Changed

- Internal operator refactoring: introduce a build() step in the reconciler that
Expand All @@ -14,6 +21,7 @@ All notable changes to this project will be documented in this file.

[#852]: https://github.com/stackabletech/opa-operator/pull/852
[#861]: https://github.com/stackabletech/opa-operator/pull/861
[#863]: https://github.com/stackabletech/opa-operator/pull/863
[#867]: https://github.com/stackabletech/opa-operator/pull/867

## [26.7.0] - 2026-07-21
Expand Down
Loading
Loading