Closed hangtime79 closed 1 year ago
Hi @hangtime79 - really glad to hear that you like Thread! Let us know if we can assist you with a demo or any questions!
I believe that the issue you're describing has been resolved in our 1.1.4 release. We have submitted this release to the Dataiku team, but it doesn't appear to be available in the plugin store quite yet.
In the meantime, you can download the zip at https://drive.google.com/file/d/1CpV4s828lcCKXyo855TTfe6FkJlhdPbF/view?usp=share_link
This can be installed as an update to the existing plugin.
Let us know if this resolves the issue!
Ryan,
Sorry. Same result from testing with 11.1. I took this into a clean instance. Still working with 10.x series. What else can I do to assist?
Hi @hangtime79 - we're having a hard time reproducing your issue. We are running the 1.1.4 release successfully in an 11.1 DSS instance... Can you confirm the value of the project variables in the project you're using to host Thread?
{
"rescan_cron": "",
"limit_to_project_tags": [],
"exclude_project_tags": []
}
Thanks!
Hi @hangtime79 - looking through our logs, it seems that there may be an issue writing to the file system dataset. Can you verify that the filesystem_folders connection exists:
params = {**'connection': 'filesystem_folders'**, 'path': project_variables['projectKey'] + '/' + ds_loc}
format_params = {'separator': '\t', 'style': 'unix', 'compress': ''}
csv_dataset = proj.create_dataset(name, type='Filesystem', params=params,
formatType='csv', formatParams=format_params)
Hey Ryan,
So I went back to a few other instances and I was able to run on 11.1, but came back to my original instance and decided to try and use the "limit_to_project_tags". I have been able to catalog adding projects a few at a time. A project or projects has been stopping Thread from completing its analysis. I will continue to investigate and once I find the project, I will report back here as to why I'm seeing the error.
Great thanks for your feedback @hangtime79 ! Looking forward to hearing what you find
So behind on my investigations here, this can be closed out. The issue was a related to a dataset that was part of a project, but the dataset could not be read by Dataiku and threw and error. Any call to the API with that particular object would have thrown an error thus the failure. Call this an edge case. Once I cleared the object, Thread was fine.
Thank you @hangtime79 !
First off, dynamite work! This is incredibly well thought out. I will be giving a shout out to Snow Fox and Excelion in the Dataiku Sales Engineering Global Call.
Describe the bug Thread works perfectly in version 10, however, in version 11.1, Tread returns zero results. This appears to be a deprecation from one of the API calls.
To Reproduce
Expected behavior Thread would perform as normal.
Screenshots At some point after starting the DSS scan.
Additional context Add any other context about the problem here.
Happy to do any testing as needed.