Skip to content

Commit 709bd11

Browse files
Add file_format as CatalogWriteIntegrationConfig (#11695)
* Revert "bump dbt-common (#11640)" This reverts commit c6b7655. * add file_format as a top level config in CatalogWriteIntegrationConfig * add changelog
1 parent f7f5373 commit 709bd11

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Features
2+
body: Add file_format to catalog integration config
3+
time: 2025-05-29T08:53:11.64904-07:00
4+
custom:
5+
Author: colin-rogers-dbt
6+
Issue: "11695"

core/dbt/artifacts/resources/v1/catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class CatalogWriteIntegrationConfig(CatalogIntegrationConfig):
1212
external_volume: Optional[str] = None
1313
table_format: Optional[str] = None
1414
catalog_name: Optional[str] = None
15+
file_format: Optional[str] = None
1516
adapter_properties: Dict[str, Any] = field(default_factory=dict)
1617

1718

0 commit comments

Comments
 (0)