我是 DBFIT 新手,需要帮助解决问题
通过查看此站点中的论坛,我添加了导入装置,但这也无济于事。
我收到一个错误,因为找不到夹具:导入找不到夹具:ConnectUsingFile。找不到夹具:dbfit.PostgresTest 找不到夹具:查询。
代码如下
!contents -R2 -g -p -f -h
!|import fixture|
|dbfit.fixture|
!define redshift_conn_file {pica-dev.dbfit.connection}
!define sds_schema {sds}
!define ins_schema {ins}
!| dbfit.PostgresTest |
!|Connect using file|${redshift_conn_file}|
enter code here
!|Query|!-
select case when count(*) > 0 then false else true end as test_result from sor.ccr_cc_claim;
-!|
|TEST_RESULT|
|TRUE|