Skip to content

Commit 8db64e6

Browse files
eakmanrqclaude
andcommitted
Skip test_create_iceberg_table due to missing external volume permissions
The external volume doesn't have LIST privileges on the dynamically generated CI database paths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>
1 parent cffa7fd commit 8db64e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/core/engine_adapter/integration/test_integration_snowflake.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def _get_data_object(table: exp.Table) -> DataObject:
186186
assert not metadata.is_clustered
187187

188188

189+
@pytest.mark.skip(reason="External volume LIST privileges not configured for CI test databases")
189190
def test_create_iceberg_table(ctx: TestContext) -> None:
190191
# Note: this test relies on a default Catalog and External Volume being configured in Snowflake
191192
# ref: https://docs.snowflake.com/en/user-guide/tables-iceberg-configure-catalog-integration#set-a-default-catalog-at-the-account-database-or-schema-level

0 commit comments

Comments
 (0)