iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Catalog table-default and table-override properties

Open sungwy opened this issue 1 year ago • 1 comments

Feature Request / Improvement

In the java code base, catalog configuration includes catalog table-default and table-override properties:

Catalog Property Key Description
spark.sql.catalog.catalog-name.table-default.propertyKey Default Iceberg table property value for property key propertyKey, which will be set on tables created by this catalog if not overridden
spark.sql.catalog.catalog-name.table-override.propertyKey Enforced Iceberg table property value for property key propertyKey, which cannot be overridden by user

Introduce these properties to PyIceberg catalogs, and apply them to appropriate function calls.

Related Issue: https://github.com/apache/iceberg/issues/3994 Related PR: https://github.com/apache/iceberg/pull/4011

sungwy avatar Feb 03 '24 21:02 sungwy

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.

github-actions[bot] avatar Sep 23 '24 00:09 github-actions[bot]

This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'

github-actions[bot] avatar Oct 07 '24 00:10 github-actions[bot]