Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored and mikealfare committed Mar 8, 2025
1 parent 2a61a45 commit d3cb62a
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
from dbt.tests.adapter.catalog_integrations.test_catalog_integration import BaseCatalogIntegration



class TestManagedIcebergCatalogIntegration(BaseCatalogIntegration):

@pytest.fixture(scope="class", autouse=True)
def write_catalog_integration(self, project):
return {
"name": "write_integration_name",
"external_volume": "s3_iceberg_snow",
"table_format": "iceberg",
"catalog_type": "managed",
}
"name": "write_integration_name",
"external_volume": "s3_iceberg_snow",
"table_format": "iceberg",
"catalog_type": "managed",
}

@pytest.fixture(scope="class")
def project_config_update(self):
Expand Down

0 comments on commit d3cb62a

Please sign in to comment.