Vinicius Albert
04/02/2025, 5:53 PMtest_save:
type: databricks.ManagedTableDataset
catalog: blabla
database: blabla
table: blabla
dataframe_type: spark
write_mode: "overwrite"
schema:
fields:
- name: "column_name"
type: "column_type"
nullable: false
comment: "the description of column_name"
tags:
first_tag: "first_tag value"
second_tag: "second_tag value"
Huong Nguyen
04/03/2025, 9:33 AM