-
Notifications
You must be signed in to change notification settings - Fork 144
Feat/wedata #2299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/wedata #2299
Conversation
…der-tencentcloud into feat/wedata
Steps: []resource.TestStep{ | ||
{ | ||
Config: testAccWedataDatasource, | ||
Check: resource.ComposeTestCheckFunc( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
补充下导入和修改的用例
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok 已补充修改用例,该资源暂不支持导入
), | ||
}, | ||
{ | ||
ResourceName: "tencentcloud_wedata_integration_offline_task.example", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
补充修改用例
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已补充
Check: resource.ComposeTestCheckFunc( | ||
resource.TestCheckResourceAttrSet("tencentcloud_wedata_integration_realtime_task.example", "id"), | ||
resource.TestCheckResourceAttrSet("tencentcloud_wedata_integration_realtime_task.example", "project_id"), | ||
resource.TestCheckResourceAttrSet("tencentcloud_wedata_integration_realtime_task.example", "task_name"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
用例比较具体值吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已更新
resource.TestCheckResourceAttrSet("tencentcloud_wedata_integration_task_node.example", "data_source_type"), | ||
resource.TestCheckResourceAttrSet("tencentcloud_wedata_integration_task_node.example", "task_type"), | ||
resource.TestCheckResourceAttrSet("tencentcloud_wedata_integration_task_node.example", "task_mode"), | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
比较具体值
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已更新
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
feat/wedata