简体   繁体   中英

PALANTIR-FOUNDRY: How can I add a description for a dataframe in a transform?

I am producing a dataframe through a transform. In that transform I am able to add Column description the usual way:

out_all.write_dataframe(df, column_descriptions=mycols_dictionary)   

My question is, can I add a dataframe description in a similar way?

Thank u in advance.

There's no way to do it from transforms at the moment. Unlike column descriptions, dataset description is not branchable, meaning the description remains the same across branches (just like dataset name).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM