process-mining
latest
false
- リリース ノート
- はじめる前に
- 基本情報
- Integrations
- プロセス アプリを使用する
- アプリを作成する
- データを読み込む
- プロセス アプリをカスタマイズする
- プロセス アプリをパブリッシュする
- アプリ テンプレート
- その他のリソース
2024 年 11 月
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Process Mining
2024 年 11 月
With the introduction of unit tests in dbt version 1.8, the
tests:
key was renamed to data_tests:
. For existing process apps, this results in a deprecation warning that is displayed when running an ingestion or opening Data transformations.[WARNING]: Deprecated functionality The `tests` config has been renamed to `data_tests`. Please see https://docs.getdbt.com/docs/build/data-tests#new-data_tests-syntax for more information.
For default process apps, you can rename the occurrences of the
tests:
config to data_tests:
in the dbt_project.yml
and the sources.yml
files to fix this. For customized process apps, this can be present in other .yml
files as well.
Check out the official dbt documentation on the New data_tests:
syntax for more information.
データ変換
dbt プロジェクトが dbt v1.8 で実行されるようになりました。 dbt の最新の機能を利用するには、 dbt の公式ドキュメント をご覧ください。
データを読み込む
直接接続を使用したデータの読み込み がパブリック プレビューで利用可能になりました。
ServiceNow のソース システムを使用するプロセス アプリで、CData Sync を使用して接続を設定する代わりに、ソース システムへの直接接続を使用してセットアップできるようになりました。
詳細については、「 [プレビュー] 直接接続を使用してデータを読み込む 」をご覧ください。