dttung2905 opened a new pull request, #71:
URL: https://github.com/apache/terraform-provider-iceberg/pull/71

   Add an `iceberg_tables` data source for catalog discovery via the REST 
`listTables `API 
   
   Operators can list tables in a namespace to drive `for_each`, validate 
namespace contents, or wire downstream resources. The data source returns:
   
   - `tables`:  short table names (e.g. events, orders)
   - `identifiers`: dot-separated full table IDs (e.g. analytics.raw.events), 
matching iceberg_table.id
   - `id`: dot-separated namespace identifier
   


-- 
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