dbx数据映射部署命名属性

发布于 2025-01-23 04:02:55 字数 319 浏览 0 评论 0 原文

谁能为我提供指向DBX中使用命名属性的示例的链接。该文档提到了.json文件的示例,

,但它没有提及如何使用示例变量调用此文件。我需要编写Python代码以包含包含这些变量的文件吗?

我有两个环境,我想将不同的变量传递到deployment.json文件。

Can anyone provide me a link to an example of using named properties in dbx. The documentation mentions an example of a .json file,

https://dbx.readthedocs.io/en/latest/named_properties.html

but it does not mention how we can invoke this file with sample variables. Do I need to write python code to have a file containing these variables?

I have two enviornments and I want to pass on different variables to the deployment.json file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

天涯沦落人 2025-01-30 04:02:55

The most recent way to passing var is by using the --jinja-variables-file since dbx 0.6.6.
And do not use the env vars, it's not jinja standard.

冷…雨湿花 2025-01-30 04:02:55

dbx 的作者。

借助最新的0.7.0更新,我们完全支持通过文件传递环境变量和变量。

请检查:

author of dbx here.

With latest 0.7.0 update we fully support passing both environment variables and variables from file.

Please check:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文