Waaila (プレビュー)

Waaila は、自動データ品質監視のための包括的なアプリケーションであり、何百人ものアナリストのグローバル コミュニティによってサポートされています。 これは、データ品質と測定の低下が原因で発生する悲惨なシナリオの防止に役立ちます。

このコネクタは、次の製品および地域で利用可能です。

Service クラス 地域
Logic Apps 標準 以下を除くすべての Logic Apps 地域 :
     -   Azure 政府の地域
     -   Azure 中国の地域
     -   国防総省 (DoD)
Power Automate プレミアム 以下を除くすべての Power Automate 地域 :
     -   米国政府 (GCC)
     -   米国政府 (GCC High)
     -   21Vianet が運用する中国のクラウド
     -   国防総省 (DoD)
Power Apps プレミアム 以下を除くすべての Power Apps 地域 :
     -   米国政府 (GCC)
     -   米国政府 (GCC High)
     -   21Vianet が運用する中国のクラウド
     -   米国国防総省 (DoD)
お問い合わせ先
件名 Waaila サポート
[URL] https://waaila.com/en/about
メール support@waaila.com
Connector Metadata
発行者 Cross Masters s.r.o.
Web サイト https://waaila.com
プライバシー ポリシー https://waaila.com/en/privacy-policy
カテゴリ AI; マーケティング

前提条件

すべてのコネクタ機能を最大限に活用するには、Waaila Premium プランの 1 つが必要です。

資格情報の入手方法

このコネクタを使用するには、Waaila へのサインインに使用する API キーとメールを取得する必要があります。 Premium Waaila ユーザーの場合は、ユーザー ドロップダウン メニュー内の Waaila Web アプリケーションで両方の値を見つけることができます。 最初にキーをアクティブ化する必要があります。 すでに API キーをアクティブにしている場合は、新しいキーをアクティブにすることで無効になることに注意してください。

コネクタの使用を開始する

最初に GetToken アクションを使用する必要があります。 code パラメータとして Waaila API キー、email パラメータとしてメールを入力します。 このアクションにより、code 値が返されます。 この値は、残りのすべてのアクションで使用する認証のためにトークンです。 そのためには、Wauth パラメーターにこの値を入力する必要があります: "ベアラー トークン値"。

使用できるアクションは他に 2 つあります。

GetDepots: これを使用して、すべての Waaila デポの概要を取得します。 これにより、テスト スイート、データ ソース、最新のテスト結果など、個々のデポに関するすべての情報が取得できます。

GetTestsuite: これを使用して、個々のテスト スイートに関するより詳細な情報を取得します。 最新のテスト結果、データ ソースに関する情報、含まれているすべてのテストに関する詳細情報が取得できます。

既知の問題と制限事項

このコネクタを使用するには、有効な資格情報が必要です。 現時点では、Waaila からデータを読み取ることのみが可能で、テストをトリガーすることはできません。

よくあるご質問

Waaila とは何ですか、また詳しい情報はどこにありますか?

Waaila は、自動データ品質監視のための包括的なアプリケーションであり、何百人ものアナリストのグローバル コミュニティによってサポートされています。 無料の Web アプリケーションと、さらなる自動化を提供する追加の Premium ツールで構成されています。 詳細については、Waaila Web サイト を参照してください。 または、こちらで無料の Waaila の使用を開始します

他にドキュメントはありますか?

当社の 公式ドキュメント の確認をご検討ください。

コネクタの実装に関する支援が必要です。 連絡してもいいですか?

もちろんです、support@waaila.com にメッセージをお寄せください。

問題が発生した場合はどうすればよいですか?

support@waaila.com にお問い合わせください。

他の Power Platform ツールは提供されていますか?

Waaila Power App を開発中で、展開の準備が整い次第、詳細な情報をこちらに記載します。

Waaila を開発しているのは誰ですか?

Waaila は、包括的なデータ品質テストを作成するために、アナリストのグローバル コミュニティに依存しています。 Waaila Web アプリケーション、Power Platform コネクタ、Tracking Validator ブラウザー拡張機能、追加の Premium サービス の開発は、Cross Masters により提供されます。

調整制限

名前 呼び出し 更新期間
接続ごとの API 呼び出し 100 60 秒

アクション

Depots の一覧を取得する

ユーザーに対するすべての Waaila 倉庫の一覧を返します。

アクセス トークンを取得する

他のコネクタ アクションを承認するためのアクセス トークンを返します。 このトークンを 'Wauth' 値として使用します。

テストスイートの詳細を取得する

指定した倉庫が含むテストスイートの詳細を返します。

Depots の一覧を取得する

ユーザーに対するすべての Waaila 倉庫の一覧を返します。

パラメーター

名前 キー 必須 説明
アクセス トークン
Wauth True string

アクセス トークン。 値は 'Bearer ' で始まる必要があります。

戻り値

名前 パス 説明
array of object
name
name string

name

description
description string

description

testsuites
testsuites array of object

testsuites

customName
testsuites.customName string

customName

結果
testsuites.results array of object

結果

maxScore
testsuites.results.maxScore integer

maxScore

スコア
testsuites.results.score integer

スコア

testedAt
testsuites.results.testedAt string

testedAt

testsError
testsuites.results.testsError integer

testsError

testsFailed
testsuites.results.testsFailed integer

testsFailed

testsPassed
testsuites.results.testsPassed integer

testsPassed

testsInfo
testsuites.results.testsInfo integer

testsInfo

testsTotal
testsuites.results.testsTotal integer

testsTotal

testsUnresolved
testsuites.results.testsUnresolved integer

testsUnresolved

testsWarning
testsuites.results.testsWarning integer

testsWarning

execType
testsuites.results.execType string

execType

execBatch
testsuites.results.execBatch string

execBatch

createdAt
testsuites.results.createdAt date-time

createdAt

GUID
testsuites.results.guid string

GUID

code
testsuites.datasource.code string

code

キー
testsuites.datasource.key string

キー

providerCode
testsuites.datasource.providerCode string

providerCode

識別子
testsuites.datasource.identifier string

識別子

googleId
testsuites.datasource.account.authentication.googleId string

googleId

accessToken
testsuites.datasource.account.authentication.accessToken string

accessToken

accessTokenExpirationDate
testsuites.datasource.account.authentication.accessTokenExpirationDate string

accessTokenExpirationDate

認証
testsuites.datasource.account.authentication.headers.Authorization string

認証

x-api-key
testsuites.datasource.account.authentication.headers.x-api-key string

x-api-key

accountName
testsuites.datasource.account.authentication.accountName string

accountName

authenticationType
testsuites.datasource.account.authentication.authenticationType string

authenticationType

scopes
testsuites.datasource.account.authentication.scopes array of

scopes

シークレット
testsuites.datasource.account.authentication.secret string

シークレット

name
testsuites.datasource.account.name string

name

ステータス
testsuites.datasource.account.status string

ステータス

authorizedAt
testsuites.datasource.account.authorizedAt string

authorizedAt

etag
testsuites.datasource.account.etag string

etag

modifiedAt
testsuites.datasource.account.modifiedAt string

modifiedAt

createdAt
testsuites.datasource.account.createdAt string

createdAt

GUID
testsuites.datasource.account.guid string

GUID

accountId
testsuites.datasource.accountId string

accountId

etag
testsuites.datasource.etag string

etag

modifiedAt
testsuites.datasource.modifiedAt string

modifiedAt

createdAt
testsuites.datasource.createdAt string

createdAt

GUID
testsuites.datasource.guid string

GUID

datasourceId
testsuites.datasourceId string

datasourceId

name
testsuites.name string

name

description
testsuites.description string

description

tests
testsuites.tests string

tests

providerCode
testsuites.providerCode string

providerCode

testsCount
testsuites.testsCount integer

testsCount

version
testsuites.version string

version

taglist
testsuites.taglist array of

taglist

etag
testsuites.etag string

etag

modifiedAt
testsuites.modifiedAt string

modifiedAt

createdAt
testsuites.createdAt string

createdAt

GUID
testsuites.guid string

GUID

etag
etag string

etag

modifiedAt
modifiedAt string

modifiedAt

createdAt
createdAt string

