Joel Stewart
- Total activity 778
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 347
Comments
Recent activity by Joel Stewart-
Based on the exception, it looks like there is a network limitation to reach out to outlook.office365.com from the Datameer server. To verify the connection, could you please execute the following ...
-
Official comment It may be a permissions issue on the Linux FS to access the parent directories for the /home/jkris03/versioning/datameer_git directory. Can you double check the permissions for /home, /home/jkris03...
-
Official comment Hi Jee, the lineage can be extracted through the Dependencies REST APIs that are available through our Data Governance package. Here's a link to the documentation for the Workbook version of the A...
-
Hi Saurabh, there are a few features that Datameer includes which allow you to accomplish this. First of all, there is a Notification feature in Datameer that allows you to automatically trigger a...
-
The recommendation that I have if you're concerned about the sprawl of the data is to use an intermediate sheet and not mark it to be kept. This would allow you to have the flexibility and ease of ...
-
Official comment There are a few ways to do this in Datameer. The most direct method that I can think of is to create the IF statements within each other and create one very long function: IF(CONTAINS(#TSM_Filespa...
-
Please note that using the REST API to initiate a copy outside of the GUI still requires privileges to read the original artifact.
-
Official comment In order to create a copy of any artifact, it is required that you have Read access to the original artifact. If that is not available for a specific user, any Datameer administrator could perform ...
-
Hi Jee! It seems that the Job Trace itself did not capture any data. Perhaps there is an underlying symptom that needs attention first. I'd recommend reviewing the <INSTALLDIR>/logs/conductor.log f...
-
The "fatal: Not a git repository (or any parent up to mount point /apps/xfer)" error generally indicates that the folder hasn't been initialized yet. Try `git init` to initialize it and then re-try...