GeneratedAlwaysAs' along with dataframe.write

thushar
Databricks Partner

Is it possible to use a calculated column (as like in the delta table using generatedAlwaysAs) definition while writing the data frame as a delta file like df.write.format("delta").

Any options are there with the dataframe.write method to achieve this ?