createdAt

GUID
guid string

GUID

アクセス トークンを取得する

他のコネクタ アクションを承認するためのアクセス トークンを返します。 このトークンを 'Wauth' 値として使用します。

パラメーター

名前 キー 必須 説明
code
code True string

Waaila の Web アプリケーションで生成したユーザー API コード。

email
email True string

Waaila の Web アプリケーションへのアクセスに使用するメール アドレス

戻り値

名前 パス 説明
code
code string

code

テストスイートの詳細を取得する

指定した倉庫が含むテストスイートの詳細を返します。

パラメーター

名前 キー 必須 説明
倉庫 ID
depot True string

倉庫 ID を指定する

テストスイート ID
testsuite True string

テストスイート ID を指定する

アクセス トークン
Wauth True string

アクセス トークン。 値は 'Bearer ' で始まる必要があります。

戻り値

名前 パス 説明
customName
customName string

customName

結果
results array of object

結果

maxScore
results.maxScore integer

maxScore

スコア
results.score integer

スコア

testedAt
results.testedAt string

testedAt

testsError
results.testsError integer

testsError

testsFailed
results.testsFailed integer

testsFailed

testsPassed
results.testsPassed integer

testsPassed

testsInfo
results.testsInfo integer

testsInfo

testsTotal
results.testsTotal integer

testsTotal

testsUnresolved
results.testsUnresolved integer

testsUnresolved

testsWarning
results.testsWarning integer

testsWarning

execType
results.execType string

execType

execBatch
results.execBatch string

execBatch

createdAt
results.createdAt string

createdAt

GUID
results.guid string

GUID

code
datasource.code string

code

キー
datasource.key string

キー

providerCode
datasource.providerCode string

providerCode

識別子
datasource.identifier string

識別子

googleId
datasource.account.authentication.googleId string

googleId

accessToken
datasource.account.authentication.accessToken string

accessToken

accessTokenExpirationDate
datasource.account.authentication.accessTokenExpirationDate string

accessTokenExpirationDate

認証
datasource.account.authentication.headers.Authorization string

認証

accountName
datasource.account.authentication.accountName string

accountName

authenticationType
datasource.account.authentication.authenticationType string

authenticationType

scopes
datasource.account.authentication.scopes array of string

scopes

name
datasource.account.name string

name

ステータス
datasource.account.status string

ステータス

authorizedAt
datasource.account.authorizedAt string

authorizedAt

etag
datasource.account.etag string

etag

modifiedAt
datasource.account.modifiedAt string

modifiedAt

createdAt
datasource.account.createdAt string

createdAt

GUID
datasource.account.guid string

GUID

accountId
datasource.accountId string

accountId

etag
datasource.etag string

etag

modifiedAt
datasource.modifiedAt string

modifiedAt

createdAt
datasource.createdAt string

createdAt

GUID
datasource.guid string

GUID

datasourceId
datasourceId string

datasourceId

name
name string

name

description
description string

description

tests
tests array of object

tests

maxScore
tests.maxScore integer

maxScore

testedAt
tests.testedAt string

testedAt

name
tests.name string

name

queryLogic
tests.queryLogic string

queryLogic

testType
tests.testType string

testType

version
tests.version integer

version

testLogic
tests.testLogic string

testLogic

code
tests.code string

code

description
tests.description string

description

lang
tests.lang string

lang

sourceTestsetId
tests.sourceTestsetId string

sourceTestsetId

sourceTestId
tests.sourceTestId string

sourceTestId

tests.🇸ourceLibraryId string

sourceLibraryId

tests.sourceVersion integer

sourceVersion

sourceUpdated
tests.sourceUpdated boolean

sourceUpdated

etag
tests.etag string

etag

modifiedAt
tests.modifiedAt string

modifiedAt

createdAt
tests.createdAt string

createdAt

GUID
tests.guid string

GUID

providerCode
providerCode string

providerCode

testsCount
testsCount integer

testsCount

version
version string

version

taglist
taglist array of

taglist

etag
etag string

etag

modifiedAt
modifiedAt string

modifiedAt

createdAt
createdAt string

createdAt

GUID
guid string

GUID