kevinjqliu commented on PR #2848:
URL: https://github.com/apache/iceberg-python/pull/2848#issuecomment-3688328666

   wdyt about adding integration tests against the `iceberg-rest-fixture`? 
   
   Running the integration test infra gives me this response on 
`http://localhost:8181/v1/config`
   ```
   {
     "defaults": {},
     "overrides": { "namespace-separator": "%2E" },
     "endpoints":
       [
         "POST v1/oauth/tokens",
         "POST https://auth-server.com/token";,
         "GET v1/config",
         "GET /v1/{prefix}/namespaces",
         "POST /v1/{prefix}/namespaces",
         "HEAD /v1/{prefix}/namespaces/{namespace}",
         "GET /v1/{prefix}/namespaces/{namespace}",
         "DELETE /v1/{prefix}/namespaces/{namespace}",
         "POST /v1/{prefix}/namespaces/{namespace}/properties",
         "GET /v1/{prefix}/namespaces/{namespace}/tables",
         "POST /v1/{prefix}/namespaces/{namespace}/tables",
         "HEAD /v1/{prefix}/namespaces/{namespace}/tables/{table}",
         "GET /v1/{prefix}/namespaces/{namespace}/tables/{table}",
         "POST /v1/{prefix}/namespaces/{namespace}/register",
         "POST /v1/{prefix}/namespaces/{namespace}/tables/{table}",
         "DELETE /v1/{prefix}/namespaces/{namespace}/tables/{table}",
         "POST /v1/{prefix}/tables/rename",
         "POST /v1/{prefix}/namespaces/{namespace}/tables/{table}/metrics",
         "POST /v1/{prefix}/transactions/commit",
         "GET /v1/{prefix}/namespaces/{namespace}/views",
         "HEAD /v1/{prefix}/namespaces/{namespace}/views/{view}",
         "GET /v1/{prefix}/namespaces/{namespace}/views/{view}",
         "POST /v1/{prefix}/namespaces/{namespace}/views",
         "POST /v1/{prefix}/namespaces/{namespace}/views/{view}",
         "POST /v1/{prefix}/views/rename",
         "DELETE /v1/{prefix}/namespaces/{namespace}/views/{view}",
         "POST /v1/{prefix}/namespaces/{namespace}/tables/{table}/plan",
         "GET 
/v1/{prefix}/namespaces/{namespace}/tables/{table}/plan/{plan-id}",
         "POST /v1/{prefix}/namespaces/{namespace}/tables/{table}/tasks",
         "DELETE 
/v1/{prefix}/namespaces/{namespace}/tables/{table}/plan/{plan-id}",
       ],
   }
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to