0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Fivetran Hybrid Deployment における SoftDelete が有効な Azure Blob Storage 設定時のエラーに対する解決方法

Posted at

概要

Fivetran の Hybrid Deployment にて Azure Blob Storage をステージングストレージとして設定する際の下記エラーの対応方法を共有します。原因としては BlobStorageEvents 、あるいは、 SoftDelete が有効になっていることであり、デフォルトで有効となる SoftDelete が原因となる可能性が高いです。

Connection tests failed.
Validate Permissions: [Databricks]JDBCDriver ERROR processing query/statement. Error Code: 0, SQL state: 42000, Query: COPY INTO ***, Error message from Server: org.apache.hive.service.cli.HiveSQLException: Error running query: org.apache.hadoop.fs.FileAlreadyExistsException: Operation failed: "This endpoint does not support BlobStorageEvents or SoftDelete. Please disable these account features if you would like to use this endpoint.", 409, HEAD

image.png

エラーへの再現方法

作成したストレージにて、 データ保護 -> BLOB の論理的な削除を有効にする を有効化

image.png

Fivetran にて接続の検証がエラーとなることを確認

Connection tests failed.
Validate Permissions: [Databricks]JDBCDriver ERROR processing query/statement. Error Code: 0, SQL state: 42000, Query: COPY INTO ***, Error message from Server: org.apache.hive.service.cli.HiveSQLException: Error running query: org.apache.hadoop.fs.FileAlreadyExistsException: Operation failed: "This endpoint does not support BlobStorageEvents or SoftDelete. Please disable these account features if you would like to use this endpoint.", 409, HEAD

image.png

エラーへの対応方法

作成したストレージにて、 データ保護 -> BLOB の論理的な削除を有効にする を無効化

image.png

Fivetran にて接続の検証が問題なく完了することを確認

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?