SnowConvert AI - Teradata - Power BIの再ポイント¶
説明¶
The Power BI repointing is a feature that provides an easy way to redefine the connections from the M language in the Power Query Editor. This means that the connection parameters will be redefined to point to the Snowflake migration database context. For Teradata, the method in M Language that defined the connection is Teradata.Database(...). In Snowflake, there is a connector that depends on some other parameters and the main connection is defined by Snowflake.Database(...) method. In addition, there is a limited support to ODBC.Query connector only for Teradata as a source language in the migration. This means that the source connection parameters (of Teradata connections) will be redefined to point to the Snowflake migration database context.
ソースパターンサンプル¶
エンティティの再ポイントのケース:テーブル¶
このケースは、組み込まれたSQLを含まない接続を指します。これは、ユーザーがPower BIからテーブルへの接続を確立したことを意味します。
Power QueryエディターでのTeradataの接続
Power QueryエディターでのSnowflakeの接続
エンティティの再ポイントのケース:ビュー¶
このケースは、組み込まれたSQLを含まない接続を指します。これは、ユーザーがPower BIからビューへの接続を確立したことを意味します。
Power QueryエディターでのTeradataの接続
Power QueryエディターでのSnowflakeの接続
組み込みSQLのケース¶
このケースは、SQLを内部に組み込んだ接続を指します。このサンプルは単純なクエリを示していますが、SnowConvert AIは、より大きなシナリオの範囲をカバーしています。また、移行されたクエリによっては、EWI- PRF - FDMという警告メッセージが表示されることがあります。これは、ユーザーが特別な注意を必要とするパターンを識別するのに役立ちます。
Power QueryエディターでのTeradataの接続
Power QueryエディターでのSnowflakeの接続
ODBC.Queryのケース¶
現時点では、 ODBC.Query コネクタのみがサポートされています。ODBC.DataSource のような他のコネクタはサポートされていません。
このケースは、 ODBC.Query コネクタの内部にSQLが埋め込まれた接続を指します。Teradataの移行時には、 ODBC.Query を持つすべての接続がTeradataソースとして扱われることに注意してください。レポートの接続定義にご注意ください。
Power QueryエディターでのTeradataの接続
Power QueryエディターでのSnowflakeの接続