poojanilangekar opened a new pull request, #2286: URL: https://github.com/apache/polaris/pull/2286
This change adds a PR to test the end-to-end catalog federation functionality. Steps involved: 1. Create a `new-user` account. 2. Create an `INTERNAL` catalog, called `test-catalog-local`. 3. Grant the following privileges on `test-catalog-local` :`TABLE_WRITE_DATA` -> `catalog_admin` -> `service_admin` -> `new-user`. 4. Create an `EXTERNAL` catalog called `test-catalog-external` that points to `test-catalog-local` and uses the client-id and client-secret credentials for the `new_user` account. 5. Grant the following privileges on `test-catalog-external` :`TABLE_WRITE_DATA` -> `catalog_admin` -> `service_admin`. 6. Connect to `test-catalog-local` and use it to create namespaces/tables and insert some data. 7. Connect to `test-catalog-external` and select the existing data and insert new rows. 8. Re-connect to `test-catalog-local` and verify that the changes made in `test-catalog-external` are visible. This change disables URL overlap check since we are federating to a single Polaris instance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org