Retire adb-squid-proxy, adb-overwatch, and adb-uc examples - #240
Open
micheledaddetta-databricks wants to merge 1 commit into
Open
Conversation
These three Azure examples are retired following a resource-group / maintainability review: - adb-squid-proxy: hardcodes resource-group creation with no bring-your-own option; sub-modules create their own RGs. Retired. - adb-overwatch: requires a pre-existing workspace RG; superseded and no longer maintained. Its five supporting modules (adb-overwatch-regional-config, -mws-config, -main-ws, -ws-to-monitor, -analysis) were only used by this example and are removed as orphans. - adb-uc: three-stage SPN Unity Catalog tutorial superseded by adb-unity-catalog-basic-demo. README rows for the removed examples are tombstoned (matching the existing adb-external-hive-metastore convention); the orphaned module rows are removed. Co-authored-by: Isaac
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.
Summary
Retires three Azure (
adb-*) examples identified during a resource-group / maintainability review of the Azure examples, and removes the modules that become orphaned as a result.Retired examples
adb-squid-proxyadb-overwatchadb-ucadb-unity-catalog-basic-demo.Orphaned modules removed
examples/adb-overwatchwas the only consumer of these five modules, so they are removed with it:adb-overwatch-regional-configadb-overwatch-mws-configadb-overwatch-main-wsadb-overwatch-ws-to-monitoradb-overwatch-analysisREADME
~~name~~ **REMOVED**), matching the existingadb-external-hive-metastoreconvention, with a redirect toadb-unity-catalog-basic-demowhere applicable.No remaining references to the retired examples or modules exist in the tree (verified via
git grep).Related
adb-data-storage-vnet-nccpublic/private endpoint examples) and Create separate modules for hub/spoke networks in Hub/Spoke examples #99 (hub/spoke modularization) — part of the same effort to reduce duplication and prune unmaintained Azure examples.This pull request and its description were written by Isaac.