简体   繁体   English

如何通过 API 调用获取 Palantir Foundry 中数据集的完整元数据?

[英]How to get complete metadata of dataset in Palantir Foundry through API call?

I want to fetch complete metadata of the given dataset through API call.我想通过 API 调用获取给定数据集的完整元数据。 Can anyone please suggest how to fetch metadata谁能建议如何获取元数据

You actually already manipulate and interact with various forms of metadata inside your Transforms Python builds today, but in a way that is structured to be safe when reading and writing.您实际上已经在今天构建的 Transforms Python 中操作并与各种 forms 元数据进行交互,但其结构在读写时是安全的。

While not all forms of metadata are possible to access today, this generally is because of the desire to ensure product stability and good version controls of your builds.虽然今天并非所有 forms 元数据都可以访问,但这通常是因为希望确保产品稳定性和构建的良好版本控制。

That said, if there's a certain interaction with metadata you'd like to see in the product, I'd recommend reaching out to your support engineers with a feature request so they can understand your request more specifically and discuss with our product teams.也就是说,如果您希望在产品中看到与元数据的某种交互,我建议您向支持工程师提出功能请求,以便他们更具体地了解您的请求并与我们的产品团队讨论。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Palantir Foundry 中上传未经身份验证的数据集 - How to upload dataset without authentication in Palantir foundry 如何在 Palantir Foundry 中获取文件夹的总大小? - How to get total size of the folder in Palantir Foundry? 如何在 Palantir Foundry 中测试转换? - How to test a transformation in Palantir Foundry? Palantir Foundry 在更新时向外部 API 发送一个数据集并将响应添加到新列 - Palantir Foundry send to the external API a dataset when updating and add the response to a new column 如何在 Palantir Foundry 中合并多个动态输入? - How to union multiple dynamic inputs in Palantir Foundry? Palantir 铸造厂使用导入的数据集执行 nlp 操作,使用 pyspark - Palantir foundry using imported dataset to perfomr nlp operation using pyspark 在 Palantir Foundry 中进行测试 - Testing in Palantir Foundry 如何创建python库以及如何在palantir代工厂中导入它 - How to create python libraries and how to import it in palantir foundry 如何使用 Palantir Foundry 在 Pyspark 中编写 case 语句 - How do I write case statements in Pyspark using Palantir Foundry 如何在 Palantir Foundry 中解析 xml 文档? - How do I parse xml documents in Palantir Foundry?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM