問題タブ [astera-dw-builder]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
39 参照

foreign-keys - Astera DW Builder でエンティティ間の外部キー/関係を手動で作成する

Astera DW Builder にエンティティがほとんどない下の画像を参照してください。

ここに画像の説明を入力

私の目的は、次のような関係を作成することです。

  1. 顧客から注文 (個人を特定できないが必須の関係)
  2. Employee to Orders (非識別および任意の関係)
  3. Order to OrderDetails (識別関係)
  4. Product to OrderDetails (識別関係)

これらの関係を Astera DW Builder で手動で作成するにはどうすればよいですか? また、それらを自動的に作成する方法はありますか?

0 投票する
1 に答える
15 参照

database-schema - Astera DW Builder でデータ モデルとデータベースを同期する

データ モデルを作成し、データベースからいくつかのエンティティをリバース エンジニアリングしました。データ モデルに必要なフィールドとテーブルがいくつかあったので、インターフェイスを使用して手動で作成しました。また、テーブル間に新しい関係を作成しました。現在、データ モデルは最新ですが、データベースは最新ではありません。

データベースをデータ モデルと同期するにはどうすればよいですか?

ここに画像の説明を入力

0 投票する
1 に答える
24 参照

data-modeling - Error due to inserting null values in fact table in cases where dimension is not updated

I have recently deployed a data model on Astera DWBuilder, everything was completed and verified. It deployed successfully. I have created some data pipelines that fetches data from all the sources and feed into my data warehouse. These pipelines are scheduled to run on different frequencies.

I have noticed some pipelines which are inserting data into fact tables are failing, and the problem seems to be delayed loading of dimension tables due to the size of the data or queued jobs which results in null values being inserted into fact table as foreign keys.

How can I make sure that whenever the fact loader runs, it verifies the data in dimension loader first?